
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@measurespace/measure-space-mcp-server
Advanced tools
MCP server for weather, climate, air quality and geocoding from measurespace.io
A TypeScript implementation of the MCP server for measurespace.io weather, climate, air quality, and geocoding services. Built with the @modelcontextprotocol/sdk.
npx -y @measurespace/measure-space-mcp-server
cd typescript/
npm install
npm run build
Set environment variables:
GEOCODING_API_KEY=<your-key>
HOURLY_WEATHER_API_KEY=<your-key>
DAILY_WEATHER_API_KEY=<your-key>
DAILY_CLIMATE_API_KEY=<your-key>
AIR_QUALITY_API_KEY=<your-key>
AGRICULTURE_API_KEY=<your-key>
POLLEN_API_KEY=<your-key>
Add to claude_desktop_config.json:
{
"mcpServers": {
"MeasureSpace": {
"command": "node",
"args": ["/path/to/measure-space-mcp-server/typescript/dist/index.js"],
"env": {
"GEOCODING_API_KEY": "<your-key>",
"HOURLY_WEATHER_API_KEY": "<your-key>",
"DAILY_WEATHER_API_KEY": "<your-key>",
"DAILY_CLIMATE_API_KEY": "<your-key>",
"AIR_QUALITY_API_KEY": "<your-key>",
"AGRICULTURE_API_KEY": "<your-key>",
"POLLEN_API_KEY": "<your-key>"
}
}
}
}
cd typescript/
node dist/index.js
cd typescript/
npm run build # compile TypeScript
| Tool | Description |
|---|---|
hourly_weather_forecast | Hourly weather for next 5 days |
daily_weather_forecast | Daily weather for next 15 days |
daily_climate_forecast | Daily climate for next 9 months |
hourly_air_quality_forecast | Hourly air quality for next 4 days |
daily_air_quality_forecast | Daily air quality for next 4 days |
growing_degree_days | Accumulated growing degree days |
growth_stage | Crop growth stage and GDD requirements |
heat_stress_days | Number of heat stress days for a crop |
frost_stress_days | Number of frost stress days for a crop |
daily_pollen_forecast | Daily pollen forecast for next 5 days |
convert_city_to_latitude_longitude | City name → lat/lon |
find_nearest_city_from_latitude_longitude | Lat/lon → nearest city |
This package is published on the MCP Registry:
# Check registration
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.MeasureSpace"
The TypeScript implementation directly calls the MeasureSpace API endpoints using fetch (no npm wrapper package needed):
src/index.ts — MCP server with all 12 toolssrc/measureSpaceApi.ts — HTTP client for all 12 MeasureSpace API endpointsFAQs
MCP server for weather, climate, air quality and geocoding from measurespace.io
We found that @measurespace/measure-space-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.