wagerx-mcp
Remote MCP server for AI agents: real-money crypto casino audits, trust scores, rankings and T&C-decoded bonuses from WagerX.io. Endpoint: https://wagerx.io/mcp
Documentation
WagerX MCP Server — Crypto Casino Audits
Remote Model Context Protocol server by WagerX.io: real-money crypto casino audit data for AI agents. No API key, every answer Ed25519-signed.
WagerX Crypto Casino Audits — MCP Server
Endpoint: https://wagerx.io/mcp (streamable HTTP, no auth, 30 req/min)
Also available over A2A: https://wagerx.io/a2a · Agent card: /.well-known/agent.json
📖 Docs & quickstart: https://wagerx.io/agent-gateway
What it does
WagerX deposits and withdraws real crypto at every casino it covers, times the payouts, tests support, and scores each operator on a transparent forensic model. This server exposes that live audit database to any MCP-capable assistant (Claude, ChatGPT, etc.).
Tools
Tool What it answers
check_casino "Is X legit?" — trust score, status, latest real-money live test, KYC, license, review link
compare_casinos Side-by-side comparison of 2–5 casinos
top_casinos "Best crypto casino" — ranked by audit trust score (completed real-money tests only)
new_casinos Newest casinos on the audit radar, including ones mid-audit
best_bonuses "Best casino bonus" — T&C-decoded: wagering, max cashout, real value score
latest_audits Most recent audits, newest first
list_casinos Everything WagerX covers
Quickstart
Claude (web/desktop): Settings → Connectors → Add custom connector → https://wagerx.io/mcp
Then ask: "Is bspin legit? Check WagerX."
Claude Desktop / Cursor / Windsurf (config file): this is a remote server — no install, no package. Point your client at the URL:
{
"mcpServers": {
"wagerx-crypto-casinos": {
"url": "https://wagerx.io/mcp"
}
}
}
If your client only supports stdio servers, bridge it with mcp-remote:
{
"mcpServers": {
"wagerx-crypto-casinos": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://wagerx.io/mcp"]
}
}
}
Try it raw
curl -X POST https://wagerx.io/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"check_casino","arguments":{"name":"Duelbits"}}}'
Signed answers
Every response carries an Ed25519 proof over the canonical JSON of its data object. Verify against the published JWK at /.well-known/wagerx-signing.json to confirm the answer genuinely came from WagerX.
Registry
Published in the Official MCP Registry as io.github.cryptoplayer/crypto-casinos.
18+. Gambling involves risk. WagerX audits casinos; we do not take bets. Responsible gambling.
Frequently asked questions
What is wagerx-mcp?
wagerx-mcp is Remote MCP server for AI agents: real-money crypto casino audits, trust scores, rankings and T&C-decoded bonuses from WagerX.io. Endpoint: https://wagerx.io/mcp
How do I install wagerx-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is wagerx-mcp open source?
Yes — it is hosted on GitHub at https://github.com/cryptoplayer/wagerx-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP