Niaid Data Server
БесплатноНе проверенEnables searching the NIAID Data Ecosystem for biomedical research resources including datasets, clinical studies, and publications using Elasticsearch queries.
Описание
Enables searching the NIAID Data Ecosystem for biomedical research resources including datasets, clinical studies, and publications using Elasticsearch queries.
README
An MCP (Model Context Protocol) server for the NIAID Data Ecosystem API, enabling LLMs to search biomedical research resources — datasets, clinical studies, publications, repositories, and more — funded or supported by NIAID.
Tools
niaid_data_query
Search the NIAID Data Ecosystem using Elasticsearch query string syntax.
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
q |
string | * |
Elasticsearch query string. Supports field-specific queries, boolean operators, and wildcards. |
size |
int | 10 | Number of results to return (1–1000). |
offset |
int | 0 | Number of results to skip (for pagination). |
sort |
string | — | Sort field; prefix with - for descending (e.g., -date). |
fields |
string | — | Comma-separated fields to return (e.g., name,description,@type). |
aggs |
list[string] | — | Fields to aggregate/facet by (e.g., ["@type", "conditionsOfAccess"]). |
facet_size |
int | 10 | Max aggregation buckets per field (1–1000). |
explain |
bool | — | Include relevance score explanation. |
response_format |
string | markdown |
markdown for readable output, json for structured data. |
Example queries:
q="COVID-19 AND @type:Dataset"— find COVID-19 datasetsq="*", aggs=["@type"]— summarize resource types across the whole catalogq="malaria", sort="-date", size=20— most recent malaria resources
Setup
Requires Python 3.11+ and uv.
uv sync
Running as a stdio MCP server (for Claude Desktop / MCP clients)
uv run python main.py
Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"niaid-data": {
"command": "uv",
"args": ["run", "python", "main.py"],
"cwd": "/path/to/niaid-data-mcp-server"
}
}
}
Running as an HTTP server
PORT=8000 uv run python main.py
A /health endpoint is available at http://localhost:8000/health.
Установить Niaid Data Server в Claude Desktop, Claude Code, Cursor
unyly install niaid-data-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add niaid-data-mcp-server -- uvx --from git+https://github.com/mark-aronson/niaid-data-mcp-server niaid-data-mcp-serverFAQ
Niaid Data Server MCP бесплатный?
Да, Niaid Data Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Niaid Data Server?
Нет, Niaid Data Server работает без API-ключей и переменных окружения.
Niaid Data Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Niaid Data Server в Claude Desktop, Claude Code или Cursor?
Открой Niaid Data Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Niaid Data Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
