Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"savvyscratch": {
"args": [
"-y",
"@savvyscratch/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Open your claude_desktop_config.json: - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@savvyscratch/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @savvyscratch/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
MCP Security Weekly
Get CVE alerts and security updates for io.github.myque08/savvyscratch and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Open your claude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the Savvy Scratch server:
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}
Restart Claude Desktop. You're done.
Add to your project's .mcp.json (or run claude mcp add):
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}
Any client that supports stdio MCP servers can run:
npx -y @savvyscratch/mcp-server
An MCP (Model Context Protocol) server that gives AI assistants access to Savvy Scratch — pro-gambler-grade analysis of scratch-off lottery games across 19 U.S. states.
Register, sign in, browse live game data, and subscribe — all through natural conversation with your AI. Zero configuration required.
Once installed, just talk to your AI:
register toollogin + get_gamesget_subscribe_linkNo API keys. No env vars. Your account lives in your AI session.
| Tool | Description |
|---|---|
register | Create a new Savvy Scratch account |
login | Sign in with email and password |
logout | Sign out |
check_subscription | View subscription status and plan details |
get_subscribe_link | Get a link to subscribe |
| Tool | Description | Free | Subscriber |
|---|---|---|---|
list_states | List all 19 covered states | Full | Full |
get_games | Get scratch-off games for a state | Top 3 | All games |
game_details | Detailed prize breakdown for a game | Locked | Full |
best_games | Best games for a budget and state | Top 3 | All matches |
Free accounts see top-3 previews in every state. A Savvy Scratch subscription ($5/mo or $50/yr) unlocks:
You: What scratch-off games should I play in Florida?
AI: [calls login, then get_games with state=fl]
Shows top 3 games with scores and odds...
"Subscribe to see all 100 games. Use get_subscribe_link to get started."
You: I have $10 to spend in Georgia, what's best?
AI: [calls best_games with state=ga, budget=10]
Shows top-rated games at $10 or under ranked by weighted score
You: Show me the prize breakdown for Atlanta Falcons
AI: [calls game_details with state=ga, game_name="Atlanta Falcons"]
Full prize tier breakdown with remaining prizes and adjusted odds
git clone https://github.com/myque08/savvymcp.git
cd savvymcp
npm install
npm run build
node dist/index.js