CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Botindex Mcp Server

cyberweasel777/botindex-mcp-server
13 toolsSTDIOregistry active
Summary

This one plugs into DeFi signal feeds and sports betting data, exposing 17 tools for odds comparison, funding arbitrage on Hyperliquid, token graduations from Catapult, and whale activity tracking. It uses Coinbase's x402 protocol for pay-per-request USDC billing after 50 free calls per wallet. Every response includes a cryptographically signed Agent Action Receipt so you can verify what your agent requested and paid for. Useful if you're building agents that trade on market signals, scan for arbitrage, or need verifiable audit trails for agentic commerce. Free endpoints cover Zora trending coins and funding rate opportunities.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

13 tools
botindex_discoverList all available BotIndex tools and endpoints with pricing.

List all available BotIndex tools and endpoints with pricing.

No parameter schema in public metadata yet.

botindex_hl_funding_arbGet Hyperliquid funding rate arbitrage opportunities ranked by annualized yield. FREE

Get Hyperliquid funding rate arbitrage opportunities ranked by annualized yield. FREE

No parameter schema in public metadata yet.

botindex_signalsGet latest cross-market signals with bot attribution and confidence scores. FREE1 params

Get latest cross-market signals with bot attribution and confidence scores. FREE

Parameters* required
limitnumber
botindex_crypto_tokensGet token universe with prices, volumes, and market caps. FREE

Get token universe with prices, volumes, and market caps. FREE

No parameter schema in public metadata yet.

botindex_correlation_leadersGet top correlated and anti-correlated crypto pairs. $0.02

Get top correlated and anti-correlated crypto pairs. $0.02

No parameter schema in public metadata yet.

botindex_zora_trendingGet trending Zora coins ranked by 24h volume. FREE1 params

Get trending Zora coins ranked by 24h volume. FREE

Parameters* required
limitnumber
botindex_zora_momentumGet Zora coins with accelerating attention velocity. $0.021 params

Get Zora coins with accelerating attention velocity. $0.02

Parameters* required
limitnumber
botindex_zora_creatorsGet top Zora creators scored by market cap, volume, holders. $0.021 params

Get top Zora creators scored by market cap, volume, holders. $0.02

Parameters* required
limitnumber
botindex_doppler_launchesGet recent Doppler token launches on Base. $0.011 params

Get recent Doppler token launches on Base. $0.01

Parameters* required
limitnumber
botindex_zora_intelAI Zora market intelligence: risk scores, fair value, creator grades, BUY/WATCH/FADE. $0.05

AI Zora market intelligence: risk scores, fair value, creator grades, BUY/WATCH/FADE. $0.05

No parameter schema in public metadata yet.

botindex_hl_intelAI funding rate intelligence: rate persistence, entry timing, risk-adjusted yield. $0.05

AI funding rate intelligence: rate persistence, entry timing, risk-adjusted yield. $0.05

No parameter schema in public metadata yet.

botindex_crypto_intelAI crypto correlation intelligence: regime detection, alpha signals, portfolio risk. $0.05

AI crypto correlation intelligence: regime detection, alpha signals, portfolio risk. $0.05

No parameter schema in public metadata yet.

botindex_doppler_intelAI Doppler launch intelligence: quality scores, rug probability, creator analysis. $0.05

AI Doppler launch intelligence: quality scores, rug probability, creator analysis. $0.05

No parameter schema in public metadata yet.

BotIndex MCP Server

Signal intelligence for AI agents — sports odds, crypto correlations, token graduations, and more. 50 free premium requests per wallet. Then pay per request with USDC via x402. No API keys. Every response carries a cryptographically signed Agent Action Receipt (AAR).

Live API: king-backend.fly.dev


Try It Now

# Run the MCP server
npx botindex-mcp-server

# Or test the API directly (free endpoints)
curl https://king-backend.fly.dev/api/botindex/v1/
curl https://king-backend.fly.dev/api/botindex/zora/trending-coins
curl https://king-backend.fly.dev/api/botindex/hyperliquid/funding-arb

Install

npm install botindex-mcp-server

Claude Desktop

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

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

Cursor

Add to .cursor/mcp.json:

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

Windsurf / Cline / Continue.dev

Same pattern — point your MCP config at npx botindex-mcp-server.


17 Tools

Sports Intelligence

ToolDescriptionPrice
botindex_sports_oddsLive odds across NFL, NBA, UFC, NHL$0.02
botindex_sports_linesLine movements + sharp action flags$0.02
botindex_sports_propsPlayer prop bets with confidence$0.02
botindex_sports_correlationsPlayer correlation matrix for DFS$0.05
botindex_sports_optimizerCorrelation-adjusted DFS lineup optimizer$0.10
botindex_sports_arbCross-platform arbitrage scanner$0.05

Crypto & Token Launches

ToolDescriptionPrice
botindex_crypto_tokensToken universe with price data$0.02
botindex_crypto_graduatingCatapult→Hyperliquid graduation signals$0.02
botindex_solana_launchesMetaplex Genesis token launches$0.02
botindex_solana_activeActive Genesis launches only$0.02
botindex_correlation_leadersTop correlated/anti-correlated pairs$0.05

Agentic Commerce

ToolDescriptionPrice
botindex_commerce_compareCompare ACP vs UCP vs x402 protocols$0.05
botindex_commerce_protocolsProtocol directory with fees$0.01

Premium Analytics

ToolDescriptionPrice
botindex_dashboardCorrelation matrix, leaders, fear/greed$0.50
botindex_signalsAggregated prediction market signals$0.10
botindex_agent_traceAgent reasoning trace$0.05
botindex_discoverFull endpoint catalog (FREE)Free

How Payment Works

BotIndex uses x402 — the HTTP 402 Payment Required protocol by Coinbase.

Your Agent → calls botindex tool
MCP Server → GET king-backend.fly.dev/api/botindex/v1/sports/odds
           ← 402 + payment instructions (amount, wallet, network)
           → pays USDC on Base via x402
           ← 200 + data

No API keys. No signup. No rate limit tiers. Your wallet is your identity.

Free Trial

Every wallet gets 50 free premium requests. Just send an X-Wallet: 0x... header. The response includes X-BotIndex-Free-Remaining so you know exactly where you stand. After 50 requests, x402 payment kicks in automatically.

To enable automatic payments after trial, configure your agent with a funded Base wallet and the @x402/client SDK.


Free Endpoints (No Payment)

These work out of the box — no wallet needed:

  • botindex_discover — full endpoint catalog with pricing
  • Zora trending coins (via API: /api/botindex/zora/trending-coins)
  • Hyperliquid funding arb (via API: /api/botindex/hyperliquid/funding-arb)

Free vs Pro

  • Free key: 100 requests/day on free endpoints. Premium endpoints return an upgrade/payment prompt.
  • Pro key ($29/mo): Unlimited access to all endpoints with no x402 payment gates.

Upgrade link: https://api.botindex.dev/api/botindex/keys/register?plan=pro


Verifiable Agent Actions (AAR)

Every BotIndex API response carries a signed Agent Action Receipt in the X-AAR-Receipt header — Ed25519-signed proof of what your agent requested, what was returned, and what it cost.

  • Verify any receipt independently — no trusted intermediary needed
  • Privacy-preserving — inputs/outputs are SHA-256 hashed, not exposed
  • Compatible with Mastercard Verifiable Intent — bidirectional mapping
  • Aztec ZK-compatible — verify on-chain without revealing contents
npm install botindex-aar
import { verifyReceipt } from 'botindex-aar';
const result = verifyReceipt(receipt);
// { ok: true } — receipt is valid and untampered
  • AAR Spec: github.com/Cyberweasel777/agent-action-receipt-spec
  • Landing: aar.botindex.dev
  • npm: botindex-aar

Links

  • API: king-backend.fly.dev/api/botindex/v1/
  • Agent Discovery: /.well-known/ai-plugin.json
  • AAR Trust Layer: aar.botindex.dev
  • x402 Protocol: github.com/coinbase/x402
  • Source: github.com/Cyberweasel777/king-backend

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

BOTINDEX_BASE_URL

Base URL for BotIndex API (optional, defaults to https://api.botindex.dev)

Categories
AI & LLM Tools
Registryactive
Packagebotindex-mcp-server
TransportSTDIO
UpdatedMar 17, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f