arbitrageedge-mcp
v1.0.0
Published
MCP server for ArbitrageEdge sports betting arbitrage API with x402 payments
Downloads
103
Readme
ArbitrageEdge MCP Server
Find guaranteed profit sports betting arbitrage opportunities directly in Claude.
Features
- Real-time Arbitrage: Scans major sportsbooks for mathematical arbitrage opportunities.
- Guaranteed Profit: innovative algorithm identifies bets that guarantee profit regardless of the match outcome.
- Multi-Sport: Supports Soccer, Basketball (NBA), Tennis, NFL, and MLB.
- Pay-per-use: Costs $0.03 USDC per query via x402 protocol. No subscriptions.
Installation
You can use this server directly with npx or install it globally.
Prerequisites
To use this paid API, you need:
- An Ethereum wallet (EVM) formatted private key.
- USDC on Base Mainnet in that wallet to pay for requests ($0.03/req).
Quick Start (Claude Desktop)
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"arbitrageedge": {
"command": "npx",
"args": ["-y", "arbitrageedge-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKeyHere"
}
}
}
}Security Note: Your private key is kept local on your machine and only used to sign payment transactions for API requests. It is never sent to the server.
Usage
Ask Claude questions like:
- "Find me arbitrage opportunities for NBA games"
- "Are there any guaranteed profits in Premier League betting right now?"
- "Check for arbitrage in tennis with a $500 stake"
Pricing
- $0.03 USDC per arbitrage text query.
- Payments are processed automatically via the x402 protocol on Base Mainnet.
- "List supported sports" and "Health check" tools are free.
