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
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
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
This server provides current weather, multi-day forecasts, and weather comparison for specified cities using the WeatherAPI.
weather-MCP-server
This server provides a tool to fetch current weather information for a specified location using the OpenWeatherMap API.