Soundings
БесплатноНе проверенEnables users to fetch, analyze, and visualize RAOB upper-air sounding data, including station search, thermodynamic calculations, and Skew-T diagram generation
Описание
Enables users to fetch, analyze, and visualize RAOB upper-air sounding data, including station search, thermodynamic calculations, and Skew-T diagram generation with S3 upload support.
README
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.
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.git - Install dependencies:
pip install -r requirements.txt - 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"
}
}
}
Установка Soundings
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/basicbill/soundings-mcpFAQ
Soundings MCP бесплатный?
Да, Soundings MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Soundings?
Нет, Soundings работает без API-ключей и переменных окружения.
Soundings — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Soundings в Claude Desktop, Claude Code или Cursor?
Открой Soundings на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Soundings with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
