soundings-mcp
Provides the ability to automatically upload generated skew-T plots to Amazon S3 for sharing.
Provides the ability to automatically upload generated skew-T plots to Backblaze B2 for sharing.
Provides the ability to automatically upload generated skew-T plots to Cloudflare R2 for sharing.
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., "@soundings-mcpgenerate Skew-T diagram for station 72265"
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.
soundings-mcp 🛰️
A Model Context Protocol (MCP) server for fetching, analyzing, and visualizing RAOB (Rawinsonde Observation) upper-air sounding data.
Features
Station Search: Find the nearest balloon launch site by city name or GPS coordinates.
Thermodynamic Analysis: Automated calculation of SBCAPE, SBCIN, and LCL heights using MetPy.
Skew-T Visuals: Generates full Log-P diagrams with temperature, dewpoint, and parcel paths.
Cloud Integration: Automatically uploads plots to S3-compatible storage for easy sharing with LLMs.
Related MCP server: stormscope
Prerequisites
Python 3.10+
S3-Compatible Storage: AWS S3, Cloudflare R2, or Backblaze B2.
Railway Account: For cloud hosting (supports SSE transport).
Environment Variables
Configure these in your Railway dashboard:
S3_BUCKET_NAME: Your bucket name.S3_ENDPOINT_URL: Your S3 endpoint (e.g., https://s3.amazonaws.com).AWS_ACCESS_KEY_ID: Your access key.AWS_SECRET_ACCESS_KEY: Your secret key.
Installation (Local Development)
Clone the repo:
git clone https://github.com/your-username/soundings-mcp.gitInstall dependencies:
pip install -r requirements.txtRun locally:
python main.py
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"soundings": {
"type": "sse",
"url": "https://your-railway-app-url.up.railway.app/sse"
}
}
}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
- Alicense-qualityBmaintenanceWeather files (EPW/DDY) for building energy simulation, on-demand. Four tools: search the 17,000-station catalog, analyze any EPW (design conditions, HDD/CDD, DesignDay IDF emit), render 5 chart types (diurnal, wind rose, temp carpet, monthly box plot, comparison), and generate TMY/AMY/CMIP6-morphed scenarios with UHI, extreme events, and wildfire smoke overlays. 3 of 4 tools work without API key.Last updatedMIT
- AlicenseAqualityBmaintenanceProvides real-time US weather data for AI assistants via MCP, including current conditions, forecasts, alerts, severe weather outlooks, radar, upper-air analysis, and surface analysis. Supports optional personal weather station integration.Last updated94ISC
- Alicense-qualityDmaintenanceProvides access to aviation weather data from aviationweather.gov, enabling LLMs to fetch and analyze METAR, TAF, PIREPs, AIRMETs, and other aviation weather information.Last updated225MIT
- Alicense-qualityAmaintenanceGet US weather forecasts, active alerts, and current observations via the National Weather Service API.Last updated1671Apache 2.0
Related MCP Connectors
Search NOAA climate stations and datasets, fetch historical weather observations.
Search NOAA CDO stations and datasets, fetch historical weather observations.
Meteostat MCP — historical weather from 11k+ stations (no auth)
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/basicbill/soundings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server