weather-alerts-api-v0-1-1-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-alerts-api-v0-1-1-mcpGet the current weather and active alerts for Austin, TX"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather & Alerts API
Capabilities
5 tools
4 resources
1 prompt
Related MCP server: Weather MCP Server
Transport
streamable-http
Base URL: http://localhost:3500/mcp
Authentication
bearer
Set MCP_AUTH_TOKEN in the environment. The server will require Authorization: Bearer <token> on every request.
Run and verify
Copy .env.example to .env and fill the token and upstream values. HTTP tool calls use the OpenAPI server URL, or UPSTREAM_BASE_URL when set; UPSTREAM_AUTHORIZATION supplies upstream credentials.
For HTTP, set MCP_SERVER_URL and run node tests/contract/run.mjs. Integration calls require MCP_TEST_ARGUMENTS (a JSON object mapping tool names to test arguments) and node tests/integration/run.mjs. Use a test upstream because tool calls execute real operations. For stdio, use MCP_STDIO_COMMAND containing a JSON array such as ["node","dist/index.js"] instead of an HTTP URL. All protocol runners require Node.js 20+. Native unit tests use npm test, pytest or mvn test.
License
MIT
Generated by ForgeQ MCP Generation.
Run locally
npm install
npm run build
export MCP_AUTH_TOKEN=dce5a7cf87f501c965f4279169b3a8767b34d5118b98b50769c155bf2db14544
npm start # listens on http://localhost:3500/mcpThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
Smarter Weather MCP: forecasts, alerts, outlooks, observations, AQI, grids, and map imagery.
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides weather information tools based on the National Weather Service APIs through an SSE-based MCP server that can run as a standalone process or Docker container.-
- AlicenseNot gradedqualityDmaintenanceProvides weather forecasts and active alerts for US locations using the National Weather Service API. It supports both local stdio and remote HTTP/SSE transport modes for flexible integration with MCP clients.36GPL 3.0
- FlicenseAqualityDmaintenanceProvides weather alerts and forecasts via MCP tools, supporting both STDIO and SSE transports.2-
- AlicenseNot gradedqualityDmaintenanceEnables to interact with comprehensive weather data through the MCP protocol, including current conditions, multi-day forecasts, hourly forecasts, and geocoding.7MIT