
NOAA Recon MCP Server
Stream hurricane reconnaissance—HDOB, Vortex Data Messages, SFMR, and ATCF fixes—into your agent while building storm intelligence tools.
Overview
recon-mcp is a MCP server for the Build phase that exposes hurricane reconnaissance HDOB, Vortex Data Messages, SFMR, and ATCF fixes to your agent.
What is this MCP server?
- HDOB hurricane flight observation messages for agent queries
- Vortex Data Messages and SFMR surface wind measurements
- ATCF fixes for track refinement alongside NHC products
- stdio recon-mcp on PyPI v0.1.1 with uvx runtime hint
- Designed to layer under dashboards that blend satellite, NHC, and recon
- Four recon families: HDOB, Vortex Data Messages, SFMR, ATCF fixes
- PyPI recon-mcp version 0.1.1
- stdio transport with uvx runtime hint
What problem does it solve?
High-resolution hurricane recon data is fragmented across message types, so agents cannot help you code unless you manually fetch HDOB, VDM, SFMR, and ATCF sources.
Who is it for?
Experienced indie builders combining aircraft recon with NHC and satellite MCP servers for serious hurricane tooling.
Skip if: Casual users who only need public advisory text and do not want to parse specialized recon message formats.
What do I get? / Deliverables
After adding recon-mcp, your agent can query aircraft recon products while you build richer storm analysis and visualization features.
- MCP access to HDOB, VDM, SFMR, and ATCF recon tool families
- Deeper storm-intensity layer for agent-assisted dashboards
- Composable hurricane data stack with NHC and GOES MCP siblings
Recommended MCP Servers
Journey fit
Recon feeds are specialized external integrations added during Build when you wire live hurricane aircraft data into your stack. Integrations is correct because the server exposes distinct recon product families as MCP tools for in-IDE agent use.
How it compares
Hurricane aircraft recon MCP data layer, not a replacement for NHC advisory MCP or a turnkey storm mobile app.
Common Questions / FAQ
Who is recon-mcp for?
Developers building hurricane analytics or education products who want MCP agents to read HDOB, VDM, SFMR, and ATCF recon feeds.
When should I use recon-mcp?
Use it during Build when your product needs live or recent hurricane recon observations beyond standard NHC text products.
How do I add recon-mcp to my agent?
Install recon-mcp from PyPI, run with uvx over stdio, and add io.github.mansurjisan/recon-mcp to your agent MCP server list.