mcp_server_weather_jayden
Verified Safeby jayden9530
Overview
This server provides current and forecasted weather data for specific geographical coordinates as a tool callable by an AI agent.
Installation
weather-serverSecurity Notes
The source code does not contain 'eval', obfuscation, or hardcoded secrets. It makes a standard, asynchronous HTTP GET request to a public weather API. The direct conversion of the API response to a string for return is a design choice that could expose raw external API error messages, but it's not a direct security vulnerability of this server.
Similar Servers
mcp_server_test
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
mcp_server_weather_yechan
This server provides a tool to fetch current weather data for a specified geographical location using an external, public API.
mcp-weather-bot
Provides real-time weather information to AI agents (like Claude/Cursor) via a FastMCP server.
helloworld-mcp-server-deployment
This server provides a set of callable tools, specifically an addition function and a real-time weather retriever, to be consumed by an MCP agent or other clients.