sbwsz-mcp
If you are the rightful owner of sbwsz-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the 大学院废墟 API, providing tools to query Magic: The Gathering card information in Chinese.
The 大学院废墟 MCP Server is a specialized server built on the Model Context Protocol (MCP) designed to facilitate interaction with the 大学院废墟 API. This server provides a suite of tools for querying Magic: The Gathering card information in Chinese, making it a valuable resource for enthusiasts and developers working with these card datasets. The server supports both standard input/output (stdio) mode and a stateless Streamable HTTP mode, offering flexibility in how it can be integrated into different environments. Users can leverage this server to perform complex card searches, retrieve detailed card and set information, and even create images using card data. The server is accessible via NPX for those with Node.js installed, and it can also be deployed using Docker, making it versatile for various deployment scenarios.
Features
- get_card_by_set_and_number: Retrieve a single card using set code and collection number.
- search_cards: Search for cards using a query string with support for pagination and sorting.
- get_sets: Retrieve information about all card sets.
- get_set: Get detailed information about a single card set.
- get_set_cards: Retrieve all cards from a specific set with pagination and sorting support.