HomeMarketing & E-Commerce › agentcentral

agentcentral

Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.

TypeScript Cloud Remote
★ 6 stars Last pushed 2026-06-01 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.agentcentral.to/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agent-central-mcp https://mcp.agentcentral.to/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-central-mcp": {
      "url": "https://mcp.agentcentral.to/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer agentcentral API key, for example: Bearer ac_live_<YOUR_API_KEY>

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry