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 Lorcana Oracle
Side-by-Side Model Context Protocol Comparison

Hearthstone Oracle vs Lorcana Oracle

In-depth architectural comparison of the Hearthstone Oracle and Lorcana 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
Lorcana Oracle
Gaming · Local stdio
Quality: 49/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Hearthstone Oracle if you need specialized Gaming tools running via a local process. Choose Lorcana 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
Lorcana Oracle logo

Choose Lorcana 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: Card search with multiple filters and pagination, Deck ink curve and color balance analysis, Lore generation analysis and top lore-generating cards.
Explore Lorcana Oracle Details

Feature & Specification Comparison

Specification
Hearthstone Oracle logo
Hearthstone Oracle
gregario
Gaming
Lorcana Oracle logo
Lorcana 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.Disney Lorcana TCG card search, deck analysis, ink curves, lore generation, and franchise browsing. 7 tools, 2,710 cards embedded.
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"
      ]
    }
  }
}
Lorcana Oracle Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "gregario-lorcana-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "lorcana-oracle"
      ]
    }
  }
}

Frequently Asked Questions

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

More alternatives to Hearthstone OracleMore alternatives to Lorcana OracleGaming category hub

Related MCP Server Comparisons

Popular comparisons with Hearthstone Oracle

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

Popular comparisons with Lorcana Oracle

Gaming
Quality signal55/100 (Good)49/100 (Fair)
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 2 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Hearthstone Oracle ListingView Lorcana 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

Lorcana Oracle Tools (5)

Card search with multiple filters and pagination
Deck ink curve and color balance analysis
Lore generation analysis and top lore-generating cards
Browse sets and franchises with card metadata
Find song synergies for characters and songs
Onepiece Oracle logo
Lorcana Oracle vs Onepiece Oracle
  • Unity MCP logoLorcana Oracle vs Unity MCP
  • Mtg Oracle logoLorcana Oracle vs Mtg Oracle
  • Bgg Mcp logoLorcana Oracle vs Bgg Mcp