context-mcp-server
Verified Safeby doppelgangersai
Overview
Accessing contextualized Twitter/X post data for semantic search and comprehensive user post analysis via the Doppelgangers.ai Social Media Context API.
Installation
npx -y context-api-mcpEnvironment Variables
- CONTEXT_API_KEY
- CONTEXT_API_URL
Security Notes
The server correctly retrieves the API key from environment variables (CONTEXT_API_KEY) and throws an error if it's missing, preventing hardcoding. It uses the Model Context Protocol SDK, which is a standard library. Input parameters are validated for required fields. All data fetching is delegated to a third-party API (dev.doppelgangers.ai), meaning trust in that external service's security practices is paramount. The code itself does not appear to contain 'eval', obfuscation, or other overt malicious patterns.
Similar Servers
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.