精明的Scratch MCP服务器
](https://www.npmjs.com/package/@savvyscratch/mcp-server)
安装
克劳德桌面
打开你的 claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - 窗户:
%APPDATA%\Claude\claude_desktop_config.json
添加Savvy Scratch服务器:
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}重新启动克劳德桌面。你完了。
克劳德代码
添加到您的项目 .mcp.json (或奔跑 claude mcp add):
{
"mcpServers": {
"savvyscratch": {
"command": "npx",
"args": ["-y", "@savvyscratch/mcp-server"]
}
}
}其他MCP兼容客户端
任何支持stdio MCP服务器的客户端都可以运行:
npx -y @savvyscratch/mcp-server这是什么?
MCP(模型上下文协议)服务器,允许AI助手访问 精明的抓挠 --美国19个州刮刮彩票游戏的职业赌徒等级分析。
注册、登录、浏览实时游戏数据和订阅——所有这些都是通过与人工智能的自然对话完成的。 无需配置。
首次设置(通过您的AI)
安装后,只需与您的AI对话:
- “为我注册一个Savvy Scratch帐户” → AI使用
register工具 - “我应该在佛罗里达玩什么刮刮游戏?” → AI使用
login+get_games - “订阅我的Savvy Scratch” → AI使用
get_subscribe_link
没有API密钥。没有环境变量。您的帐户位于您的AI会话中。
工具
身份验证和帐户
| 工具 | 说明 |
|---|---|
register | 创建一个新的Savvy Scratch帐户 |
login | 使用电子邮件和密码登录 |
logout | 退出 |
check_subscription | 查看订阅状态和计划详细信息 |
get_subscribe_link | 获取订阅链接 |
博弈分析
| 工具 | 描述 | 免费 | 订阅者 |
|---|---|---|---|
list_states | 列出所有19个州 | 完整 | 完整 |
get_games | 获得一个州的刮刮游戏 | 前3名 | 所有游戏 |
game_details | 游戏的详细奖金明细 | 已锁定 | 已满 |
best_games | 预算和州最佳游戏 | 前3名 | 所有比赛 |
定价
免费帐户在每个州都能看到前三名的预览。Savvy Scratch订阅(每月5美元或每年50美元)可解锁:
- 所有19个州的所有游戏
- 详细的奖品等级细分,包括剩余的实时奖品
- 按加权分数排名的预算优化建议
- 将职业赌徒方法论应用于每一场比赛
对话示例
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链接
- npm包: https://www.npmjs.com/package/@savescratch/mcp服务器
- 网站: https://www.savvyscratch.com
- github: https://github.com/myque08/savvymcp
- 报告问题: https://github.com/myque08/savvymcp/issues
