Home / Token cost / MTG MCP Server

The MTG MCP Server MCP server costs 11,664 tokens before the first call.

Connect MTG MCP Server and its 69 tool definitions are loaded into the model's context on every request — 5.8% of a 200k window spent before your agent does anything.

QUICK ANSWER The MTG MCP Server MCP server's tool definitions consume 11,664 tokens — 6.1× the median MCP server (1,905 tokens). A scoped grant exposing only the tools you use cuts that roughly in proportion.

MEASURED FROM SCHEMAS 69 tools · 11,664 tokens · 5.8% of 200k · 1.2% of 1M Method →

What that buys before your agent starts working.

Tool definitions are overhead: they occupy context on every request and compete with your code, documents and conversation history for the same window.

200K WINDOW 5.8%
1M WINDOW 1.2%

Corpus context: MTG MCP Server ranks #139 of 3,213 measured MCP servers by definition cost. The median is 1,905 tokens, p90 is 7,952, and the heaviest (Fusionauth) is 183,337 — 92% of a 200k window on its own.

Where the 11,664 tokens go.

Each row is one tool definition as a tools/list entry — name, description and input schema — counted with o200k_base. Average: 169 tokens per tool.

ToolCategoryTokens% of server
bulk_format_staples Read 340 2.9%
bulk_format_search Read 312 2.7%
draft_card_ratings Write 277 2.4%
theme_search Read 276 2.4%
sideboard_matrix Read 257 2.2%
draft_archetype_stats Execute 251 2.2%
deck_validate Read 248 2.1%
scryfall_whats_new Execute 237 2.0%
bulk_random_card Read 226 1.9%
sideboard_guide Read 225 1.9%
edhrec_commander_staples Read 222 1.9%
tribal_staples Read 222 1.9%
moxfield_search_decks Read 221 1.9%
scryfall_search_cards Destructive 214 1.8%
suggest_sideboard Read 214 1.8%
bulk_card_search Read 213 1.8%
complete_deck Write 212 1.8%
spicerack_tournament_results Read 211 1.8%
build_around Execute 209 1.8%
bulk_similar_cards Read 207 1.8%
draft_log_review Read 206 1.8%
draft_pack_pick Read 205 1.8%
combat_calculator Read 194 1.7%
spicerack_format_decklists Read 194 1.7%
suggest_mana_base Read 193 1.7%
draft_signal_read Read 188 1.6%
color_identity_staples Read 183 1.6%
deck_analysis Read 180 1.5%
spicerack_recent_tournaments Read 180 1.5%
budget_upgrade Read 171 1.5%
suggest_cuts Read 171 1.5%
archetype_decklist Read 170 1.5%
precon_upgrade Read 169 1.4%
edhrec_card_synergy Read 168 1.4%
spellbook_find_combos Read 168 1.4%
sealed_pool_build Execute 166 1.4%
format_entry_guide Read 164 1.4%
set_overview Write 159 1.4%
goldfish_archetype_list Read 158 1.4%
rules_lookup Read 158 1.4%
card_comparison Read 154 1.3%
goldfish_format_staples Read 153 1.3%
evaluate_upgrade Read 152 1.3%
archetype_comparison Read 151 1.3%
goldfish_deck_price Read 151 1.3%
scryfall_card_details Read 148 1.3%
bulk_card_lookup Read 139 1.2%
rotation_check Read 137 1.2%
commander_overview Read 136 1.2%
metagame_snapshot Read 136 1.2%
commander_comparison Read 134 1.1%
spellbook_find_decklist_combos Read 134 1.1%
spellbook_estimate_bracket Read 127 1.1%
goldfish_metagame Read 125 1.1%
bulk_format_legality Read 122 1.0%
keyword_explain Read 122 1.0%
rules_interaction Read 119 1.0%
price_comparison Read 115 1.0%
rules_scenario Read 111 1.0%
moxfield_decklist Read 107 0.9%
moxfield_user_decks Read 107 0.9%
moxfield_deck_info Read 104 0.9%
spellbook_combo_details Read 98 0.8%
bulk_ban_list Read 78 0.7%
bulk_card_in_formats Read 71 0.6%
scryfall_set_info Write 58 0.5%
scryfall_card_rulings Read 56 0.5%
scryfall_card_price Write 53 0.5%
ping Read 27 0.2%

Most agents use a handful of these tools. They pay for all 69.

A PolicyLayer grant exposes only the tools you allow — ungranted definitions are filtered out of the tool list, so they never enter the context window. Estimates below assume typical-weight tools (169 tokens each).

Grant scopeDefinition costReduction
All 69 tools (no gateway) 11,664 tokens
3 granted tools ~507 tokens −96%
5 granted tools ~845 tokens −93%
10 granted tools ~1,690 tokens −86%

MTG MCP Server token-cost questions.

How many tokens does the MTG MCP Server MCP server use?+

Its 69 tool definitions total 11,664 tokens — 5.8% of a 200k context window — measured with tiktoken o200k_base over the serialised tools/list payload. Exact counts vary slightly by client and model.

Why does MTG MCP Server consume tokens before I send a message?+

MCP clients load every connected server's tool definitions — name, description, and input schema — into the model's context so it knows what it can call. That payload is charged against your context window on every request, whether or not a tool is used.

How do I reduce MTG MCP Server's token usage?+

Expose fewer tools. A PolicyLayer grant scopes MTG MCP Server to only the tools you allow — ungranted definitions are filtered out of the tool list, so they never enter the context window. A grant of 3 typical tools costs roughly 507 tokens, a 96% reduction.

Does deferred tool loading fix this?+

Partially, in some clients. Claude Code defers MCP tool schemas behind a tool-search step by default, and VS Code has experimental grouping — but you still pay tokens per search and reload, and Cursor, Windsurf and Gemini CLI load definitions upfront. Reducing the exposed tool set cuts the cost in every client.

How these numbers were measured.

01
Serialisation

Each tool is serialised as a tools/list entry — name, description, input schema — from the schemas in the PolicyLayer scan database. Clients differ slightly in framing, so treat counts as close estimates.

02
Tokeniser

tiktoken o200k_base (GPT-4o/o-series). Anthropic's current tokeniser isn't published, so Claude's exact counts will differ; for English text and JSON schemas the totals are close enough to treat these as estimates.

03
Deferred loading

Some clients now defer schema loading (Claude Code's tool search; VS Code experimental grouping). You still pay per search and reload — and Cursor, Windsurf and Gemini CLI load everything upfront.

Computed 07-06-2026 from the PolicyLayer scan database over all 69 catalogued MTG MCP Server tools. Counts refresh with every site build.

Expose only the tools you use — the rest never enter your context.

A PolicyLayer grant scopes MTG MCP Server to the tools you actually allow. Ungranted definitions never load, and every call that does run is checked against policy first.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.