Labsco
MCP SERVER

RootData MCP Server

by jincai

Look up crypto projects and the investment firms behind them in RootData, by keyword or by ID.

Company Registries & Business Intelligence Data
Summary
Who built it and who funded it, in one lookup.

Search gets you the candidate, the ID gets you the record — the project's detail or the firm's — without leaving the conversation for a database front end.

What it is

A Python server over the RootData API, a database of crypto and blockchain projects, investors and people. Search by keyword for the brief record, then pull the full detail for a project or an investment firm by its ID.

What you get
  • Keyword search across projects, VCs and people, returning the brief record and the ID the detail calls need
  • get_project returns the full detail for a project
  • get_organization returns the full detail for an investment firm
  • Answers are fetched from RootData at request time, so funding and status reflect the current record rather than a snapshot
Requirements

Python 3.10 or later with uv, and a RootData API key kept in a .env file. Run it with `uv run server.py` and give the client the absolute path to the project.