MetService CAP MCP Server
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., "@MetService CAP MCP Servershow me all alerts"
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.
MetService CAP MCP Server
An edge-compatible Model Context Protocol (MCP) server built with Hono,
mcp-handler, TypeScript, and Zod. It fetches the public MetService
CAP Atom feed at https://alerts.metservice.com/cap/atom, parses it with
fast-xml-parser, and exposes the current alerts as MCP tools.
This project follows the structure of Vercel's
examples/starter/hono-mcp template and is configured for Vercel Edge
deployment.
MCP endpoint
POST /mcp- Streamable HTTP MCP endpoint.GET /- Basic server discovery response.
Related MCP server: Weather Server
Tools
get_active_road_warnings
Fetches the live MetService CAP Atom feed and returns active warnings targeting
SH1 Desert Road. If none are active, the tool returns a clear status.
get_all_alerts
Fetches the live MetService CAP Atom feed and returns all active alert entries with normalized Atom/CAP fields and the raw parsed entry.
Development
npm install
npm run typecheck
npm run devPoint MCP clients at:
http://localhost:3000/mcpDeploy
npm install
npm run build
vercel deploy --prodvercel.json configures the Hono entrypoint for Vercel Edge runtime.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to US National Weather Service data including active alerts by state and short-term forecasts for specific coordinates.Last updated2MIT
- AlicenseAqualityDmaintenanceProvides access to weather alerts and forecasts for US locations using the National Weather Service public APIs.Last updated5Apache 2.0
- Flicense-qualityCmaintenanceProvides US weather alerts by state and forecasts by coordinates using the National Weather Service API.Last updated1
- FlicenseBqualityCmaintenanceProvides weather data including US alerts, US forecasts, and global 5-day forecasts without requiring any API keys.Last updated31
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
GETS NZ MCP — New Zealand Government Electronic Tenders Service (keyless).
Fetch METARs, TAFs, PIREPs, and SIGMETs/AIRMETs from the NWS Aviation Weather Center.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/j6js/metservice-cap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server