MCP Hub
Back to servers

botindex-mcp-server

Sports betting, crypto & commerce intelligence API for AI agents. 17 x402-gated tools.

Registry
Updated
Mar 4, 2026

Quick Install

npx -y botindex-mcp-server

BotIndex MCP Server

MCP server for BotIndex — an x402-gated API providing sports betting, crypto, and commerce intelligence data for AI agents.

Features

  • 17 tools covering sports odds, crypto tokens, Solana launches, commerce protocol comparison, and correlation analytics
  • x402 payment protocol — pay-per-request with USDC on Base (no API keys, no subscriptions)
  • Works with Claude Desktop, Cursor, Cline, Windsurf, Continue.dev, and any MCP-compatible client

Installation

npx @cyberweasel777/botindex-mcp-server

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "botindex": {
      "command": "npx",
      "args": ["-y", "@cyberweasel777/botindex-mcp-server"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "botindex": {
      "command": "npx",
      "args": ["-y", "@cyberweasel777/botindex-mcp-server"]
    }
  }
}

Available Tools

Sports

ToolDescription
botindex_sports_oddsLive odds across multiple bookmakers
botindex_sports_linesBetting lines with movement data
botindex_sports_propsPlayer prop bets
botindex_sports_correlationsCorrelated prop combinations for parlays
botindex_sports_optimizerDFS/betting lineup optimizer
botindex_sports_arbCross-bookmaker arbitrage opportunities

Crypto

ToolDescription
botindex_crypto_tokensToken universe with prices and correlations
botindex_crypto_graduatingTokens graduating from launchpad to live markets

Solana

ToolDescription
botindex_solana_launchesMetaplex Genesis token launches
botindex_solana_activeActive Solana token launches

Commerce

ToolDescription
botindex_commerce_compareCompare ACP vs UCP vs x402 protocols
botindex_commerce_protocolsProtocol directory with fees and merchant counts

Analytics

ToolDescription
botindex_dashboardCorrelation matrix, market leaders, fear/greed
botindex_correlation_leadersTop correlated/anti-correlated token pairs
botindex_signalsPrediction market arbitrage signals
botindex_agent_traceExecution history for BotIndex agents

Discovery

ToolDescription
botindex_discoverList all endpoints with pricing

Payment

BotIndex uses the x402 protocol for payment. Endpoints return HTTP 402 with payment instructions. Integrate the x402 SDK to enable automatic USDC payments on Base.

License

MIT

Reviews

No reviews yet

Sign in to write a review