About
百鸽 (Baige) is a Yu-Gi-Oh! card database service that provides comprehensive access to Chinese Yu-Gi-Oh! trading card information and artwork through the ygocdb.com API. It enables fast retrieval of card details, effects, and images for the popular trading card game. Key features: - **Keyword search**: Find cards by searching names, effect text, and other card attributes - **Card lookup by ID**: Retrieve detailed information for specific cards using their unique identifiers - **Card images**: Fetch high-quality card artwork and visuals via CDN - **Flexible deployment**: Supports both STDIO mode for Claude Desktop integration and HTTP mode for containerized deployments - **Cross-platform**: Compatible with Windows, macOS, Linux, and Docker environments
README
百鸽(ygocdb.com) MCP Server
English | 中文
一个基于 Model Context Protocol (MCP) 的服务端,用于与 百鸽(ygocdb.com)等 API 交互。提供了一系列工具来查询游戏王中文卡牌信息。
[](https://smithery.ai/server/@lieyanqzu/ygocdb-mcp)
API 文档
本服务端基于游戏王卡牌数据库的公开 API。
https://ygocdb.com/api/v0/?search=关键字https://cdn.233.momobako.com/ygopro/pics/.jpg使用示例
功能特性
使用方法
通过 NPM 包使用
# 全局安装
npm install -g ygocdb-mcp-server或直接运行(推荐)
npx ygocdb-mcp-server
本地开发
# 克隆项目
git clone
cd ygocdb-mcp安装依赖
npm install构建项目
npm run build运行 STDIO 模式
npm run start:stdio运行 HTTP 模式
npm run start:http
运行模式
服务端支持两种运行模式:
#### STDIO 模式(默认) 用于与 Claude Desktop 等 MCP 客户端直接集成:
npm run start:stdio
#### HTTP 模式 用于容器部署或 HTTP 客户端访问:
npm run start:http
HTTP 服务器将在端口 8081 上启动,端点为 http://localhost:8081/mcp
在 Claude Desktop 中集成
在 claude_desktop_config.json 中添加配置:
#### 使用 NPX(推荐)
{
"mcpServers": {
"ygocdb": {
"command": "npx",
"args": ["ygocdb-mcp-server"]
}
}
}
#### 使用本地构建
{
"mcpServers": {
"ygocdb": {
"command": "node",
"args": ["path/to/ygocdb-mcp/dist/index.js"],
"cwd": "path/to/ygocdb-mcp"
}
}
}
Docker 部署
# 构建镜像
docker build -t ygocdb-mcp .运行 STDIO 模式(用于集成)
docker run -i --rm ygocdb-mcp运行 HTTP 模式(用于服务)
docker run -p 8081:8081 ygocdb-mcp
跨平台支持
项目使用 cross-env 确保在所有平台上正确设置环境变量:
npm run start:http 或 npm run start:stdionpm run start:http 或 npm run start:stdioRelated MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support