大学院废墟(sbwsz.com) MCP Server
@lieyanqzu
关于 大学院废墟(sbwsz.com) MCP Server
用于与万智牌中文卡查大学院废墟(sbwsz.com)API交互的MCP服务端
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sbwsz": {
"command": "npx",
"args": [
"sbwsz-mcp-server"
]
}
}
}工具
6通过系列代码和收集编号获取单张卡牌。
通过查询字符串搜索卡牌,支持分页和排序。 **查询语法示例:** - `t:creature c:r` (红色生物) - `pow>=5 or mv<2` (力量大于等于5或法术力值小于2) - `o:"draw a card" -c:u` (包含"抓一张牌"的非蓝色牌) - `(t:instant or t:sorcery) mv<=3` (3费或以下的瞬间或法术) **分页参数:** - `page`: 页码 (整数, 默认 1) - `page_size`: 每页数量 (整数, 默认 20, 最大 100) **排序参数:** - `order`: 按字段排序,逗号分隔。前缀 `-` 表示降序 (例如: `name`, `-mv`, `name,-rarity`) 默认排序: `name` **其他参数:** - `unique`: 去重方式 (id, oracle_id, illustration_id) - `priority_chinese`: 是否优先显示中文卡牌
返回所有MTG卡牌系列的完整数据,按发布日期降序排列
根据系列代码获取单个系列的详细信息
获取特定系列的所有卡牌,支持分页和排序。
活字乱刷(使用卡牌图像拼接句子),将输入的文本使用魔法卡牌图像拼接成图片
概览
What is 大学院废墟(sbwsz.com) MCP Server?
基于 Model Context Protocol (MCP) 的服务端,用于与大学院废墟 (sbwsz.com) 公开 API 交互,提供万智牌中文卡牌信息查询工具。
How to use 大学院废墟(sbwsz.com) MCP Server?
通过 npm 全局安装 (npm install -g sbwsz-mcp-server) 或直接使用 npx (npx sbwsz-mcp-server) 运行。支持 STDIO 模式(默认,用于 Claude Desktop 等集成)和 HTTP 模式(端口 8081,用于容器部署)。在 Claude Desktop 的 claude_desktop_config.json 中添加配置即可集成。
Key features of 大学院废墟(sbwsz.com) MCP Server
get_card_by_set_and_number— 通过系列代码和编号获取单张卡牌search_cards— 按查询字符串搜索卡牌,支持分页和复杂语法(如t:creature c:r)get_sets— 获取所有卡牌系列的信息get_set— 获取单个系列的详细信息get_set_cards— 获取某系列所有卡牌,支持分页排序hzls(活字乱刷)— 将输入文本用万智牌卡牌图像拼接成图片
Use cases of 大学院废墟(sbwsz.com) MCP Server
- 查询特定卡牌的中文信息(通过系列代码和编号)
- 按条件搜索万智牌卡牌(如法术力值、力量等)
- 浏览所有卡牌系列及某系列的完整卡牌列表
- 利用活字乱刷功能生成趣味拼图图片
- 将卡牌查询能力集成到 Claude Desktop 等 AI 助手
FAQ from 大学院废墟(sbwsz.com) MCP Server
是否需要 API 密钥或认证?
不需要。服务端直接调用大学院废墟的公开 API,无需任何密钥或认证。
支持哪些运行模式?
支持 STDIO 模式(默认,适用于 MCP 客户端集成)和 HTTP 模式(监听 http://localhost:8081/mcp,适用于容器部署)。
如何集成到 Claude Desktop?
在 claude_desktop_config.json 中添加 "mcpServers" 配置,指定 "command": "npx" 和 "args": ["sbwsz-mcp-server"] 即可(或将本地构建路径作为 node 命令运行)。
是否支持 Docker 部署?
支持。Docker 镜像默认以 HTTP 模式运行,可通过 docker build -t sbwsz-mcp . 构建,然后运行 STDIO 或 HTTP 容器。
是否跨平台?
是。项目使用 cross-env 确保 Windows、macOS 和 Linux 上都能正常运行,所有 npm 脚本在所有平台均可直接使用。
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
评论