# agentcentral-to/agent-central-mcp [Health: Active]

**Category:** 🛒 E-Commerce  
**Repository:** https://github.com/agentcentral-to/agent-central-mcp  
**GitHub Stars:** 6  
**Views:** 4  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentcentral-to-agent-central-mcp

## Description
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "agent-central-mcp": {
    "url": "https://mcp.agentcentral.to/mcp"
  }
}
```

## Documentation

## What agentcentral-to/agent-central-mcp MCP server does

The agentcentral-to/agent-central-mcp MCP server exposes Amazon Seller Central and Amazon Ads capabilities to compatible AI clients through a hosted MCP endpoint. It is intended for Amazon sellers that want agents to inspect operational data and, for supported workflows, make controlled changes.

Available data domains include advertising campaigns, ad groups, keywords, targets, search terms, placements, budget pacing, TACOS, DSP, Brand Store, and Amazon Attribution. Seller Central coverage includes inventory, orders, returns, reimbursements, listings, suppressed listings, inbound shipments, and FBA/AWD stock. Other tools cover catalog details, sales ranks, A+ Content status, variations, listing quality, listing issues, reviews, keyword ranks, finance, profitability, settlements, fulfillment, MCF shipping, and MCF orders.

## How it works

The hosted endpoint is `https://mcp.agentcentral.to/mcp` and uses Streamable HTTP. A client sends an authorization header containing a scoped bearer key, while Claude custom connectors can use a signed connector URL created in the agentcentral dashboard.

The service currently exposes 141 domain-scoped tools and 145 production tools in total. Read and write tools are separated. Supported write operations use previews, guardrails, and audit logging, and return audited results. The service provides source fields, factual seller data, deterministic metrics, and classifications; it is not described as a recommendation engine.

## Setup and configuration

To use the hosted agentcentral-to/agent-central-mcp MCP server:

1. Create an account at `agentcentral.to/signup`.
2. Connect Amazon Ads and Seller Central using Amazon OAuth.
3. Create a scoped API key, or generate a signed connector URL for Claude.
4. Add the endpoint to an HTTP-capable MCP client.

The repository also contains a local stdio introspection stub. It can be built and run with Docker using `docker build -t agentcentral-mcp .` followed by `docker run --rm -i agentcentral-mcp`, or through the Node build flow with `npm install`, `npm run build`, and `node dist/index.js`.

## Tools and capabilities

The hosted catalog supports agent access to:

- Amazon Ads performance and configuration data, including spend, clicks, attributed sales, TACOS, budgets, and search terms.
- Seller Central inventory, order, shipment, fulfillment, return, reimbursement, listing, and stock information.
- Catalog, listing quality, suppression, review, variation, ranking, and A+ Content details.
- Finance, payment transaction, settlement, profitability, MCF shipping, and MCF order data.
- Guarded changes for supported advertising, catalog, listing, price, inventory quantity, and MCF operations.

## Limitations and notes

The local stub does not execute Amazon tool calls. It only exposes the hosted catalog and a setup helper for discovery, so it is one tool larger than the hosted production catalog. Real execution requires the hosted endpoint and account setup.

The agentcentral-to/agent-central-mcp MCP server requires an Amazon OAuth connection and scoped access credentials for hosted use. Read-only configurations are supported, and write access is limited to the operations covered by its guardrails. The material does not provide pricing or license information.

_Full upstream README: https://allmcps.com/mcp/agentcentral-to-agent-central-mcp/readme_

