MCP Server for Measure Space API Services
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 |
Features
- Hourly weather forecast for next 5 days
- Daily weather forecast for next 15 days
- Daily climate forecast for next 9 months
- Hourly and daily air quality forecast for next 4 days
- Agriculture: Growing Degree Days (GDD), crop growth stage, heat and frost stress days
- Pollen: Daily pollen forecast for next 5 days
- Geocoding: city name → latitude/longitude
- Geocoding: latitude/longitude → nearest city
- Timezone and astronomy data (sunrise, sunset)
API Keys
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.
Quick Start
See the implementation-specific READMEs:
Recommend MCP Servers 💡
coresignal_data_api
The Coresignal MCP Server integrates Coresignal's B2B data (companies, employees, job postings) with AI applications, allowing AI assistants to access fresh data directly within chat interfaces.
mcp-server-odoo
A Model Context Protocol (MCP) server that enables AI assistants to securely interact with Odoo ERP systems through standardized resources and tools for data retrieval and manipulation.
agent-twitter-client-mcp
A Model Context Protocol (MCP) server that integrates with Twitter, enabling AI models to interact with the platform for tweet operations, user management, and Grok AI integration without direct API access.
dschuler36/reaper-mcp-server
An MCP server connecting Reaper projects to MCP clients like Claude Desktop, enabling queries via project-finding and parsing tools.
mcp-foundation-models
An MCP server that provides text generation capabilities using Apple's Foundation Models framework for secure, private on-device text generation
mcp-server-proj
An MCP server for cartographic projections and coordinate transformations, supporting various coordinate system formats like EPSG codes, WKT, and Proj strings.