这是一个基于 [Model Context Protocol (MCP)](https://github.com/microsoft/model-context-protocol) 的服务器,用于集成 RootData API,提供加密货币和区块链项目的数据查询功能。
Most developer tooling work still happens through a UI a human drives. Rootdata MCP server moves it into the conversation instead. 这是一个基于 Model Context Protocol (MCP) 的服务器,用于集成 RootData API,提供加密货币和区块链项目的数据查询功能。.
The server publishes 5 tools. What each one is for:
search — 根据关键词搜索项目/VC/人物的简要信息get_project — 根据项目 ID 获取项目的详细信息get_organization — 根据机构 ID 获取风投机构的详细信息Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: ROOTDATA_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Rootdata's toolset — search, get_project, get_organization and 2 more — is a fair guide to whether it matches your workflow. It is maintained by jincai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search | 根据关键词搜索项目/VC/人物的简要信息 |
| get_project | 根据项目 ID 获取项目的详细信息 |
| get_organization | 根据机构 ID 获取风投机构的详细信息 |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
3. 添加以下配置:
```json
{
"mcpServers": {
"rootdata": {
"command": "/path/to/uv",
"args": [
"--directory",
"/absolute/path/to/rootdata-mcp-server",
"run",
"server.py"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ROOTDATA_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.