Skip to main content
Glama

๐ŸŒค๏ธ 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 a 402 and triggers the wallet.

  • โœ… Claude pays using Latinum Wallet and retries.

Install Server
A
security โ€“ no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Latinum-Agentic-Commerce/weather_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server