agentcentral

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

Category
Visit Server

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 at https://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

  1. Create an agentcentral account at https://agentcentral.to/signup.
  2. Connect Amazon Ads and Seller Central through Amazon OAuth.
  3. Create a scoped API key or signed Claude connector URL.
  4. 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

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.

Official
Featured