MCP server for weather, climate, air quality, agriculture, pollen and geocoding from measurespace.io
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-measurespace-measure-space-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for weather, climate, air quality, agriculture, pollen and geocoding services from measurespace.io.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands.
Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.
I Ching hexagram analysis and geographic feng shui for Taiwan locations
Single MCP server for Belgian public transport, statistics, open data, and geospatial services.
MCP Security Weekly
Get CVE alerts and security updates for io.github.MeasureSpace/measure-space-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for weather, climate, air quality, agriculture, pollen and geocoding services from measurespace.io.
This repository contains two implementations of the same MCP server:
| Implementation | Folder | Package |
|---|---|---|
| 🐍 Python | python/ | mcp, measure-space-api |
| 🟦 TypeScript | typescript/ | @measurespace/measure-space-mcp-server |
Get your API keys from measurespace.io. Each service has its own key:
| Environment Variable | Service |
|---|---|
GEOCODING_API_KEY | City ↔ lat/lon geocoding |
HOURLY_WEATHER_API_KEY | Hourly weather forecast |
DAILY_WEATHER_API_KEY | Daily weather forecast |
DAILY_CLIMATE_API_KEY | Daily climate forecast |
AIR_QUALITY_API_KEY | Air quality forecast |
AGRICULTURE_API_KEY | Agriculture services |
POLLEN_API_KEY | Daily pollen forecast |
You only need the key(s) for the services you use.
See the implementation-specific READMEs: