Data Aggregator
Rank #7971glama/musharna/data-aggregator-mcp
Searches and fetches research datasets across Zenodo, DataCite (Dryad/Figshare/Dataverse/OSF), NCBI omics archives (GEO/SRA/BioProject), and the literature (PubMed/OpenAIRE) through one normalized model — deduplicating by DOI, expanding organism queries with NCBI Taxonomy synonyms, and bridging papers to the datasets they produced. Resolves citations and open-access full text, and downloads files.
Data Aggregator is a Model Context Protocol (MCP) server published by musharna. It ranks #7971 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Data Aggregator is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on Jun 1, 2026.
Ranks ahead of 50,929 of 58,900 servers on MCP Toplist.
Use Data Aggregator
Add Data Aggregator to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"data-aggregator-mcp": {
"command": "uvx",
"args": [
"data-aggregator-mcp"
],
"env": {
"NCBI_API_KEY": "<your NCBI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
musharna
Other servers by musharna
View all musharna servers →Available versions (1)
| Version | Published |
|---|---|
| 0.19.0 | Jun 1, 2026 |
Frequently asked questions
- What is Data Aggregator?
- Searches and fetches research datasets across Zenodo, DataCite (Dryad/Figshare/Dataverse/OSF), NCBI omics archives (GEO/SRA/BioProject), and the literature (PubMed/OpenAIRE) through one normalized model — deduplicating by DOI, expanding organism queries with NCBI Taxonomy synonyms, and bridging papers to the datasets they produced. Resolves citations and open-access full text, and downloads files.
- Who maintains Data Aggregator?
- Data Aggregator is maintained by musharna, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Data Aggregator an official MCP server?
- Yes — Data Aggregator is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Data Aggregator have?
- MCP Toplist tracks 1 version of Data Aggregator, most recently published on Jun 1, 2026.
- Where can I find the source code for Data Aggregator?
- The source code for Data Aggregator is hosted at github.com/musharna/data-aggregator-mcp.