From geepers-mcp
Universal data fetching MCP server providing access to arXiv, Census, Weather, News, and GitHub.
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcpThis skill uses the workspace's default tool permissions.
A specialized MCP server that provides tools for fetching data from various external sources.
Generates invocations for ferris-search MCP tools like web_search, fetch_web_content, fetch_github_readme, and domain-specific article fetchers. Explains tool usage, parameters, and troubleshooting.
Provides web search and webpage content fetching via Grok API CLI tools, replacing built-in WebSearch/WebFetch for real-time info, news, fact-checking, and multi-source aggregation.
Neural searches for web content, code examples from GitHub/Stack Overflow, company intel, and people via Exa tools. Activates for current info, technical refs, or research queries.
Share bugs, ideas, or general feedback.
A specialized MCP server that provides tools for fetching data from various external sources.
dream_of_arxivSearch arXiv for academic papers.
cs.AI, physics.gen-ph)dream_of_census_acsFetch US Census American Community Survey (ACS) data.
{"B01001_001E": "total_population"})dream_of_weatherGet current weather for a specific location.
dream_of_newsSearch for current news articles.
dream_of_github_reposSearch for GitHub repositories.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"data-fetch": {
"command": "python3",
"args": [
"/absolute/path/to/geepers/skills/source/data-fetch/src/server.py"
],
"env": {
"CENSUS_API_KEY": "your_key",
"NEWS_API_KEY": "your_key",
"OPENWEATHER_KEY": "your_key",
"GITHUB_TOKEN": "your_token"
}
}
}
}
This server is built on top of the data_fetching library, which supports additional sources (NASA, Finance, etc.). These can be exposed by extending server.py.