MobusMCP
OfficialAllows searching, previewing, and analyzing datasets from arXiv, including license checking and citation generation.
Supports Google Dataset Search for discovering datasets across the web.
Integrates with Hugging Face Datasets for search, metadata retrieval, preview, and quality assessment.
Enables searching and accessing Kaggle datasets with support for license checking and preview.
Connects to NASA Earthdata for discovering and analyzing Earth science datasets.
Provides access to datasets from Papers with Code, though currently degraded due to API shutdown.
Offers research dataset discovery and citation graph analysis via Semantic Scholar.
Integrates with Zenodo for dataset search, metadata, preview, and citation generation.
Mobus
Dataset search for AI assistants Discover, preview, and analyze datasets across 20 platforms from a single conversation.
Connect to Claude
Add Mobus to Claude in under a minute. No install, no API keys, nothing to run.
Open claude.ai (or Claude Desktop / Mobile)
Go to Settings from the bottom left → Connectors
Click Add custom connector
Name it Mobus and paste this URL:
https://mobus-production.up.railway.app/mcpStart a new chat and try:
"Search for air quality datasets with a commercial license"
That's it. All 15 tools are available immediately.
What it does
Just ask your AI assistant.
"Search for air-quality datasets with a commercial license" "Preview the first 20 rows of that Zenodo dataset" "Find SEC filings mentioning climate risk" "Generate an APA citation for that Hugging Face dataset" "Check if this dataset can be used commercially" "Visualize that dataset"
Mobus fans requests out to every configured platform in parallel, checks licenses, previews data, generates citations, and traces academic lineage — failing gracefully whenever an API key is missing.
Tools
Discovery
search_datasets— search all 20 platforms at oncefind_research_datasets— datasets used in papersfind_similar— datasets similar to one you have
Evaluation
get_dataset_details— full metadatapreview_dataset— first N rowscompare_datasets— 2-5 side by side
Quality & Compliance
assess_quality— missing values, duplicates, statscheck_license— commercial / academic / internalcheck_compatibility— schema match against yours
Citation & Output
generate_citation— APA, BibTeX, Chicagovisualize_dataset (Only works locally - ask Claude to generate an artifact).— interactive ECharts dashboardwatch_query— monitor for new datasets
Advanced Research
get_dataset_provenance— introducing paper & historyget_dataset_lineage— variants & derivativestrace_citation_graph— citation chain analysis
Supported platforms
No auth needed
data.gov
Zenodo
OpenML
UCI ML Repository
AWS Open Data
World Bank
WHO GHO
NASA Earthdata
Eurostat
arXiv
Census.gov
SEC EDGAR
Crossref
Optional auth
Hugging Face (faster w/ token)
Socrata (faster w/ token)
Semantic Scholar
Requires key
Kaggle
Google Dataset Search
Degraded
Papers with Code (API shut down)
Econdb (now requires key)
Missing keys automatically skip that platform. The server never crashes.
Run locally (optional)
If you prefer to self-host instead of using the hosted version above:
git clone https://github.com/hrantvirabyan/Mobus.git
cd Mobus
npm install
cp .env.example .env # fill in any keys you have (all optional)
npm run buildCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"mobus": {
"command": "node",
"args": ["/absolute/path/to/Mobus/dist/main.js"]
}
}
}Restart Cursor. All 15 tools appear in the chat.
Claude Desktop
Same config format, in ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
API keys (all optional)
Variable | For | Where |
| Kaggle | kaggle.com/account → API |
| Hugging Face | |
| ||
| Socrata |
Tool reference
search_datasets
Parameter | Type | Default | Description |
| string | required | Search query |
| string[] | all | Platforms to include |
| number | 5 | Results per source (max 20) |
| string | — | e.g. |
| string | — | e.g. |
| string | — | ISO date |
| string | — | e.g. |
get_dataset_details
Parameter | Type | Description |
| string | Platform |
| string | Dataset ID |
preview_dataset
Parameter | Type | Default | Description |
| string | required | — |
| number | 10 | Max 100 |
visualize_dataset (Only works locally - ask Claude to generate an artifact)
Generates an interactive ECharts dashboard with column picker, filter builder, row range selector, 9 chart types, sortable table, and PNG/SVG/CSV/JSON export.
Parameter | Type | Default | Description |
| string | required | — |
| number | 200 | Max 500 |
| boolean | true | Auto-open browser |
compare_datasets
Parameter | Type | Description |
| array | 2-5 |
check_compatibility
Parameter | Type | Description |
| string | — |
| array |
|
find_similar
Parameter | Type | Default | Description |
| string | required | — |
| number | 5 | Max 20 |
generate_citation
Parameter | Type | Default | Description |
| string | required | — |
| string |
|
|
assess_quality
Parameter | Type | Default | Description |
| string | required | — |
| number | 100 | Max 500 |
check_license
Parameter | Type | Description |
| string | — |
| string |
|
watch_query
Parameter | Type | Description |
| string |
|
| — | See action |
find_research_datasets
Parameter | Type | Default | Description |
| string | required | Research topic |
| number | 10 | Max 20 |
| boolean | false | SPECTER v2 embeddings |
get_dataset_provenance / trace_citation_graph / get_dataset_lineage
Currently degraded — depend on the Papers with Code API which has shut down.
Known issues
Papers with Code API shut down post-HuggingFace acquisition — lineage/provenance/citation-graph tools return errors
Econdb now requires a key — returns empty until support is added
arXiv rate-limits under heavy parallel load (adapter uses 3s throttle)
Contributing
See CONTRIBUTING.md. If Mobus saves you time, a GitHub star helps others find it.
License
MIT — see LICENSE.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobus-ai/Mobus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server