Agentcentral MCP Server

agentcentral is a hosted Amazon MCP server for Amazon sellers: an Amazon Seller Central MCP server and Amazon Ads MCP server for Claude, ChatGPT, Cursor, Claude Code, OpenClaw, and other HTTP-capable MCP clients.

Teams that want a hosted e-commerce endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-01 · ★ 6 · #34 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Agentcentral

Claude Code

claude mcp add agentcentral-to-agent-central-mcp --transport http https://mcp.agentcentral.to/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.agentcentral.to/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.agentcentral.to

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace to.agentcentral - domain-verified with the official MCP registry

03 · What Agentcentral can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-05-03

First stable release. · This repository contains: · server.json and glama.json registry metadata for agentcentral, a hosted Amazon Seller Central MCP server. · A small TypeScript stdio introspection stub (src/index.ts)…

04 · Who maintains Agentcentral

agentcentral is maintained by agentcentral-to. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
e-commerce - ranked #34 of 39 actively-maintained e-commerce servers as of 2026-08-25.
registry
to.agentcentral/amazon-seller-central (active, first published 2026-04-27 · 3 versions)

06 · Agentcentral FAQ

What is Agentcentral?

agentcentral is a hosted Amazon MCP server for Amazon sellers: an Amazon Seller Central MCP server and Amazon Ads MCP server for Claude, ChatGPT, Cursor, Claude Code, OpenClaw, and other HTTP-capable MCP clients.

Is Agentcentral still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-01. We re-verify nightly.

How do I install Agentcentral?

Run `claude mcp add agentcentral-to-agent-central- --transport http https://mcp.agentcentral.to/mcp`. You can also paste the ready-made client config above.

Does Agentcentral require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Agentcentral