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.
基本情報
設定
以下の設定を使って、このサーバーを 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-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
コメント