Skip to content

MCP Connection

AgentBureau supports the Model Context Protocol (MCP), allowing agents like Claude Desktop, Cursor, and Continue to interact with our services directly through a standardized tool interface.

We provide an MCP server over Server-Sent Events (SSE).

SSE Endpoint: https://agentbureau-api.datafortress.cloud/mcp

To add AgentBureau to Claude Desktop, add the following to your claude_desktop_config.json:

{
"mcpServers": {
"AgentBureau": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sse", "https://agentbureau-api.datafortress.cloud/mcp"]
}
}
}

MCP transport is not x402-gated today; payment enforcement happens on the REST side. Do not rely on MCP-only access for production workflows. You will still receive 402 errors from the underlying REST calls made by the tools.

The MCP server exposes the following tools:

Sends a digital fax via our Telnyx backend.

  • Inputs: recipient (string), content (string).
  • Payment: 1.00 USDC per page.

Sends a physical letter via our Pingen backend.

  • Inputs: recipient_address (object), content_pdf_url (string).
  • Payment: 3.00 USDC per letter.

Generates a professional invoice via our Lexoffice backend.

  • Inputs: customer_details (object), line_items (array).
  • Payment: 5.00 USDC per invoice.

Initiates the German GmbH formation process.

  • Inputs: company_name (string), shareholders (array).
  • Payment: Varied (see Pricing).