agentcentral
agentcentral is a hosted MCP server that connects AI clients (Claude, ChatGPT, etc.) to Amazon Seller Central and Amazon Ads data, enabling sellers to query, analyze, and manage their Amazon business through natural language.
Amazon Ads
Retrieve Sponsored Products, Brands, and Display campaign performance (impressions, clicks, spend, sales, ACOS, ROAS, TACOS)
Analyze keyword-level and search term performance with attributed sales and spend
Monitor campaign budget pacing, time-out-of-budget %, and pacing alerts
Update keyword bids in bulk (guardrails: $0.02–$100 range, warnings on >500% changes, audit log)
Update campaign daily budgets (minimum enforcement and audit log)
Inventory & Orders
Read FBA inventory levels by SKU/ASIN (fulfillable, unfulfillable, reserved, inbound, AWD)
Assess inventory health (stranded, aged, excess, low-stock) and prioritized risk triage (stockouts, Buy Box loss)
Track sales velocity (7/30/90-day rolling units, days of cover, sell-through pace)
Retrieve recent orders with status, items, and shipping details
Catalog & Listings
Read ASIN metadata (title, brand, category, dimensions, images, identifiers)
Score listing quality (title length, bullet completeness, A+ Content, image count, suppression flags)
Explore variation family relationships (parent/child ASINs)
Finance & Profitability
Calculate net profitability by ASIN (gross sales minus FBA fees, referral fees, ad spend, COGS, returns)
Break down Amazon fees by ASIN (referral, FBA, storage, dimensional weight)
Analyze settlement-period unit economics (balance, charges, deposits, refunds, reserves)
Rankings & Fulfillment
Look up live organic and sponsored keyword rank for an ASIN
Get MCF shipping cost and speed estimates
Utilities
Create shareable, read-only snapshot URLs of tool results for stakeholders without an account
Retrieve connection details and setup instructions for the server
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 Amazon Seller Central MCP server and Amazon Ads MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients.
It provides an Amazon seller data layer that 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 97 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
Discovery URLs
Amazon Seller Central MCP: https://agentcentral.to/amazon-seller-central-mcp
Amazon Ads MCP server: https://agentcentral.to/amazon-ads-mcp-server
Amazon seller data layer: https://agentcentral.to/amazon-seller-data-layer
Amazon MCP server for Claude: https://agentcentral.to/amazon-mcp-server-for-claude
Amazon MCP server for ChatGPT: https://agentcentral.to/amazon-mcp-server-for-chatgpt
Amazon Seller Central ChatGPT: https://agentcentral.to/amazon-seller-central-chatgpt
Claude quickstart: https://agentcentral.to/docs/quickstart/claude
ChatGPT quickstart: https://agentcentral.to/docs/quickstart/chatgpt
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."
"Use the Amazon Ads MCP server to query Sponsored Products search terms with spend, clicks, attributed sales, and TACOS for the last 30 days."
"Use the Amazon Seller Central MCP server in Claude to inspect orders, shipment status, and fulfillment facts from the last 7 days."
"Use agentcentral in ChatGPT to query the Amazon seller data layer for inventory cover, inbound units, and stranded stock by SKU."
"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."
"Inspect catalog and listing quality data for ASINs with missing images, variation issues, or suppressed offers."
"Query finance, fee, settlement, returns, and MCF fulfillment data by ASIN for the current settlement period."
"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