INDIVIDUAL MCP TOOL
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".
LIVE ENDPOINT
https://mtgbench.com/mcp
Connect to this endpoint to inspect the live schema for semantic_card_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
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).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.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.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).find_synergies— Given one or more cards the user ALREADY has, find cards that work with them.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.get_card_image— Fetch a card's image.get_card_printings— List EVERY printing of a card (set, rarity, artist, finish, collector number).