MCP.so
登录

Comic Vine MCP Server

@Urlyss

关于 Comic Vine MCP Server

A Model Context Protocol (MCP) server that provides AI assistants with structured access to the Comic Vine API. Get detailed information about comic books, characters, publishers, and more in a conversation-friendly format.

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

Urlyss

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "comic-database-mcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Comic Vine MCP Server?

A Model Context Protocol (MCP) server that provides structured access to the Comic Vine API, allowing AI assistants to query and retrieve comic book information in a conversational, markdown‑formatted format.

How to use Comic Vine MCP Server?

Clone the repository, install dependencies (npm install), build (npm run build), and obtain a Comic Vine API key. Run the server with HTTP transport (npm start) or stdio transport (npm stdio-start). Configure the API key as a Bearer token (HTTP) or environment variable COMIC_VINE_API_KEY (stdio).

Key features of Comic Vine MCP Server

  • Rich, markdown-formatted responses for easy reading and display
  • Unified search across characters, issues, volumes, publishers, and story arcs
  • Detailed information with images and relationships between resources
  • Support for filtering, pagination, and sorting on all resource types
  • Type-safe API with Zod schema validation
  • Two transport options: HTTP and stdio

Use cases of Comic Vine MCP Server

  • An AI assistant answering questions about specific comic characters or issues
  • Building a conversational comic book database query tool with pagination
  • Automating research for comic series, publishers, or story arcs
  • Integrating comic data into creative writing or game development workflows

FAQ from Comic Vine MCP Server

What do I need to run the server?

Node.js 16 or higher, npm or yarn, and a valid Comic Vine API key.

How do I get a Comic Vine API key?

Sign up for a Comic Vine account, go to account settings, request an API key, and copy it.

What transport types are supported?

Two transports: HTTP (run with npm start) and stdio (run with npm stdio-start). Use HTTP for web-based integrations and stdio for direct integration with AI assistants or scripting.

How do I authenticate with the API?

For HTTP transport, include the API key as a Bearer token in the Authentication section of MCP Inspector. For stdio transport, set the environment variable COMIC_VINE_API_KEY.

Are there rate limits?

Yes, the Comic Vine API has rate limits. The README recommends implementing request caching and adding delays between requests in testing scenarios.

What should I do if I get an “Invalid API Key” error?

Verify your key is correct and that it is properly set in the authentication headers (HTTP) or environment variable (stdio).

评论

数据库 分类下的更多 MCP 服务器