mcpbeat Sign in

Hearthstone Oracle MCP Server

local only

Hearthstone Oracle runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 2 May 2026.

Hearthstone card search, deck analysis, strategy coaching, and archetype classification

Installs per day peak 24 · avg 9 · +16% w/w
a month agotoday
36
Installs / week
npm · hearthstone-oracle
2
Stars
0 open issues
2 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Hearthstone Oracle every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hearthstone-oracle -- npx -y hearthstone-oracle
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hearthstone-oracle": {
      "args": [
        "-y",
        "hearthstone-oracle"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hearthstone-oracle]
command = "npx"
args = ["-y", "hearthstone-oracle"]
.cursor/mcp.json
{
  "mcpServers": {
    "hearthstone-oracle": {
      "args": [
        "-y",
        "hearthstone-oracle"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hearthstone-oracle": {
      "args": [
        "-y",
        "hearthstone-oracle"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hearthstone Oracle

same job, measured the same way
Onepiece Oracle
by gregario

One Piece TCG MCP server with card search, deck analysis, and set browsing

462 installs/wk local only
Douanecode MCP
by courouge

EU customs code search (HS, NC8, TARIC): tariff classification and duty rates

92 installs/wk local only
Factorguide
by factorguide

Send a coupling matrix, get zone classifications and optimal factorization strategy.

7 tools answering
Curatedmcp Catalog MCP
by oneprofile-dev

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

38 installs/wk local only
C
MTG Bench
by mtgbench

Magic: The Gathering card search, rules, rulings, deck analysis, brackets, and combo detection.

19 tools answering
Luviner
by filippogroppi

13 neural engines for time-series anomaly detection, classification, and root cause analysis.

answering
I
Dockase Legal MCP
by owenmaine

Nigerian & Commonwealth legal reasoning, RAG search, contract analysis, and citation verification.

local only
Lorcana Oracle
by gregario

Disney Lorcana TCG MCP server with card search, deck analysis, ink curves, and set browsing

41 installs/wk local only

Hearthstone Oracle — questions

Answers built from our own checks of this server.

Why is there no uptime for Hearthstone Oracle?
Hearthstone Oracle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hearthstone-oracle was installed 36 times last week.
How do I connect Hearthstone Oracle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hearthstone-oracle straight from npm; nothing to host, nothing to sign up for.
How many people use Hearthstone Oracle?
The npm package hearthstone-oracle was installed 36 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hearthstone Oracle open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.