binance / binance/ai-trading-prototype

Feature Request: BotIndex MCP integration for prediction market and alternative data signals

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
147
Forks
40
PR merge metrics
No merged PRs in 30d

Description

### ๐Ÿ”Œ Data Integration Opportunity โ€” BotIndex MCP Server

Hey team ๐Ÿ‘‹

I noticed **binance/ai-trading-prototype** currently pulls data from OpenAI API for sentiment analysis, Binance Spot Market API, News headlines โ€” great stack. But there are some data gaps that could strengthen your users' strategies:

- Cross-token correlation analysis
- Prediction market data
- Sports odds data
- On-chain metrics

**[BotIndex](https://www.npmjs.com/package/botindex-mcp-server)** is an MCP server that fills exactly these gaps. It exposes 15+ real-time endpoints covering:

- โšก **Sports odds** โ€” live lines, spreads, totals across major books
- ๐Ÿ“Š **Cross-token correlations** โ€” BTC/ETH/SOL correlation matrices, updated in real-time
- ๐Ÿ”ฎ **Prediction markets** โ€” Polymarket/Kalshi odds with sportsbook divergence detection
- ๐Ÿš€ **Token launches** โ€” Solana graduation signals, fair launch scoring
- ๐Ÿ’ฐ **Arbitrage detection** โ€” cross-market spread identification

### How it works

```bash
# Install via npm
npm install botindex-mcp-server

# Or add to your MCP config
{
"mcpServers": {
"botindex": {
"command": "npx",
"args": ["botindex-mcp-server"]
}
}
}
```

Free validation endpoints included. Premium endpoints use [x402](https://github.com/coinbase/x402) โ€” pay-per-request with USDC, no API keys or signup needed.

### ๐Ÿ† Early Adopter Revenue Share Program

We're offering **20% lifetime revenue share** to early adopters who integrate BotIndex. Every paid API call driven through your integration โ†’ 20% USDC back to you, forever. No cap, no expiration, on-chain verifiable.

This is a limited early adopter program โ€” first integrators lock in the best terms.

**Interested?** Reply here to claim your referral code and register your payout wallet.

### Links

- ๐Ÿ“ฆ [npm: botindex-mcp-server](https://www.npmjs.com/package/botindex-mcp-server)
- ๐Ÿ”— [Anthropic MCP Registry](https://github.com/anthropics/mcp-registry)
- ๐Ÿ“– [GitHub: botindex-mcp](https://github.com/Cyberweasel777/botindex-mcp)
- ๐Ÿ’ณ [x402 Protocol](https://github.com/coinbase/x402)

Happy to answer questions about integration or the revenue share program.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. First inspect how the prototype currently obtains OpenAI, Binance Spot Market, and news data, then determine whether and where an MCP integration could fit. Done would require an agreed scope for the supported BotIndex signals, integration behavior, configuration, and validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
nodejs, python
Domain
backend, data, fintech-quant
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.