Weather MCP Tool
Provides real-time weather information for any city, with paywalled access to forecasts.
🌤️ 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:
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 .
Edit your Claude Desktop config:
~/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"
]
}
}
}
Then restart Claude.
📑 PyPI Publishing
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/
💳 How It Works
- ❓ 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.
Related Servers
MemOS
MemOS (Memory Operating System) is a memory management operating system designed for AI applications.
xendit-mcp
Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers.
Typecast API
An MCP server for the Typecast API, enabling AI-powered voice generation for various content.
Cloud PC Management
Manage Azure Cloud PCs using the Microsoft Graph API.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support.
Confluent Cloud
Interact with Confluent Cloud REST APIs to manage Kafka clusters, topics, and data.
Freshservice
Interact with Freshservice modules for IT service management operations.
Wazuh MCP Server
A Rust-based server that integrates the Wazuh SIEM system with MCP-compatible applications.
MCP Server for Kubernetes
A server for managing Kubernetes clusters using the Model Context Protocol.
Paytm MCP Server
A server for managing Paytm payment links and transactions.