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.
Connection Details
Section titled “Connection Details”We provide an MCP server over Server-Sent Events (SSE).
SSE Endpoint: https://agentbureau-api.datafortress.cloud/mcp
Configuration (Claude Desktop)
Section titled “Configuration (Claude Desktop)”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"] } }}Security Note
Section titled “Security Note”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.
Tool Catalog
Section titled “Tool Catalog”The MCP server exposes the following tools:
send_fax
Section titled “send_fax”Sends a digital fax via our Telnyx backend.
- Inputs:
recipient(string),content(string). - Payment: 1.00 USDC per page.
send_letter
Section titled “send_letter”Sends a physical letter via our Pingen backend.
- Inputs:
recipient_address(object),content_pdf_url(string). - Payment: 3.00 USDC per letter.
create_invoice
Section titled “create_invoice”Generates a professional invoice via our Lexoffice backend.
- Inputs:
customer_details(object),line_items(array). - Payment: 5.00 USDC per invoice.
form_gmbh
Section titled “form_gmbh”Initiates the German GmbH formation process.
- Inputs:
company_name(string),shareholders(array). - Payment: Varied (see Pricing).