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.
Server Terkait
AWS MCP Servers
A suite of MCP servers providing AI applications with access to AWS documentation, contextual guidance, and best practices.
OpenAI
A server for interacting with the OpenAI API. Requires an API key.
Alibaba Cloud Ops
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
CoinStats
Access cryptocurrency market data, portfolio tracking, and news from the CoinStats API.
Uberall MCP Server
Integrates with the Uberall API to manage business listings, locations, and social media presence.
OpZero Remote MCP Bridge
The remote MCP bridge that lets any AI agent deploy, manage, and scale applications to Cloudflare, Netlify, or Vercel.
Foreman
Integrate with Foreman to manage hosts and other infrastructure resources.
JupiterOne MCP Server
Interact with JupiterOne's data and tools through an MCP server, enabling AI assistants to access your JupiterOne account.
Binance MCP Server
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Alpaca MCP Server
Interact with Alpaca's market data and brokerage services via its API.