Skip to main content
Glama

agentcentral MCP

agentcentralは、Claude、ChatGPT、その他のAIクライアントを使用するAmazon出品者向けのホスト型MCPサーバーです。

リモートのストリーミング可能なHTTP MCPエンドポイントを通じて、AIクライアントをAmazon広告、セラーセントラル、在庫、注文、カタログ、ランキング、財務、フルフィルメントデータに接続します。

このリポジトリには、レジストリメタデータ(server.jsonglama.json)と軽量なstdioイントロスペクションスタブ(src/index.tsDockerfile)が含まれています。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

セットアップ

  1. https://agentcentral.to/signup でagentcentralアカウントを作成します。

  2. Amazon OAuthを通じてAmazon広告とセラーセントラルを接続します。

  3. スコープ付きAPIキーまたは署名付きClaudeコネクタURLを作成します。

  4. 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.js
Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    An 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.
  • F
    license
    -
    quality
    C
    maintenance
    Hosted 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.
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.
    MIT

View all related MCP servers

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.

View all MCP Connectors

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