eCommerce
atomicavenue.com
MCP server for searching and comparing live comic book inventory listings, including title disambiguation and copy details.
ENDPOINT 1
https://atomicavenue.com/api/mcp
MCP server metadata
- Name
- atomic-avenue
- Version
- 0.1.0
Atomic Avenue is a multi-seller comics marketplace. Prefer search_titles when the series is ambiguous. Prefer search_inventory for buyable copies. Always cite listing url. Never invent grades or prices. If available is false, do not tell the user they can buy that copy. Prices are USD asking prices, not sold comps. Speak for a collector: one or two sentences, lead with the answer. Say "very fine", not "VF", unless you are quoting a slab. Never invent an issue number the user did not say. If several series match, ask which one. Grade filters are ComicBase-style: PR, FR, GD, VG, FN, VF, NM, half-grades, slabs. "VF or higher" is grade_min=VF. Default sort is cheapest in-stock first.
Known tools 4
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.atomic-avenue]
url = "https://atomicavenue.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atomic-avenue": {
"type": "http",
"url": "https://atomicavenue.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atomic-avenue
Remote MCP URL: https://atomicavenue.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"atomic-avenue": {
"url": "https://atomicavenue.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atomic-avenue": {
"type": "http",
"url": "https://atomicavenue.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atomic-avenue",
"transport": "streamable-http",
"url": "https://atomicavenue.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.