Skip to main content
Glama
pipeworx-io

mcp-comicvine

by pipeworx-io

@pipeworx/comicvine

Comic Vine MCP — comics database (characters, issues, volumes, creators). Free key (200 req/hr).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Auth

  • Platform: PLATFORM_COMICVINE_KEY. BYO: ?_apiKey=….

Related MCP server: mcp-serper

Tools

  • search(query, resources?, limit?, page?) — multi-resource search

  • characters(filter?, sort?, limit?, offset?) — character list

  • character(id) — character detail

  • issues(filter?, sort?, limit?, offset?) — issue list

  • issue(id) — issue detail

  • volumes(filter?, sort?, limit?, offset?) — volume (series) list

  • volume(id) — volume detail

  • people(filter?, sort?, limit?, offset?) — creators

  • person(id) — creator detail

  • publishers(filter?, sort?, limit?, offset?) — publishers

resources (search): character,comic,episode,issue,location,movie,person,publisher,series,story_arc,team,thing,video,volume.

Data source

https://comicvine.gamespot.com/api

Quick Start

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 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

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.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables Google Search, News, and Places queries via the Serper API, integrated with the Pipeworx MCP gateway.
    10
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for searching the ServiceNow Community forums with relevance-ranked results. Supports fetching posts as Markdown and configurable result counts.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for searching Giant Bomb's video game database. It provides a single search tool to query games, characters, and other resources.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Superhero MCP — wraps akabab.github.io/superhero-api (free, no auth)

  • Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-comicvine'

If you have feedback or need assistance with the MCP directory API, please join our Discord server