Hearthstone card search, deck analysis, strategy coaching, and archetype classification
claude mcp add hearthstone-oracle -- npx -y hearthstone-oracle
claude_desktop_config.json
{
"mcpServers": {
"hearthstone-oracle": {
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hearthstone-oracle": {
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hearthstone-oracle": {
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hearthstone-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hearthstone-oracle": {
"command": "npx",
"args": [
"-y",
"hearthstone-oracle"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gregario--hearthstone-oracle/reviews or the review_server meta-tool.
POST /mcp