CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Measure Space Mcp Server

measurespace/measure-space-mcp-server
3authSTDIOregistry active
Summary

Connects Claude to the Measure Space API for weather, climate, and environmental data. You get hourly weather forecasts out to 5 days, daily forecasts to 15 days, and climate projections to 9 months. Also handles air quality, agricultural metrics like growing degree days and crop stress indicators, and pollen forecasts. Includes geocoding tools to convert between city names and coordinates. Ships in both Python and TypeScript. Each service requires its own API key from measurespace.io, so you only pay for what you use. Reach for this when you need reliable environmental data with Claude, especially for agriculture planning or location based weather analysis.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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:

ImplementationFolderPackage
🐍 Pythonpython/mcp, measure-space-api
🟦 TypeScripttypescript/@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 VariableService
GEOCODING_API_KEYCity ↔ lat/lon geocoding
HOURLY_WEATHER_API_KEYHourly weather forecast
DAILY_WEATHER_API_KEYDaily weather forecast
DAILY_CLIMATE_API_KEYDaily climate forecast
AIR_QUALITY_API_KEYAir quality forecast
AGRICULTURE_API_KEYAgriculture services
POLLEN_API_KEYDaily pollen forecast

You only need the key(s) for the services you use.

Quick Start

See the implementation-specific READMEs:

  • Python implementation
  • TypeScript implementation
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

GEOCODING_API_KEYsecret

API key for geocoding service (city name ↔ lat/lon)

HOURLY_WEATHER_API_KEYsecret

API key for hourly weather forecast service

DAILY_WEATHER_API_KEYsecret

API key for daily weather forecast service

DAILY_CLIMATE_API_KEYsecret

API key for daily climate forecast service

AIR_QUALITY_API_KEYsecret

API key for air quality forecast service

AGRICULTURE_API_KEYsecret

API key for agriculture service (GDD, growth stage, etc.)

POLLEN_API_KEYsecret

API key for daily pollen forecast service

Registryactive
Package@measurespace/measure-space-mcp-server
TransportSTDIO
AuthRequired
UpdatedFeb 28, 2026
View on GitHub