Back to Browse

Yugioh MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to YGOPRODeck, Yu Gi Oh! cards, archetypes, and banlists. Tools include...

About

Use this MCP server to YGOPRODeck, Yu Gi Oh! cards, archetypes, and banlists. Tools include...

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server for querying the YGOPRODeck Yu-Gi-Oh! card database. It has no authentication requirements (the underlying API is keyless), clean code with proper input validation using Zod, and appropriate error handling. Permissions are narrowly scoped to read-only HTTP requests to a single external API, matching the server's stated purpose. Minor code quality suggestions exist but do not constitute security risks. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-yugioh-mcp": {
      "args": [
        "-y",
        "yugioh-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

yugioh mcp

MCP server for YGOPRODeck, the Yu Gi Oh! card database.

Tools

ToolWhat it does
search_cardsExact name card search (full stats, prices, banlist status)
search_by_archetypeCards in an archetype (Blue Eyes, Branded, Dark Magician…)
get_cardCard by numeric id
get_banlistCurrent TCG / OCG / GOAT forbidden & limited list, grouped by status

Usage

npm run build && node dist/index.js

Example:

search_cards { name: "blue-eyes white dragon" }
get_banlist { format: "tcg" }

Keyless. Prints ATK/DEF, level/link rating, card prices (TCGplayer/Cardmarket/eBay), and TCG/OCG banlist status per card.

Reviews

No reviews yet

Be the first to review this server!