- Home
- MCP servers
- Weather
Weather
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"latinum-agentic-commerce-weather_mcp": {
"command": "/Users/{YOUR_USER}/workspace/weather_mcp/.venv/bin/python",
"args": [
"/Users/{YOUR_USER}/workspace/weather_mcp/weather_mcp/server_stdio.py"
]
}
}
}You can query real-time weather information for any city using this MCP server. It provides instant weather responses when available and handles a paywall flow for forecasts, offering free access to Dublin. This makes it easy to integrate weather data into your workflows or chat clients with a simple, MCP-based interface.
How to use
Ask your MCP client to request the current weather for a city, for example “What’s the weather in Paris?” The server will return the latest conditions for the requested city. If a forecast or premium detail is requested, the system will trigger the Latinum Wallet payment flow and retry automatically after payment is completed. Dublin is available for free without payment.
Available tools
getWeather
Fetches real-time weather information for a specified city and returns current conditions.
handlePaymentFlow
Manages the paywall interaction with Latinum Wallet when a forecast or premium data is requested, triggering payment and retrying the request after authorization.