RootData

by jincai

4 stars
Not rated
GitHub

About

Provides a bridge to the RootData API for searching and retrieving detailed information about blockchain projects, venture capital organizations, and industry professionals for crypto research and investment analysis.

Details

Author
jincai
Repository
jincai/rootdata-mcp-server
GitHub stars
4
Categories
Database, Other, Finance, Developer Tools, Design, Workplace, AI, Search, Frontend, Security, Infrastructure, Knowledge Base

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name RootData
    Command (node, npx, python, etc.) /path/to/uv
    Arguments
    • Argument 1 --directory
    • Argument 2 /absolute/path/to/rootdata-mcp-server
    • Argument 3 run
    • Argument 4 server.py
    Environment
    • ROOTDATA_API_KEY your-rootdata-api-key

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

1. 克隆此仓库:

git clone https://github.com/jincai/rootdata-mcp-server
cd rootdata-mcp-server

2. 如果你还没有安装 uv,可以安装它:

```shell

search

根据关键词搜索项目/VC/人物的简要信息

get_project

根据项目 ID 获取项目的详细信息

get_organization

根据机构 ID 获取风投机构的详细信息

本服务器提供以下 MCP 工具:

search: 根据关键词搜索项目/VC/人物的简要信息
get_project: 根据项目 ID 获取项目的详细信息

  • get_organization: 根据机构 ID 获取风投机构的详细信息

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "rootdata": {
            "env": {
                "ROOTDATA_API_KEY": "your-rootdata-api-key"
            },
            "args": [
                "--directory",
                "/absolute/path/to/rootdata-mcp-server",
                "run",
                "server.py"
            ],
            "command": "/path/to/uv"
        }
    }
}

Linux

{
    "env": {
        "ROOTDATA_API_KEY": "your-rootdata-api-key"
    },
    "args": [
        "--directory",
        "/absolute/path/to/rootdata-mcp-server",
        "run",
        "server.py"
    ],
    "command": "/path/to/uv"
}

Macos

{
    "env": {
        "ROOTDATA_API_KEY": "your-rootdata-api-key"
    },
    "args": [
        "--directory",
        "/absolute/path/to/rootdata-mcp-server",
        "run",
        "server.py"
    ],
    "command": "/path/to/uv"
}

Windows

{
    "env": {
        "ROOTDATA_API_KEY": "your-rootdata-api-key"
    },
    "args": [
        "--directory",
        "/absolute/path/to/rootdata-mcp-server",
        "run",
        "server.py"
    ],
    "command": "/path/to/uv"
}

Query cryptocurrency and blockchain project data from the RootData API.

这是一个基于Model Context Protocol (MCP)的服务器,用于集成 RootData API,提供加密货币和区块链项目的数据查询功能。

它允许 Claude 和其他 AI 助手通过 MCP 接口直接获取项目信息、机构详情和搜索结果。

- search: 根据关键词搜索项目/VC/人物的简要信息
- get_project: 根据项目 ID 获取项目的详细信息
- get_organization: 根据机构 ID 获取风投机构的详细信息

git clone https://github.com/jincai/rootdata-mcp-server cd rootdata-mcp-server
# macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh # Windows curl -LsSf https://astral.sh/uv/install.ps1 | powershell
# 创建虚拟环境并激活 uv venv source .venv/bin/activate # Windows 上: .venv\Scripts\activate # 安装依赖 uv add "mcp[cli]" httpx python-dotenv
# 创建 .env 文件存储 API 密钥 cp .env.example .env # 在 .env 文件中设置 API 密钥 ROOTDATA_API_KEY=your-rootdata-api-key
# macOS mkdir -p ~/Library/Application\ Support/Claude/ nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "rootdata": { "command": "/path/to/uv", "args": [ "--directory", "/absolute/path/to/rootdata-mcp-server", "run", "server.py" ] } } }

/path/to/uv替换为which uv的结果,将/absolute/path/to/rootdata-mcp-server替换为此项目的绝对路径。

现在你应该能在 Claude Desktop 的工具菜单(锤子图标)中看到 RootData 工具

- "搜索以太坊相关的项目"
- "获取项目 ID 为 12 的详细信息"
- "查询机构 ID 为 219 的风投机构信息"

Interact with the Aptos blockchain, supporting both testnet and mainnet for AI applications.

AudioAlpha turns 100+ daily finance and crypto podcasts into structured intelligence — α-sentiment scores, narrative signals, asset mentions, transcripts, and market snapshots with 40+ custom metrics. Built for AI-driven research and trading workflows.

Access BrianKnows' extensive blockchain knowledge base.

An MCP server for interacting with cryptocurrency daemon RPC interfaces.

Access data and information from IQ.wiki, the world's largest crypto and blockchain encyclopedia.

Interact with the MantraChain (Cosmos SDK) blockchain.

Access Mina blockchain data, including events, actions, and network state, through the Mina Archive Node API.

An MCP server for read-only interaction with the Nimiq blockchain.

Provides on-chain tools to interact with the Polygon PoS blockchain.

SelfLabbs Security Intel (x402 pay-per-call)

Pay-per-call MCP: autonomous agents pay in USDC on Base via x402 for keyless CVE and package-vulnerability lookups.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.