self-mcp
Verified Safeby Taiinguyenn139
Overview
Develops and hosts custom MCP (Model Context Protocol) tool servers for integration with LLMs like Claude, providing real-time information or capabilities.
Installation
python weather.pyEnvironment Variables
- ANTHROPIC_API_KEY
Security Notes
No direct 'eval' or obvious malicious patterns found. The client executes server scripts specified via command-line arguments, which is standard for CLI tools but assumes trusted input for the script path. External API calls use httpx with basic error handling. No hardcoded secrets; API keys are loaded from environment variables via python-dotenv.
Similar Servers
biomedmcp
A biomedical research Model Context Protocol (MCP) server and an autonomous research agent that uses local LLMs to search PubMed and the web for medical questions, providing evidence-based answers with citations.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
Mastervolt-Deep-Research
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
sumup-mcp
Provides a Model Context Protocol (MCP) server to enable natural language interactions with SumUp APIs via large language models (LLMs).