data-aggregator-mcp
Data Aggregator
Find & fetch research datasets across 12 archives, omics registries, and literature sources.
Package Details
data-aggregator-mcp
Environment Variables
Optional NCBI E-utilities API key; raises the rate limit 3->10 req/s for omics, literature, and taxonomy lookups.
Base URL of an OpenAI-compatible /chat/completions endpoint; enables search(understand=true) and search(multi_query=true).
Bearer token for the LLM endpoint (LLM_API_BASE); omit for keyless local servers.
Model name passed to the LLM endpoint (default: gpt-4o-mini); set to whatever your endpoint serves.
Base URL of an OpenAI-compatible /embeddings endpoint; enables search(rank=semantic) re-ranking.
Bearer token for the embeddings endpoint (EMBEDDING_API_BASE); omit for keyless local servers.
Model name passed to the embeddings endpoint (default: text-embedding-3-small).
Email address sent to the Unpaywall API; required to enable the Unpaywall PDF fallback leg of literature full-text retrieval.