MCP Directory

gregario/mtg-oracle

GitHub
Other

Magic: The Gathering card search, rules lookup, deck analysis, price data, and Commander intelligence. 14 tools, Scryfall + Academy Ruins + Commander Spellbook data.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mtg-oracle

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gregario/mtg-oracle your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mtg-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}

Route gregario/mtg-oracle intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mtg-oracle

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gregario/mtg-oracle directly without routing

npx -y mtg-oracle

New to Agent-CoreX? View setup guide →

gregario/mtg-oracle MCP Server — Agent-CoreX