agentcentral
@agentcentral
agentcentral
agentcentral is a hosted MCP server for Amazon sellers that connects Claude, ChatGPT, and other AI clients to Amazon Ads, Seller Central, inventory, orders, catalog, rankings, finance, and fulfillment data.
It is built for Amazon sellers, operators, agencies, and AI agent builders who want fast access to Amazon seller data without waiting on Seller Central exports or running a local MCP server.
Supported data
- Amazon Ads campaign, keyword, search term, placement, budget pacing, TACOS, DSP, and Store performance
- Seller Central inventory, orders, returns, reimbursements, listings, suppressed listings, and FBA inbound data
- Catalog details, variations, listing quality, listing issues, reviews, rankings, and keyword ranks
- Finance, fee, profitability, settlement, fulfillment, and MCF data
Setup
- Create an agentcentral account.
- Connect Amazon Ads and Seller Central through Amazon OAuth.
- Create a scoped API key or signed Claude connector URL.
- Add the remote MCP endpoint to Claude, ChatGPT, Cursor, OpenClaw, or another MCP client.
Setup guide: https://agentcentral.to/amazon-seller-central-mcp-claude
MCP endpoint
The hosted Streamable HTTP endpoint is:
https://mcp.agentcentral.to/mcp
Header-capable clients should send:
Authorization: Bearer ac_live_<YOUR_API_KEY>
Claude custom connectors use a signed connector URL generated in the agentcentral dashboard.
Security
agentcentral uses Amazon OAuth, encrypted tokens, tenant-specific data isolation, scoped API keys, read/write tool separation, and audit logs for supported write tools.
Example prompts
- Show me products with less than 21 days of FBA cover.
- Which Amazon Ads campaigns changed budget in the last 14 days?
- Compare TACOS, ad spend, and sales by ASIN this month.
- Find suppressed listings and show the source-provided suppression reasons.
- Show inventory, sales velocity, and inbound shipment status for my top SKUs.
Server Config
{
"mcpServers": {
"agentcentral": {
"url": "https://mcp.agentcentral.to/mcp",
"headers": {
"Authorization": "Bearer ac_live_<YOUR_API_KEY>"
}
}
}
}