ygocdb-mcp
0
The YGOCDB MCP Server is a Model Context Protocol-based server that facilitates interaction with APIs such as those for Yu-Gi-Oh! cards. It features card search by keyword, detailed information retrieval by card ID, and image access by ID.
YGOCDB MCP Server
A server based on Model Context Protocol (MCP) designed for interaction with APIs like YGOCDB.com. It provides tools to query Chinese card information from the Yu-Gi-Oh! database.
Features
- Search cards by keywords, including name and effect text.
- Retrieve detailed information of a single card by ID.
- Access card images by ID.
Usage
Supports two operating modes:
- Standard stdio mode (default)
- Stateless Streamable HTTP mode, providing HTTP endpoints.
API Documentation
- Card search endpoint.
- Card image endpoint.