agentcentral
Provides tools for Amazon sellers to access and manage Amazon Ads, Seller Central, inventory, orders, catalog, rankings, finance, and fulfillment data.
agentcentral MCP
agentcentral is a hosted MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients.
It connects AI clients to Amazon Ads, Seller Central, inventory, orders, catalog, rankings, finance, and fulfillment data through a remote Streamable HTTP MCP endpoint.
This repository contains the registry metadata (
server.json,glama.json) and a thin stdio introspection stub (src/index.ts,Dockerfile). The 87 production tools are only callable through the hosted endpoint athttps://mcp.agentcentral.to/mcp. The stdio package is published so MCP directories and clients can introspect the tool catalog without an account.
Endpoint
{
"mcpServers": {
"agent-central": {
"url": "https://mcp.agentcentral.to/mcp",
"headers": {
"Authorization": "Bearer ac_live_<YOUR_API_KEY>"
}
}
}
}Claude custom connectors use a signed connector URL generated in the agentcentral dashboard.
Setup
Create an agentcentral account at https://agentcentral.to/signup.
Connect Amazon Ads and Seller Central through Amazon OAuth.
Create a scoped API key or signed Claude connector URL.
Add the MCP endpoint to Claude, ChatGPT, Cursor, OpenClaw, or another remote-MCP-capable client.
Full setup guide: https://agentcentral.to/amazon-seller-central-mcp-claude
Supported Amazon 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
Security
Amazon OAuth connections
Encrypted tokens
Per-tenant data isolation
Scoped API keys
Read/write tool separation
Guardrails 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."
Local stdio stub (introspection only)
This repo ships a minimal stdio MCP server so directories like Glama and Smithery can introspect the tool catalog without signing up. It does not execute tool calls — every call returns a pointer to the hosted endpoint. Run it locally with:
docker build -t agentcentral-mcp .
docker run --rm -i agentcentral-mcpOr via Node:
npm install
npm run build
node dist/index.jsMaintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentcentral-to/agent-central-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server