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 provides fast reads from pre-materialized Amazon data, scoped API keys, OAuth-based Amazon connections, encrypted tokens, per-tenant isolation, and guarded write tools with audit log
README
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-mcp
Or via Node:
npm install
npm run build
node dist/index.js
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.