Serversio.github.nccurry/mtg-mcp
M

MTG MCP

io.github.nccurry/mtg-mcp · v0.1.0
▦ nuget
v0.1.0nuget nuget: Nccurry.MtgMcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.nccurry/mtg-mcp",
  "description": "A .NET MCP server for MTG deckbuilding with Scryfall data and Archidekt writeback.",
  "title": "MTG MCP",
  "repository": {
    "url": "https://github.com/nccurry/mtg-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "nuget",
      "identifier": "Nccurry.MtgMcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}