Connects to the Comic Vine API to search across their database of comic book characters, issues, volumes, creators, and publishers. Exposes a single search tool that works across all resource types. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it through their unified gateway alongside 673+ other data sources. Includes an ask_pipeworx helper that lets you query in plain English instead of calling tools directly. Useful when you're building comic book reference apps, enriching metadata for collections, or need to look up creator information and publication history without manually wrangling the Comic Vine API.
Comic Vine MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search | Multi-resource search. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"comicvine": {
"url": "https://gateway.pipeworx.io/comicvine/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Comicvine data" })
The gateway picks the right tool and fills the arguments automatically.
MIT