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