COREROUNDER|Developers
Developers

Build with CoreRounder MCP

Connect your AI tools to real-time crypto market data, portfolio analytics, and risk intelligence through the Model Context Protocol.

What is MCP

Model Context Protocol

MCP is an open standard that lets AI assistants like Claude access external data and tools. CoreRounder's MCP server gives your AI direct access to:

  • Real-time crypto prices & market data (CoinGecko)
  • Technical indicators — RSI, SMA, MACD
  • On-chain data — exchange netflow, whale activity
  • RAG-powered knowledge search (whitepapers, reports)
  • AI investment signal generation
Available Tools

5 MCP Tools

currency_bitcoin

get_crypto_price

Fetch real-time price, 24h change, market cap, and volume for any cryptocurrency.

candlestick_chart

get_technical_indicators

Calculate RSI, SMA (7/14/30), MACD and generate trend signals.

hub

get_onchain_data

Exchange netflow, active addresses, transaction volume, whale activity.

search

search_knowledge

RAG-based semantic search across crypto whitepapers, research reports, and news.

smart_toy

generate_ai_signal

Comprehensive AI investment signal combining price, technicals, on-chain, and sentiment.

Setup Guide

Get started in 5 minutes

1

Install dependencies

cd mcp && npm install
2

Configure environment

cp .env.example .env
# Add your OpenAI API key to .env
OPENAI_API_KEY=sk-your-key-here
3

Build the server

npm run build
4

Test with MCP Inspector

npm run inspector
Claude Desktop Integration

Connect to Claude Desktop

Add this to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "corerounder": {
      "command": "node",
      "args": ["/path/to/corerounder/mcp/build/index.js"],
      "env": {
        "OPENAI_API_KEY": "sk-your-key-here"
      }
    }
  }
}

Restart Claude Desktop and try:

> "What's the current Bitcoin price?"
> "Analyze ETH technical indicators"
> "Generate an AI signal for Solana"

Build with CoreRounder MCP

Start Free
CoreRounder | Beyond The Risk, Build Your Asset Performance With Agentic AI