Server data from the Official MCP Registry
AI sports betting picks, odds, injuries & line movement. 1,353+ picks, 59.6% win rate.
AI sports betting picks, odds, injuries & line movement. 1,353+ picks, 59.6% win rate.
Set these up before or after installing:
Environment variable: SPORTS_BETTING_API_URL
Environment variable: SPORTS_BETTING_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-seang1121-sports-betting-mcp": {
"env": {
"SPORTS_BETTING_API_KEY": "your-sports-betting-api-key-here",
"SPORTS_BETTING_API_URL": "your-sports-betting-api-url-here"
},
"args": [
"sports-betting-mcp"
],
"command": "uvx"
}
}
}This sports betting MCP server shows reasonable security practices with proper environment variable usage for credentials and structured API authentication. However, security concerns include hardcoded API URLs, overly broad exception handling that could mask security issues, and potential sensitive data exposure in error messages that reduce confidence in the implementation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!