Catalog
io.github.DaVinciPicks/davincibets-mcp
OfficialAI sports predictions for NBA, NFL, NHL & MLB — picks, cards, track record, schedule
Generate AI sports predictions for NBA, NFL, NHL, and MLB with track records.
README not available yet.
Install
Configuration
Environment variables
DVB_API_KEYrequiredsecretDa Vinci Bets API key (starts with dvb_live_)
claude_desktop_config.json
{
"mcpServers": {
"davincibets-mcp": {
"command": "npx",
"args": [
"-y",
"@davincibets/mcp-server@1.4.0"
],
"env": {
"DVB_API_KEY": "<YOUR_DVB_API_KEY>"
}
}
}
}