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.
Latest Blog Posts
- 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