Skip to main content
Glama
basicbill
by basicbill

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)

  1. Clone the repo: git clone https://github.com/your-username/soundings-mcp.git

  2. Install dependencies: pip install -r requirements.txt

  3. Run 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"
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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