RootData MCP Server
Introduction
这是一个基于 Model Context Protocol (MCP) 的服务器,用于集成 RootData API,提供加密货币和区块链项目的数据查询功能。
它允许 Claude 和其他 AI 助手通过 MCP 接口直接获取项目信息、机构详情和搜索结果。
Available Tools
本服务器提供以下 MCP 工具:
- search: 根据关键词搜索项目/VC/人物的简要信息
- get_project: 根据项目 ID 获取项目的详细信息
- get_organization: 根据机构 ID 获取风投机构的详细信息
Setup
Prerequisites
- Python 3.10 或更高版本
- uv 包管理器(推荐)
Installation
- 克隆此仓库:
- 如果你还没有安装 uv,可以安装它:
- 安装依赖:
- 设置环境变量:
- 运行服务器:
Connecting to Claude Desktop
- 安装 Claude Desktop(如果你还没有安装)
- 创建或编辑 Claude Desktop 配置文件:
- 添加以下配置:
将 /path/to/uv
替换为 which uv
的结果,将 /absolute/path/to/rootdata-mcp-server
替换为此项目的绝对路径。
- 重启 Claude Desktop
- 现在你应该能在 Claude Desktop 的工具菜单(锤子图标)中看到 RootData 工具
- 尝试向 Claude 提问,例如:
- "搜索以太坊相关的项目"
- "获取项目 ID 为 12 的详细信息"
- "查询机构 ID 为 219 的风投机构信息"
License
MIT
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A Model Context Protocol server that allows AI assistants like Claude to directly query cryptocurrency and blockchain project data from RootData, including project information, organization details, and search results.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -5Python
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with the Solana blockchain through a standardized interface, providing tools for transactions, account queries, and wallet management.Last updated -23115Apache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -129471JavaScript
- -securityFlicense-qualityA Model Context Protocol server that provides onchain tools for Claude AI, allowing it to interact with the Solana blockchain through a standardized interface for operations like managing assets, executing token operations, and retrieving network information.Last updated -7TypeScript