
Measure Space Mcp Server
Wire hourly and daily weather, climate, air quality, pollen, agriculture, and geocoding into agent-built apps without hand-rolling MeasureSpace REST calls.
Overview
MeasureSpace MCP Server is a MCP server for the Build phase that exposes measurespace.io weather, climate, air quality, agriculture, pollen, and geocoding as agent-callable tools.
What is this MCP server?
- Geocoding (city ↔ lat/lon) plus hourly and daily weather forecast tools
- Daily climate, air quality, agriculture, and pollen forecast endpoints behind separate API keys
- stdio npm package @measurespace/measure-space-mcp-server (v0.2.0 catalog, 0.1.0 package pin)
- Granular GEOCODING_API_KEY, HOURLY_WEATHER_API_KEY, DAILY_WEATHER_API_KEY, DAILY_CLIMATE_API_KEY, and AIR_QUALITY_API_KE
- Server schema version 0.2.0; npm package @measurespace/measure-space-mcp-server
- Separate secret env vars documented for geocoding, hourly weather, daily weather, daily climate, and air quality (plus a
Community signal: 3 GitHub stars.
What problem does it solve?
Solo builders waste chat turns re-documenting MeasureSpace endpoints and juggling multiple API keys whenever an agent needs forecasts or coordinates.
Who is it for?
Indie builders adding forecast, AQI, pollen, or farm-risk widgets to SaaS, mobile backends, or internal agent tools.
Skip if: Teams that only need static maps or a single Open-Meteo call with no MeasureSpace contract and no multi-dataset needs.
What do I get? / Deliverables
After registration, your agent can geocode places and pull the environmental datasets you enabled via scoped keys in one MCP session.
- Agent-callable geocoding and environmental forecast tool calls
- Configured multi-key MeasureSpace MCP stdio connection
- Structured forecast data usable in app backends or prompts
Recommended MCP Servers
Journey fit
Environmental and location APIs are wired during product build when you connect backends, dashboards, or agent tools to live forecast data. Canonical shelf is integrations because the server exposes measurespace.io services as MCP tools rather than a standalone research or launch playbook.
How it compares
Specialized environmental-data MCP integration, not a general weather skill or a hosted analytics warehouse.
Common Questions / FAQ
Who is MeasureSpace MCP Server for?
Solo and indie developers using Claude Code, Cursor, or similar agents who already use or plan to use measurespace.io APIs in shipped products.
When should I use MeasureSpace MCP Server?
Use it during build when you need geocoding plus one or more of hourly/daily weather, climate, air quality, agriculture, or pollen in agent-driven implementation.
How do I add MeasureSpace MCP Server to my agent?
Install @measurespace/measure-space-mcp-server, add the stdio MCP entry in your client config, and set the MeasureSpace API keys for each service you invoke.