WeatherXM PRO MCP Server
@WeatherXM
About WeatherXM PRO MCP Server
This MCP server exposes the WeatherXM PRO APIs as MCP tools, allowing clients to access weather station data, observations, and forecasts through the MCP protocol.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weatherxm-pro": {
"command": "npx",
"args": [
"-y",
"path to mcp"
],
"env": {
"WEATHERXMPRO_API_KEY": "your-api-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WeatherXM PRO MCP Server?
An MCP server implementation that exposes the WeatherXM PRO APIs as MCP tools. It allows MCP clients such as Claude Desktop, Cursor, and Windsurf Editor to access weather station data, observations, and forecasts through the MCP protocol.
How to use WeatherXM PRO MCP Server?
Clone the repository, install dependencies with npm install, then build with npm run build. Configure the server in your MCP client using the provided JSON configuration, specifying WEATHERXMPRO_API_KEY as an environment variable.
Key features of WeatherXM PRO MCP Server
- Retrieve weather stations by location, bounding box, or all available
- Get latest or historical observations for a specific station
- Search for H3 cells by region name and find stations within them
- Fetch daily or hourly forecasts for a specific H3 cell
- Access hyperlocal forecasts and forecast performance (FACT) data
- Rank stations by forecast accuracy with FACT data
Use cases of WeatherXM PRO MCP Server
- Query weather stations near a location for situational awareness
- Get the latest observation from a specific weather station
- Retrieve historical observations for a station on a given date
- Obtain daily or hourly weather forecasts for an H3 grid cell
- Evaluate forecast accuracy using station performance (FACT) data
FAQ from WeatherXM PRO MCP Server
What are the prerequisites for using this server?
Node.js and npm must be installed, and you need a valid WeatherXM PRO API key.
How do I configure the server for an MCP client?
Add the server configuration JSON to your MCP client’s settings, replacing "path to mcp" with the actual path to the server and setting WEATHERXMPRO_API_KEY with your API key.
Can I run the server using Docker?
Yes. Build a Docker image with docker build -t weatherxm-pro-mcp . and run it with the required environment variable and port mapping.
How do I troubleshoot connection issues?
Ensure the path to the server repository is correct, the API key is set properly, the client configuration matches the server settings, and check logs for any errors or warnings.
Which MCP clients are supported?
Claude Desktop, Cursor, Windsurf Editor, and also VSCode with plugins such as RooCode and Cline.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments