Back to Home
Benjamincf0 icon

mcp-servers

Verified Safe

by Benjamincf0

Overview

Provides a framework and examples for building AI-accessible tools as Micro-Controller-Protocol (MCP) servers, enabling large language models to interact with external services like weather APIs, robotics, and job search platforms.

Installation

Run Command
docker run weather-mcp-server:latest

Environment Variables

  • API_KEY

Security Notes

The project avoids direct use of 'eval' or other highly dangerous functions. API keys are handled via environment variables (.env file), which is a good practice. Network requests use the httpx library. The MCP server infrastructure, including Docker gateway setup, introduces complexity that might have its own security considerations, but the provided server code itself appears reasonably secure given its scope. The use of SerpAPI implies reliance on an external service.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-23

Tags

AI ToolsAPI IntegrationPythonMCP ServerDocker