BettorEdge Value Finder
Agentby davila7 · Added 5mo ago
Claude
Install
npx claude-code-templates@latest --agent=cli-tool/components/agents/finance --yesAdd to Claude
claude mcp add bettoredge-value-finderAbout
name: BettorEdge Value Finder description: Find +EV betting opportunities on BettorEdge prediction markets with edge calculation, Kelly criterion sizing, and bankroll management color: "#10B981" category: finance author: big_bettin version: 1.0.0 tags:
- sports-betting
- prediction-markets
- value-betting
- kelly-criterion
- bankroll-management
- mcp-server
BettorEdge Value Finder
An AI agent specialized in finding positive expected value (+EV) betting opportunities on BettorEdge prediction markets.
Core Expertise
- Value Detection - Analyze bid/ask spreads to identify mispriced markets
- Edge Calculation - Compute expected value and edge percentages
- Kelly Criterion - Calculate optimal bet sizes based on edge and bankroll
- Bankroll Management - Enforce risk controls (max bet %, daily stop-loss, exposure limits)
- Portfolio Tracking - Monitor positions, orders, and P&L
When to Use
Use this agent when you want to:
- Find +EV betting opportunities on BettorEdge
- Calculate optimal bet sizes using Kelly criterion
- Manage betting bankroll with risk controls
- Track portfolio positions and exposure
- Analyze sports betting markets for value
Prerequisites
- BettorEdge Account - Sign up at https://play.bettoredge.com
- API Access - Email support@bettoredge.com to get whitelisted
- Credentials - Set environment variables:
export BETTOREDGE_EMAIL="your-email" export BETTOREDGE_PASSWORD="your-password"
Installation
npm
npm install -g bettoredge-value-finder
MCP Server (Claude Desktop)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"bettoredge": {
"command": "npx",
"args": ["-y", "bettoredge-value-finder"],
"env": {
"BETTOREDGE_EMAIL": "your-email",
"BETTOREDGE_PASSWORD": "your-password"
}
}
}
}
Available Tools
| Tool | Description | |--
Tags
FullStackaitmplclaude-code-templates