Hydrata MCP Server
Officialhydrata-mcp-server
MCP-сервер для Hydrata Cloud — запускайте симуляции наводнений ANUGA, отслеживайте прогресс и получайте результаты через Model Context Protocol.
Подключение
Добавьте в ваш .mcp.json (Claude Code, Cursor, Windsurf и др.):
{
"mcpServers": {
"hydrata": {
"type": "streamable-http",
"url": "https://hydrata.com/mcp/"
}
}
}Требуется учетная запись Hydrata Cloud. Свяжитесь с нами на hydrata.com, чтобы начать работу.
Related MCP server: su2-mcp
Инструменты
Инструмент | Описание |
| Список проектов симуляций ANUGA (с пагинацией) |
| Детали проекта, включая сценарии |
| Статус сценария и последний запуск |
| Запуск симуляции наводнения (локальный/EC2/Batch-бэкенды) |
| Легковесный опрос статуса (<50 мс) |
| Полная информация о запуске: время выполнения и результаты |
| Отмена выполняющейся симуляции |
| Повторный запуск неудавшейся симуляции |
| Список запусков по проекту (с фильтром по статусу) |
Типичный рабочий процесс
list_projects → get_scenario → start_simulation → poll get_run_status → get_runЧто такое Hydrata?
Hydrata — это платформа геопространственного гидравлического моделирования. Она запускает симуляции наводнений ANUGA в облаке — загружайте данные рельефа, настраивайте сценарии, запускайте симуляции на управляемых вычислительных ресурсах (Celery, EC2 или AWS Batch) и визуализируйте результаты на интерактивных картах.
ANUGA — это гидродинамическая модель с открытым исходным кодом, разработанная Geoscience Australia и Австралийским национальным университетом. Она решает уравнения мелкой воды с помощью метода конечных объемов на неструктурированной треугольной сетке.
Разработка
git clone https://github.com/Hydrata/hydrata-mcp-server.git
cd hydrata-mcp-server
pip install -e ".[dev]"
pytest -vПринимаются доработки — см. issues.
Лицензия
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-qualityDmaintenanceEnables automated LLM red teaming by submitting asynchronous test runs, retrieving aggregated metrics, and accessing artifacts.4CC BY-SA 4.0
- Alicense-qualityDmaintenanceEnables interaction with SU2 CFD solver for session lifecycle management, config editing, solver execution, and results inspection, with optional CPACS integration for aircraft analysis.4MIT
- Flicense-qualityCmaintenanceEnables to interact with Abaqus FEA software through an MCP bridge, supporting connection checks, script execution, model queries, job submission, and simulation automation.2
- Alicense-qualityBmaintenanceAutomates Ansys Fluent simulation workflows, enabling environment checks, case execution, UDF management, and result export through MCP tools.3MIT
Related MCP Connectors
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, 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/Hydrata/hydrata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server