Weather MCP Tool

by latinum-agentic-commerce

Not rated
GitHub

About

Provides real-time weather information for any city, with paywalled access to forecasts.

Details

Author
latinum-agentic-commerce
Categories
Cloud Service, Other, API
Tags
#weather

Setup

Install Weather MCP Tool in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/latinum-agentic-commerce/weather_mcp

Follow the installation instructions in the repository README, then restart your MCP client.

🌀️ Weather MCP Tool (Latinum Paywalled Agent Tool)

A minimal Model Context Protocol (MCP) tool that provides real-time weather information for any city. Access to forecasts is paywalled via the Latinum Wallet MCP server, requiring Solana Devnet payment β€” except for Dublin, which is available for free.

To install your local build as a CLI for testing with Claude:

git clone https://github.com/Latinum-Agentic-Commerce/latinum-wallet-mcp.git cd weather_mcp python3 -m venv .venv source .venv/bin/activate pip install --upgrade pip setuptools wheel pip install --upgrade --upgrade-strategy eager -r requirements.txt pip install --editable .
~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "weather_mcp": { "command": "/Users/{YOUR_USER}/workspace/weather_mcp/.venv/bin/python", "args": [ "/Users/{YOUR_USER}/workspace/weather_mcp/weather_mcp/server_stdio.py" ] } } }
python3 -m venv .venv && source .venv/bin/activate pip install --upgrade pip setuptools wheel pip install -r requirements.txt rm -rf dist/ build/ .egg-info python3 -m build python3 -m twine upload dist/ pipx upgrade weather-mcp

See the output in a path like:https://pypi.org/project/weather-mcp/

- ❓ Ask:What's the weather in Paris?β†’ Claude responds instantly.
- ❌ Ask:What's the weather in London?β†’ Claude gets a402and triggers the wallet.
- βœ… Claude pays using Latinum Wallet and retries.

Fetches precipitation forecast data for a specific location using the Buienradar service.

Query weather information and meteorological warnings for Chinese cities using the QWeather API.

A server for fetching weather information using the OpenWeather API.

Provides hourly weather forecasts using the AccuWeather API.

Access global weather forecasts and historical data through the Open-Meteo API.

Access global weather data and forecasts using the OpenMeteo API, including current conditions, historical data, and location search.

Provides comprehensive weather data and forecasts using the OpenWeatherMap API.

An MCP server providing weather tools from the National Weather Service (weather.gov) API, built with Spring Boot.

Provides real-time weather alerts for US states using the National Weather Service API.

An MCP server for accessing real-time weather data and forecasts.

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.