agentcentral
agentcentral MCP
agentcentralは、Claude、ChatGPT、その他のAIクライアントを使用するAmazon出品者向けのホスト型MCPサーバーです。
リモートのストリーミング可能なHTTP MCPエンドポイントを通じて、AIクライアントをAmazon広告、セラーセントラル、在庫、注文、カタログ、ランキング、財務、フルフィルメントデータに接続します。
このリポジトリには、レジストリメタデータ(
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アカウントを作成します。
Amazon OAuthを通じてAmazon広告とセラーセントラルを接続します。
スコープ付きAPIキーまたは署名付きClaudeコネクタURLを作成します。
Claude、ChatGPT、Cursor、OpenClaw、またはその他のリモートMCP対応クライアントにMCPエンドポイントを追加します。
完全なセットアップガイド: https://agentcentral.to/amazon-seller-central-mcp-claude
サポートされているAmazonデータ
Amazon広告のキャンペーン、キーワード、検索語句、プレースメント、予算ペース、TACOS、DSP、ストアのパフォーマンス
セラーセントラルの在庫、注文、返品、返金、出品、出品停止、FBA入荷データ
カタログの詳細、バリエーション、出品品質、出品の問題、レビュー、ランキング、キーワード順位
財務、手数料、収益性、決済、フルフィルメント、MCFデータ
セキュリティ
Amazon OAuth接続
暗号化されたトークン
テナントごとのデータ分離
スコープ付きAPIキー
読み取り/書き込みツールの分離
サポートされている書き込みツールに対するガードレールと監査ログ
プロンプト例
「FBA在庫カバー日数が21日未満の商品を表示して。」
「過去14日間に予算が変更されたAmazon広告キャンペーンはどれ?」
「今月のASIN別のTACOS、広告費、売上を比較して。」
「出品停止中の商品を見つけて、ソースから提供された停止理由を表示して。」
「上位SKUの在庫、販売速度、入荷出荷状況を表示して。」
ローカルstdioスタブ(イントロスペクションのみ)
このリポジトリには、GlamaやSmitheryなどのディレクトリがサインアップなしでツールカタログをイントロスペクションできるように、最小限のstdio MCPサーバーが同梱されています。これはツール呼び出しを実行しません。すべての呼び出しはホスト型エンドポイントへのポインタを返します。ローカルで実行するには以下を使用します:
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