Trillian MCP
Enables natural language queries of astronomical data across multiple archives (Gaia, 2MASS, image holdings) via the Trillian platform, allowing users to search catalogs and find images by sky coordinates.
README
Trillian MCP
Ask an AI about the sky. This is a Model Context Protocol server for Trillian, a platform for discovery and analysis across large, multi-archive astronomical datasets. Connect it to Claude (or any MCP client) and plain questions become live queries against real survey data — catalogs and image holdings, ultraviolet through infrared.
The demos below are replays of real sessions; every number and identifier is a genuine response from the live API.
A real session: finding the Crab Pulsar
One question — "What do we know about the sky at the Crab Nebula?" — and the model, given only these six tools, identifies the Crab Pulsar's optical counterpart in Gaia by matching its proper motion to the literature value, then diagnoses the invisible synchrotron nebula from corrupted 2MASS photometry flags. This is the unedited output of an actual session (full transcript):
Which images cover this spot?
One query, three archives, ultraviolet through infrared — every file addressed by a stable SciDD identifier that resolves to its home archive:
It will not guess your units
Sexagesimal coordinates without units are ambiguous, and a wrong guess is a wrong field on the sky. The server returns a structured question instead of an assumption — the model relays it, the user decides:
Tools
| Tool | What it does |
|---|---|
gaia_edr3_cone_search |
Cone search the Gaia EDR3 source catalog |
gaia_edr3_lookup |
Look up a single Gaia EDR3 source by source_id |
two_mass_cone_search |
Cone search the 2MASS All-Sky point source catalog |
two_mass_lookup |
Look up a single 2MASS source by designation |
file_cone_search |
Find image files overlapping a sky region, across datasets |
filename_search |
Find files by filename fragment |
Coordinates accept astronomer-friendly strings (83.633d, 05h34m32s,
-23:20:36); inputs are normalized and validated against JSON schemas before
any request reaches the API. Ambiguous input produces a structured
clarification error rather than a guess.
The datasets exposed here — Gaia EDR3, 2MASS, and image holdings including GALEX GR6, 2MASS, and WISE — are a demonstration slice of the platform's index, not its full extent.
Installation
Requires Python ≥ 3.10.
git clone https://github.com/demitri/trillian_mcp.git
cd trillian_mcp
pip install -r requirements.txt
Register with Claude Code:
claude mcp add trillian -- python3 /path/to/trillian_mcp/server.py
or add to any MCP client's server configuration:
{
"mcpServers": {
"trillian": {
"command": "python3",
"args": ["/path/to/trillian_mcp/server.py"]
}
}
}
Then ask about the sky.
Trying it without an MCP client
python3 demo_cli.py gaia-edr3-cone-search --ra "83.633d" --dec="+22.0145d" --radius "3m"
python3 demo_tests.py # sanity checks against the live API
About Trillian
Trillian organizes astronomical data spatially rather than by mission or archive: one interface over files that remain distributed across their home archives (MAST, IPAC, and others), backed by a metadata index of tens of millions of files. Its development has been supported by a NASA Astrophysics Data Analysis Program grant, an AWS Open Data resource award, and the Mozilla Science Lab. This MCP server is a thin, public layer over its REST API.
Regenerating the demos
The demo animations are scripted replays built from captured live responses (no screen recording involved):
sh demos/render.sh # rebuilds casts and renders SVGs (needs node for npx)
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。