streamable-http-mcp
Verified Safeby DaoiestFire
Overview
Implements a basic StreamableHTTP MCP (Multi-Agent Communication Protocol) server with a weather information tool.
Installation
python server.pySecurity Notes
CORS is configured to allow all origins ('*'), which is suitable for demonstration or development but generally not recommended for production environments. No other critical vulnerabilities or malicious patterns were found.
Similar Servers
ai-examples
A basic weather API server built with FastAPI, demonstrating a Microservice Communication Protocol (MCP) server that provides CRUD operations for weather information.
WeatherApi_MCP_server
The server provides programmatic access to current weather conditions and forecasts for specified cities using the WeatherAPI.com service.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.