Enables payment processing on Solana devnet through the Latinum Wallet MCP server to unlock paywalled weather data for London
🌤️ 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.
🔧 Developper testing
To install your local build as a CLI for testing with Claude:
Edit your Claude Desktop config:
Then restart Claude.
📑 PyPI Publishing
See the output in a path like: https://pypi.org/project/weather-mcp/
💳 How It Works
- ❓ Ask:
What's the weather in Paris?
→ Claude responds instantly. - ❌ Ask:
What's the weather in London?
→ Claude gets a402
and triggers the wallet. - ✅ Claude pays using Latinum Wallet and retries.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A Model Context Protocol tool that provides weather information for cities, with London access requiring Solana devnet payment via the Latinum Wallet MCP server.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.Last updated -316PythonApache 2.0
- -securityFlicense-qualityA production-ready Model Context Protocol server that provides weather data from OpenWeatherMap API, allowing users to query current weather by city name or coordinates with support for different temperature units.Last updated -Python
- AsecurityFlicenseAqualityA Model Context Protocol compatible server that provides weather information for any city using Ollama's LLM capabilities through an exposed get-weather tool.Last updated -1TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that provides real-time weather data and forecasts for any city.Last updated -15ISC License