Give your AI agents and assistants live access to your Macropay account through a hosted MCP server.
Macropay ships a hosted Model Context Protocol (MCP) server, so any MCP-capable assistant or agent can read and act on your account in plain language — “what did we bill last week?”, “create a sandbox product”, “list customers with an active subscription” — without you writing a line of glue code.Because Macropay is the merchant of record, those same agents operate on top of tax-compliant, dispute-managed billing data. The numbers an agent reads back are already net of the sales tax and VAT we remit on your behalf.
For sandbox, log in with codex mcp login macropay_sandbox instead.
Register the server over HTTP transport:
claude mcp add --transport http "Macropay" "https://mcp.macropay.ai/mcp/macropay-mcp"
For sandbox:
claude mcp add --transport http "Macropay-Sandbox" "https://mcp.macropay.ai/mcp/macropay-sandbox"
MCP support is in beta and limited to paid ChatGPT web accounts with Developer Mode turned on.
1
Enable Developer Mode
Turn on Developer Mode in your ChatGPT settings.
2
Add the connector
Open Settings → Connectors and add the MCP server https://mcp.macropay.ai/mcp/macropay-mcp. For testing, use https://mcp.macropay.ai/mcp/macropay-sandbox instead.
1
Open connector settings
Go to Settings → Connectors and click Add custom connector.
2
Add the server
Name it Macropay and set the server URL to https://mcp.macropay.ai/mcp/macropay-mcp. For sandbox, use https://mcp.macropay.ai/mcp/macropay-sandbox.
3
Connect
Save, then click Connect to authenticate against your Macropay organization.
Once connected, try a read-only prompt first — for example “summarize this month’s orders” — to confirm the agent is reaching the right environment before you let it create or modify anything.