scigantic-mcp
A zero-config, discovery-only Model Context Protocol server that exposes Scigantic's catalog of 5,000+ curated public scientific data archives with LLM-ready schema cards, enabling natural-language search, dataset inspection, file listing, and data-access code snippets across all scientific domains. Designed as a cross-domain launchpad for Kiro for Life Sciences and other stdio MCP clients.
README
scigantic-mcp
A Model Context Protocol server that exposes the Scigantic catalog of public scientific data archives to any MCP client.
It is built to drop into Kiro for Life Sciences alongside its domain database servers. Where each Kiro server wraps one domain's APIs (genomics, proteomics, structural, …), Scigantic is the cross-domain launchpad: 5,000+ curated public archives spanning every domain, each with an LLM-ready schema card (file format, columns, sample rows/headers, inlined READMEs/data dictionaries, and a copy-paste starter cell) so an agent can understand a dataset's structure before downloading anything.
It is discovery-only and zero-config — every tool calls public, read-only Scigantic endpoints, so there is no API key to set up.
Requires Python 3.10+ and MCP SDK 2.x.
Prefer the hosted server if your client speaks HTTP. Scigantic also runs a remote MCP server at
https://api.scigantic.com/mcp(no auth, nothing to install, and it carries two extra tools):claude mcp add --transport http scigantic https://api.scigantic.com/mcp. This package exists for clients that launch stdio servers, such as Kiro.
Tools
| Tool | What it does |
|---|---|
search_archives(query, category?, limit?) |
Natural-language search across the whole catalog. |
get_archive(id) |
Full metadata for one archive. |
get_schema_card(id) |
The compact schema card — the fastest way to learn a dataset's structure. |
get_data_access(id, language?) |
How to load the dataset in your own environment: storage location + copy-paste code snippets. |
list_archive_files(id, limit?) |
A sample of the files/objects in the archive. |
Prompts (guided workflows)
These surface as slash commands in Claude Code (/mcp__scigantic__<name>):
| Prompt | What it does |
|---|---|
explore_dataset(topic) |
Search → inspect schema cards → recommend the best dataset → offer load code. |
start_analysis(archive_id, goal?) |
Pull schema card + data-access snippet for an archive and outline an analysis plan. |
Install & register in Kiro
Add an entry under mcpServers in ~/.kiro/settings/mcp.json.
Option A — uvx (zero-install, recommended):
{
"mcpServers": {
"scigantic": {
"command": "uvx",
"args": ["scigantic-mcp"]
}
}
}
Option B — install into a venv (matches the Kiro servers' own mcp.json form):
python3 -m venv .venv && . .venv/bin/activate
pip install scigantic-mcp # or: pip install /path/to/scigantic-mcp
{
"mcpServers": {
"scigantic": {
"command": "/path/to/.venv/bin/scigantic-mcp",
"env": {
"SCIGANTIC_API_URL": "https://api.scigantic.com"
}
}
}
}
Works the same in Claude Desktop / Claude Code (claude mcp add scigantic -- uvx scigantic-mcp)
or any MCP client that launches stdio servers.
Configuration
| Env var | Default | Purpose |
|---|---|---|
SCIGANTIC_API_URL |
https://api.scigantic.com |
API base (set to https://staging-api.scigantic.com for staging). |
SCIGANTIC_API_ORIGIN |
https://scigantic.com |
Origin header → selects the public (default) catalog tenant. |
Stability
This package is a thin client over the public Scigantic REST API. That API is not versioned and may change without notice — if a response shape moves, a pinned older release of this package can break. Pin a version you have tested, and open an issue if a tool starts returning something unexpected.
The MCP tool names and their arguments are treated as the stable surface, and will not change without a minor version bump.
Develop & test
The tool/client layer has no mcp dependency, so those tests run on any Python
with httpx and need no network (mocked transport):
python3 tests/test_tools.py # or: pytest
tests/test_server_import.py covers the wiring layer — that the server module
imports, and that the registered tools and prompts are the expected set. It needs
the mcp SDK installed (Python ≥ 3.10) and is skipped otherwise:
pip install -e '.[test]' && pytest
Keep it that way: the tool tests skip server.py on purpose, so an SDK breaking
change is invisible to them. All 12 passed while the server could not import at
all under SDK 2.x, which is what test_server_import.py now guards against.
Roadmap
- Richer discovery for agents — structured tool outputs and MCP resources (attach an archive + its schema card as durable context).
- Upstream inclusion as
life-sciences-sciganticinaws-samples/sample-kiro-power-life-sciences. - Hosted compute is intentionally not exposed here. Scigantic's notebooks are
interactive (a JupyterLab URL a human opens); handing an external agent that URL
is a dead end. The agent-to-agent path is
get_data_access— the caller runs the analysis in its own environment. Letting Scigantic execute code for an agent (run against an ephemeral kernel with the dataset mounted, return outputs) is a separate capability the platform would need to build first.
License
MIT-0.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。