AMC MCP server

Model Context Protocol endpoint for the Agent Marketing Co public API. Connect from Claude.ai, Claude Code, ChatGPT, or any MCP-compatible client.

Endpoint

POST https://mcp.agentmarketingco.com/mcp

Auth

Each request must carry a Personal Access Token in the Authorization header:

Authorization: Bearer amcpat_…

Mint a PAT at core.agentmarketingco.com/app/settings/api-tokens. Pick scopes for what the AI is allowed to do (read-only is a safe default; only add wallet-charging scopes if you trust the integration).

Spec

The full OpenAPI catalog for the underlying API is at core.agentmarketingco.com/v1/openapi. The MCP tools wrap the most common chatbot use cases; see server.ts for the current tool list.