
Hearthstone Oracle
Let your agent search Hearthstone cards, analyze decks, classify archetypes, and coach strategy while you build guides, bots, or streamer tooling.
Overview
Hearthstone Oracle is a MCP server for the Build phase that supplies card search, deck analysis, strategy coaching, and archetype classification tools to AI agents over stdio.
What is this MCP server?
- Hearthstone card search exposed through MCP for agent workflows
- Deck analysis and archetype classification for metagame-aware assistants
- Strategy coaching style tooling for content and companion apps
- stdio npm hearthstone-oracle v0.1.0 for local MCP hosts
- Card-game knowledge MCP, not Blizzard account or ladder API integration
- Server version 0.1.0 with npm identifier hearthstone-oracle and stdio transport
- Single-package MCP manifest per gregario/hearthstone-oracle
- Repository: github.com/gregario/hearthstone-oracle
What problem does it solve?
Creators building Hearthstone side projects retype deck lists and card stats into prompts because agents lack a dedicated card-game MCP.
Who is it for?
Indie content creators and devs prototyping Hearthstone assistants, deck labs, or strategy chat without building a full card database first.
Skip if: Commercial Blizzard-integrated products requiring official APIs, non-card-game SaaS, or compliance-sensitive live game automation.
What do I get? / Deliverables
With hearthstone-oracle registered, your agent can analyze decks and discuss archetypes from tool calls while you ship guides or companion experiments.
- MCP tools for Hearthstone card search and deck-oriented analysis
- Archetype classification and strategy-oriented agent workflows
- Local stdio integration for content and prototype apps
Recommended MCP Servers
Journey fit
Canonical Build placement reflects indie builders wiring Hearthstone card and deck intelligence into agents or companion apps during implementation. Integrations matches stdio npm MCP registration that extends an agent with card search and deck analysis rather than owning distribution or analytics stacks.
How it compares
Strategy and deck intelligence MCP, not a Twitch distribution skill or production analytics warehouse.
Common Questions / FAQ
Who is hearthstone-oracle for?
Solo builders and streamers who code with AI agents and want Hearthstone card search, deck breakdowns, and archetype help in the same workspace.
When should I use hearthstone-oracle?
During Build when integrating MCP into a deck tool, guide generator, or coaching bot that needs repeatable card and strategy lookups.
How do I add hearthstone-oracle to my agent?
Add stdio MCP entry for npm package hearthstone-oracle 0.1.0 in your client config, restart the host, and verify card and deck tools are available.