cluster-mcp
Verified Safeby baraninja
Overview
Provides a unified interface for accessing diverse research, socioeconomic, news, health, environment, and trade data from multiple external providers.
Installation
TRANSPORT=stdio CONTACT_EMAIL=your.email@domain.com node servers/research-mcp/dist/server.jsEnvironment Variables
- CONTACT_EMAIL
- OPENAQ_API_KEY
- COMTRADE_API_KEY
- COMTRADE_BASE_URL
- TRANSPORT
- PORT
- HOST
Security Notes
API keys and sensitive contact emails are correctly managed via environment variables and explicitly declared as sensitive in `manifest.json` files. Input validation uses `zod` schemas. The HTTP client includes retry logic and rate limit extraction to prevent abuse of upstream APIs. The `news-mcp`'s `fetch_article` tool fetches arbitrary URLs but implements `maxChars` limits and an `htmlToPlainText` function to strip potentially malicious HTML/scripts, mitigating XSS risks for the parsed content. No `eval` or obvious malicious patterns were found.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
medical-mcp
Provides comprehensive, real-time medical data from authoritative sources to enhance AI workflows locally and privately.
academia_mcp
An MCP server providing tools for searching, fetching, analyzing, and reporting on scientific papers and datasets, often powered by LLMs.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.