MCP-Server-Project
Verified Safeby orpheliedomma-a11y
Overview
This server provides a Micro-Capability Platform (MCP) for AI agents to plan travel itineraries, fetch weather forecasts, and recommend hotels for a given destination.
Installation
python server.pyEnvironment Variables
- OPENWEATHER_API_KEY
Security Notes
Uses environment variables for API keys (OPENWEATHER_API_KEY), reducing the risk of hardcoded secrets. No 'eval' or obvious obfuscation found. External API calls are made to OpenWeatherMap, which is a standard practice and not inherently a risk from the server's code perspective.
Similar Servers
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
mcp-server
The Kontent.ai MCP Server enables AI models to understand Kontent.ai content structure and perform content operations through natural language instructions, transforming content operations with AI-powered tools.
mcp-server
Provides AI-powered security insights for Kubernetes and cloud environments through a Model Context Protocol (MCP) server.
aderant-workshop-mcp-server
This MCP server provides a demo implementation of Legal Tech tools, allowing an AI agent to query mock legal matter financials, check billing compliance, and retrieve upcoming docketing deadlines from simulated Aderant systems.