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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Commvault
Interact with Commvault software to access job details, security posture, and SLA status of the commcell.
Google Analytics Data API
Access the Google Analytics Data API to retrieve and analyze website traffic data.
Shared Memory MCP
An example project for deploying a remote MCP server on Cloudflare Workers without authentication.
fastFOREX.io Currency, Crypto, Forex
Realtime and Historical Exchange Rate Data, FX pairs, bid/ask, OHLC and Crypto prices
Rowan
An MCP server for the Rowan computational chemistry platform.
Crypto MCP
Query cryptocurrency prices, market trends, details, and K-line data.
MCP Server for National Park Services Data
Retrieve data from the National Park Service (NPS) API.
Code Ocean MCP Server
Search and run capsules, execute pipelines, and manage data assets on the Code Ocean platform.
AWS MCP Server
Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.
HubSpot MCP Server by CData
A read-only MCP server for querying live HubSpot data, powered by CData.