1. Conduid
  2. Developer Tools
  3. MeasureSpace MCP
MCP server · Developer Tools

MeasureSpace MCP

MCP Server for weather, climate, agriculture, pollen, air quality and geocoding services from measurespace.io

Unclaimed Apache-2.0 last commit 6 months ago maps
59Fair

Scored 3 months ago · breakdown

About MeasureSpace MCP

MeasureSpace MCP is an MCP server published by MeasureSpace in the Developer Tools category: mCP Server for weather, climate, agriculture, pollen, air quality and geocoding services from measurespace.io. It has been installed 0 times through Conduid.

The repository has 3 stars and 0 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx measure-space-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about MeasureSpace MCP

Powered by Claude · Grounded in docs

I know everything about MeasureSpace MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP Server for Measure Space API Services

smithery badge

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:

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About MeasureSpace MCP

How do I install MeasureSpace MCP?

Run npx measure-space-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is MeasureSpace MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is MeasureSpace MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.