ygo-db-local-mcp
Verified Safeby TomoTom0
Overview
Provides CLI tools and an MCP server for searching and managing a local Yu-Gi-Oh! card database.
Installation
node dist/ygo-search-card-server.jsEnvironment Variables
- YGO_OUTPUT_DIR
Security Notes
Primarily designed for local execution. Extensive use of `child_process.spawn` for internal CLI tools, with input passed as arguments. Input sanitization for `RegExp` is correctly implemented. File I/O operations (e.g., `outputPath`, `input`/`output` for `format-converter`) could pose a risk if the server were exposed to untrusted external input, allowing arbitrary file read/write within process permissions.
Similar Servers
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
mcp-client-server
A specialized Model Context Protocol (MCP) server designed to act as a testing harness for developing and iterating on other MCP servers within a Claude AI environment.
fastsearch-mcp
Provides lightning-fast file search capabilities on Windows by directly accessing the NTFS Master File Table, integrated with Claude Desktop.
magic-the-gathering-mcp
Provides an MCP (Model-Client-Protocol) server to integrate Magic: The Gathering card data and analysis tools with AI-powered client applications for deck building assistance, synergy finding, and strategy analysis.