
Mtg Oracle
Connect Magic: The Gathering card, rules, combo, and Commander intelligence to your agent while building MTG apps, bots, or rules assistants.
Overview
io.github.gregario/mtg-oracle is a MCP server for the Build phase that delivers Magic: The Gathering cards, rules, combos, and Commander intelligence to coding agents.
What is this MCP server?
- Magic: The Gathering cards, rules, combos, and Commander-focused intelligence
- stdio npm `mtg-oracle` v0.1.0 for standard MCP clients
- Supports agent workflows for deck legality, combo discovery, and rules clarification
- Open-source gregario/mtg-oracle with MCP registry metadata
- Oracle pattern optimized for conversational MTG development, not static wikis
- Version 0.1.0 published as npm identifier mtg-oracle
- stdio transport type in MCP 2025-12-11 server manifest
- Advertised scope: cards, rules, combos, Commander intelligence
Community signal: 3 GitHub stars.
What problem does it solve?
MTG feature work stalls when agents guess at rules text, combo lines, and Commander constraints without a dedicated oracle tool.
Who is it for?
Indie devs building Commander deck tech, combo explorers, or rules assistants who want MCP-native MTG intelligence in Claude Code or Cursor.
Skip if: Stores that only need generic card price APIs without rules/combo depth, or products avoiding agent/MCP architectures.
What do I get? / Deliverables
With mtg-oracle registered, your agent can ground implementation in card, rules, combo, and Commander data while you ship MTG tooling.
- Agent-callable MTG card, rules, combo, and Commander oracle tools
- Stdio MCP wiring documented in your project agent config
- Reduced manual rules research during MTG feature implementation
Recommended MCP Servers
Journey fit
MTG data MCP belongs in Build when you integrate deep card-game knowledge into agent-assisted backends and tools. integrations captures wiring an external oracle into your stack; Commander and combo tooling maps to structured API-like MCP tools.
How it compares
MTG rules and Commander oracle MCP, not a payment checkout skill or generic LLM prompt pack.
Common Questions / FAQ
Who is io.github.gregario/mtg-oracle for?
Builders creating MTG apps, bots, or internal tools who need agent-callable card, rules, combo, and Commander intelligence.
When should I use io.github.gregario/mtg-oracle?
Use it while integrating MTG domain logic during Build—especially Commander decks, combo search, and rules clarification features.
How do I add io.github.gregario/mtg-oracle to my agent?
Install npm package `mtg-oracle` v0.1.0, configure stdio MCP in your client, and reference the server name io.github.gregario/mtg-oracle from the registry manifest.