agentcentral
agentcentral MCP
agentcentral 是一个为使用 Claude、ChatGPT 和其他 AI 客户端的亚马逊卖家提供的托管 MCP 服务器。
它通过远程可流式传输的 HTTP MCP 端点将 AI 客户端连接到亚马逊广告、卖家平台、库存、订单、目录、排名、财务和配送数据。
本仓库包含注册表元数据(
server.json、glama.json)和一个轻量级的 stdio 自省存根(src/index.ts、Dockerfile)。87 个生产工具只能通过https://mcp.agentcentral.to/mcp的托管端点调用。发布 stdio 包是为了让 MCP 目录和客户端无需账户即可自省工具目录。
端点
{
"mcpServers": {
"agent-central": {
"url": "https://mcp.agentcentral.to/mcp",
"headers": {
"Authorization": "Bearer ac_live_<YOUR_API_KEY>"
}
}
}
}Claude 自定义连接器使用在 agentcentral 仪表板中生成的签名连接器 URL。
Related MCP server: Amazon Seller MCP Server - DataDoe
设置
在 https://agentcentral.to/signup 创建一个 agentcentral 账户。
通过亚马逊 OAuth 连接亚马逊广告和卖家平台。
创建一个范围限定的 API 密钥或签名的 Claude 连接器 URL。
将 MCP 端点添加到 Claude、ChatGPT、Cursor、OpenClaw 或其他支持远程 MCP 的客户端。
完整设置指南:https://agentcentral.to/amazon-seller-central-mcp-claude
支持的亚马逊数据
亚马逊广告活动、关键词、搜索词、投放位置、预算进度、TACOS、DSP 和店铺表现
卖家平台库存、订单、退货、赔偿、商品信息、受限商品信息和 FBA 入库数据
目录详情、变体、商品信息质量、商品信息问题、评论、排名和关键词排名
财务、费用、盈利能力、结算、配送和 MCF 数据
安全性
亚马逊 OAuth 连接
加密令牌
租户数据隔离
范围限定的 API 密钥
读/写工具分离
支持写入工具的护栏和审计日志
示例提示词
“显示 FBA 覆盖天数少于 21 天的产品。”
“过去 14 天内哪些亚马逊广告活动更改了预算?”
“按 ASIN 比较本月的 TACOS、广告支出和销售额。”
“查找受限的商品信息并显示来源提供的受限原因。”
“显示我顶级 SKU 的库存、销售速度和入库货件状态。”
本地 stdio 存根(仅限自省)
本仓库提供了一个最小化的 stdio MCP 服务器,以便 Glama 和 Smithery 等目录可以在无需注册的情况下自省工具目录。它不执行工具调用——每个调用都会返回指向托管端点的指针。通过以下方式在本地运行:
docker build -t agentcentral-mcp .
docker run --rm -i agentcentral-mcp或通过 Node 运行:
npm install
npm run build
node dist/index.jsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables AI agents to manage multi-marketplace e-commerce operations by connecting to the SellerChamp API. It supports inventory reporting, cross-listing analysis, order management, and bulk updates across platforms like Amazon, eBay, and Shopify.
- Alicense-qualityDmaintenanceHosted Amazon Seller Central & Vendor Central MCP server. Connect Claude, ChatGPT, Cursor, Codex, Gemini, and GitHub Copilot to live Amazon SP-API and Amazon Ads API data.12MIT
- Flicense-qualityCmaintenanceHosted MCP server that gives AI agents read and write access to your full marketing & ecommerce stack — Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn. 100+ tools across 10 connectors. BYOK, OAuth 2.1.
- Alicense-qualityCmaintenanceMCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Get recommended by Amazon's AI. Hosted MCP server for Amazon listing compliance & generation.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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