← Registry

Game Development

mtgbench.com

Provides Magic: The Gathering deck analysis tools including legality checks, stats, combos, and synergies.

1 endpoint19 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://mtgbench.com/mcp

No auth detected

MCP server metadata

Name
mtg-mcp
Version
dev
Capabilities
loggingresources.listChangedtools.listChanged

Known tools 19

check_deck_legality

Validate a decklist against a constructed format's rules (banned cards, deck size, copy limits, and in Commander the color-identity rule).

Inferred read-only
commander_staples

The cards most commonly played with a given commander, from EDHREC's aggregate inclusion data: 691,958 commander-card pairings across 2,631 commanders.

Inferred read-only
deck_stats

Deterministic statistical analysis of a decklist (any format): mana curve with creature split, card types, color pips vs mana sources, functional buckets (ramp/draw/removal/wipes/counters/recursion/protection/tutors + bracket signals) with typical Commander bands, opening-hand probabilities (hypergeometric), a suggested land count, meta brew score, deck price, tribal and keyword counts.

Inferred read-only
find_combos

Detect known combos in a decklist using Commander Spellbook's curated database — combos fully present, plus near-misses one card away (with that card's price).

Inferred read-only
find_synergies

Given one or more cards the user ALREADY has, find cards that work with them.

Inferred read-only
get_card

Fetch full detail for ONE card by exact name or id: oracle text, mana cost, type line, format legalities, and a brief summary of its printings.

Inferred read-only
get_card_image

Fetch a card's image.

Inferred read-only
get_card_printings

List EVERY printing of a card (set, rarity, artist, finish, collector number).

Inferred read-only
get_card_rulings

Fetch the OFFICIAL Wizards rulings for one card, with their dates.

Inferred read-only
get_rule

Fetch a Comprehensive Rules entry and its lettered subrules by exact number (e.

Inferred read-only
my_collection

Summarize the user's imported collection: how many distinct cards, total copies, and where it was imported from.

Inferred read-only
rate_deck

Assess a Commander deck's official WotC bracket (1-5).

Inferred read-only
resolve_card_names

Check whether card names are REAL, in bulk.

Inferred read-only
search_cards

Find cards by NAME or by structured filters (colors, color identity, types, mana value, format legality, sets).

Inferred read-only
search_my_collection

Search only the cards the user OWNS, by name, colors, or type.

Inferred read-only
search_rules

Semantic search over the Magic Comprehensive Rules, glossary, and 84k card-specific rulings.

Inferred read-only
semantic_card_search

Vector search over card TEXT, for describing an effect that cannot be written as a filter: "cards that make a token when I attack", "punish opponents for drawing", "does what Rhystic Study does but cheaper".

Inferred read-only
upgrade_deck

Suggest priced deck upgrades: cards to add (within an optional budget) and cards to cut.

Inferred read-only
what_can_i_build

Given the user's imported card collection, rank the Commander decks they can most nearly build right now, with the most-played cards they are still missing.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mtg-mcp]
url = "https://mtgbench.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mtg-mcp": {
      "type": "http",
      "url": "https://mtgbench.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mtg-mcp
Remote MCP URL: https://mtgbench.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mtg-mcp": {
      "url": "https://mtgbench.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mtg-mcp": {
      "type": "http",
      "url": "https://mtgbench.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mtg-mcp",
  "transport": "streamable-http",
  "url": "https://mtgbench.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.