agentcentral✓
to.agentcentral/amazon-seller-central · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "to.agentcentral/amazon-seller-central",
"description": "Hosted MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients.",
"title": "agentcentral",
"repository": {
"url": "https://github.com/christi4nity/agent-central-mcp",
"source": "github",
"id": "1223010147"
},
"version": "1.0.1",
"websiteUrl": "https://agentcentral.to/amazon-seller-central-mcp-claude",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.agentcentral.to/mcp",
"headers": [
{
"description": "Bearer agentcentral API key, for example: Bearer ac_live_<YOUR_API_KEY>",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer ac_live_<YOUR_API_KEY>",
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}