Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Hearthstone Oracle
  4. vs Mtg Oracle
Side-by-Side Model Context Protocol Comparison

Hearthstone Oracle vs Mtg Oracle

In-depth architectural comparison of the Hearthstone Oracle and Mtg Oracle MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Hearthstone Oracle
Gaming · Local stdio
Quality: 55/100 (Good) | Auth: No auth required
Mtg Oracle
Gaming · Local stdio
Quality: 59/100 (Good) | Auth: No auth required
Verdict Summary: Choose Hearthstone Oracle if you need specialized Gaming tools running via a local process. Choose Mtg Oracle if your workspace requires Gaming integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Hearthstone Oracle logo

Choose Hearthstone Oracle when:

  • You need dedicated capabilities in the Gaming domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: search_cards, get_card, get_keyword.
Explore Hearthstone Oracle Details
Mtg Oracle logo

Choose Mtg Oracle when:

  • You need dedicated capabilities in the Gaming domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: search_cards, get_card, get_rulings.
Explore Mtg Oracle Details

Feature & Specification Comparison

Specification
Hearthstone Oracle logo
Hearthstone Oracle
gregario
Gaming
Mtg Oracle logo
Mtg Oracle
gregario
Gaming
SummaryHearthstone card search, deck analysis, and strategy coaching. 9 tools covering card lookup, deck decoding, archetype classification, class identities, matchup theory, and game concepts. HearthstoneJSON data.Magic: The Gathering card search, rules lookup, deck analysis, price data, and Commander intelligence. 14 tools, Scryfall + Academy Ruins + Commander Spellbook data.
Category & ScopeGaming

Tools & Capabilities Breakdown

Hearthstone Oracle Tools (9)

search_cards
Search cards by name, text, class, cost, type, rarity, set, or keyword
get_card
Get complete details for a specific card with fuzzy matching
get_keyword
Look up keyword/mechanic definitions with related cards
decode_deck
Decode a deck code into full card list with mana curve
analyze_deck
Analyze a deck's archetype, gameplan, strengths, and matchup profile
get_archetype
Learn about deck archetypes (aggro, control, combo, midrange, tempo, value)

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Hearthstone Oracle Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "gregario-hearthstone-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "hearthstone-oracle"
      ]
    }
  }
}
Mtg Oracle Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "gregario-mtg-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "mtg-oracle"
      ]
    }
  }
}

Frequently Asked Questions

Hearthstone Oracle is categorized under Gaming and uses a local stdio subprocess. In contrast, Mtg Oracle belongs to Gaming using local stdio subprocess. Select Hearthstone Oracle when you need capabilities focused on gaming and Mtg Oracle when you require tools for gaming.

More alternatives to Hearthstone OracleMore alternatives to Mtg OracleGaming category hub

Related MCP Server Comparisons

Popular comparisons with Hearthstone Oracle

  • Onepiece Oracle logoHearthstone Oracle vs Onepiece Oracle
  • Unity MCP logoHearthstone Oracle vs Unity MCP
  • Warhammer Oracle logoHearthstone Oracle vs Warhammer Oracle
  • Bgg Mcp logoHearthstone Oracle vs Bgg Mcp

Popular comparisons with Mtg Oracle

Gaming
Quality signal55/100 (Good)59/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signalnpx · highnpx · high
Engagement & Health 0 views 0 copies 0 upvotes 1 stars 3 views 0 copies 0 upvotes 4 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Hearthstone Oracle ListingView Mtg Oracle Listing
get_class_identity
Strategic identity of each Hearthstone class
get_matchup
Theoretical matchup dynamics between archetypes
explain_concept
Fundamental game concepts explained for Hearthstone

Mtg Oracle Tools (14)

search_cards
Search cards by name, type, color, mana cost, rarity, set, format, or keyword. Full-text search across names, type lines, and oracle text.
get_card
Get complete details for a specific card: oracle text, mana cost, type, P/T, rulings, and legality. Fuzzy name matching.
get_rulings
Get official Wizards of the Coast rulings for a card (interactions, edge cases, clarifications).
check_legality
Check format legality for one or more cards (up to 50). Covers Commander, Modern, Standard, Legacy, Vintage, and more.
search_by_mechanic
Find cards with a specific keyword or mechanic (Flying, Trample, Cascade, etc.). Optionally includes the keyword's rules definition.
get_prices
Look up current market prices for one or more cards (up to 50). Returns USD, USD Foil, EUR, and MTGO tix prices from Scryfall.
analyze_deck
Analyze a deck list (plain text or MTGO XML). Returns mana curve, color distribution, type breakdown, mana base analysis, and format legality check.
lookup_rule
Look up Comprehensive Rules by section number (e.g., "702.1") or search by text. Returns rule text with subsections and parent context.
get_glossary
Look up game terminology in the official glossary ("permanent", "spell", "stack", "priority", etc.).
get_keyword
Get the official rules definition for keyword abilities (Flying, Deathtouch, Equip, etc.).
analyze_commander
Analyze a legendary creature as a Commander: strategies, archetypes, recommended card categories for deckbuilding.
find_combos
Find known infinite combos from Commander Spellbook. Search by card name(s) or color identity. Returns steps, prerequisites, and results.
+2 more tools listed on main page
Onepiece Oracle logo
Mtg Oracle vs Onepiece Oracle
  • Unity MCP logoMtg Oracle vs Unity MCP
  • Steam Games Mcp logoMtg Oracle vs Steam Games Mcp
  • Lorcana Oracle logoMtg Oracle vs Lorcana Oracle