Rootdata MCP Server

by yulai-123

147 downloads
Not rated
GitHub

Description

# Rootdata MCP Server 基于 Model Context Protocol (MCP) 实现的服务器,提供查询「[Rootdata](https://www.rootdata.com/zh)每日新增热点项目」的功能,让 AI 助手可以获取最新的区块链和 Web3 项目信息。 ## 项目简介 Rootdata MCP Server 使用 Model Context Protocol 技术,为 AI 助手提供了查询 Rootdata 平台热门项目数据的能力。通过该服务器,AI 可以实时获取区块链和 Web3…

About

# Rootdata MCP Server 基于 Model Context Protocol (MCP) 实现的服务器,提供查询「[Rootdata](https://www.rootdata.com/zh)每日新增热点项目」的功能,让 AI 助手可以获取最新的区块链和 Web3 项目信息。 ## 项目简介 Rootdata MCP Server 使用 Model Context Protocol 技术,为 AI 助手提供了查询 Rootdata 平台热门项目数据的能力。通过该服务器,AI 可以实时获取区块链和 Web3 领域的最新热点项目信息,帮助用户了解行业动态。 ## 安装 ### 环境要求 - Python 3.11+…

Details

Author
yulai-123
Downloads
147
Categories
Other

- Query Rootdata’s daily new trending projects
- Real-time access to latest blockchain and Web3 projects
- AI assistant integration via MCP protocol
- Lightweight Python 3.11+ implementation

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 MCP Server
    Command (node, npx, python, etc.)

    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

Clone the repository and install dependencies with pip install -e . or uv pip install -e .. Start the server by running python main.py; it runs in stdio mode and can be connected by any MCP client, such as VS Code Copilot Chat or the OpenAI Function Calling API.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "rootdata mcp server": {
            "rootdata_mcp_server": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-e",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "rootdata_mcp_server": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-e",
            "."
        ]
    }
}

Rootdata MCP Server

基于 Model Context Protocol (MCP) 实现的服务器,提供查询「Rootdata每日新增热点项目」的功能,让 AI 助手可以获取最新的区块链和 Web3 项目信息。

项目简介

Rootdata MCP Server 使用 Model Context Protocol 技术,为 AI 助手提供了查询 Rootdata 平台热门项目数据的能力。通过该服务器,AI 可以实时获取区块链和 Web3 领域的最新热点项目信息,帮助用户了解行业动态。

安装

环境要求

- Python 3.11+
- pip 或 uv 包管理器

安装步骤

1. 克隆仓库到本地:

git clone https://github.com/yulai-123/rootdata_mcp_server.git
cd rootdata_mcp_server

2. 安装依赖:

```bash
pip install -e .

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.