Savvy Scratch MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Savvy Scratch MCP ServerWhat are the best scratch-off games in Florida?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Savvy Scratch MCP Server
Install
Claude Desktop
Open your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the Savvy Scratch server:
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}Restart Claude Desktop. You're done.
Claude Code
Add to your project's .mcp.json (or run claude mcp add):
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}Other MCP-compatible clients
Any client that supports stdio MCP servers can run:
npx -y @savvyscratch/mcp-serverRelated MCP server: Frostbyte MCP
What is this?
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.
First-time setup (through your AI)
Once installed, just talk to your AI:
"Register a Savvy Scratch account for me" → AI uses the
registertool"What scratch-off games should I play in Florida?" → AI uses
login+get_games"Subscribe me to Savvy Scratch" → AI uses
get_subscribe_link
No API keys. No env vars. Your account lives in your AI session.
Tools
Auth & Account
Tool | Description |
| Create a new Savvy Scratch account |
| Sign in with email and password |
| Sign out |
| View subscription status and plan details |
| Get a link to subscribe |
Game Analysis
Tool | Description | Free | Subscriber |
| List all 19 covered states | Full | Full |
| Get scratch-off games for a state | Top 3 | All games |
| Detailed prize breakdown for a game | Locked | Full |
| Best games for a budget and state | Top 3 | All matches |
Pricing
Free accounts see top-3 previews in every state. A Savvy Scratch subscription ($5/mo or $50/yr) unlocks:
All games in all 19 states
Detailed prize-tier breakdowns with live remaining prizes
Budget-optimized recommendations ranked by weighted score
Pro gambler methodology applied to every game
Example Conversation
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 oddsBuild from source
git clone https://github.com/myque08/savvymcp.git
cd savvymcp
npm install
npm run build
node dist/index.jsLinks
npm package: https://www.npmjs.com/package/@savvyscratch/mcp-server
Website: https://www.savvyscratch.com
Report issues: https://github.com/myque08/savvymcp/issues
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.1138100MIT
- Alicense-qualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.1MIT
- AlicenseBqualityDmaintenanceA comprehensive MCP server that connects AI assistants to GoHighLevel CRM, enabling management of contacts, conversations, calendars, pipelines, payments, and more through 60+ tools.6427MIT
- AlicenseAqualityAmaintenanceAn MCP server connecting AI agents to Google, YouTube, Amazon, Walmart, TikTok, and Reddit. 21 tools for web search, product lookup, video discovery, and social media analysis.218086MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/myque08/savvymcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server