mcp-server-for-air-temperature
Verified Safeby WonkyBilly
Overview
Provides real-time air temperature data for Singapore as a Model Context Protocol (MCP) tool.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server makes a `fetch` request to `https://api-open.data.gov.sg/v2/real-time/api/air-temperature`. While direct external API calls are a potential network risk, the URL is hardcoded and appears to be a legitimate government service. No `eval`, hardcoded secrets, or unusual malicious patterns were found. Uses `process.env.PORT` for configuration, which is good practice.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
mcp-datagovmy
Provides AI models access to Malaysia's open government datasets and dashboards, including real-time weather and public transport information, with enhanced search and direct Parquet file parsing capabilities.
Weather-MCP-Server
Provides comprehensive weather information and tools via a Model Context Protocol (MCP) server using FastMCP and WeatherAPI.com.
mcp-local-server
A Model Context Protocol (MCP) server that provides real-time weather data, basic mathematical calculations, and mock alert details to AI agents.