Skip to main content
Glama
Hydrata

Hydrata MCP Server

Official
by Hydrata

hydrata-mcp-server

许可证: MIT

用于 Hydrata Cloud 的 MCP 服务器 — 通过 模型上下文协议 运行 ANUGA 洪水模拟、跟踪进度并获取结果。

连接

添加至您的 .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

工具

工具

描述

list_projects

列出 ANUGA 模拟项目(分页)

get_project

获取项目详情,包括场景

get_scenario

获取场景状态及最新运行情况

start_simulation

启动洪水模拟(支持本地/EC2/Batch 后端)

get_run_status

轻量级状态轮询(<50ms)

get_run

含时序与结果的完整运行详情

cancel_run

取消正在进行的模拟

retry_run

重试失败的模拟

list_runs

列出项目中的运行记录(支持状态筛选)

典型工作流程

list_projects → get_scenario → start_simulation → poll get_run_status → get_run

什么是 Hydrata?

Hydrata 是一个地理空间水力建模平台。它可在云端运行 ANUGA 洪水模拟——上传地形数据、配置场景、在托管计算资源(Celery、EC2 或 AWS Batch)上运行模拟,并在交互式地图上可视化结果。

ANUGA 是由 澳大利亚地球科学局澳大利亚国立大学 开发的开源水动力学模型。它使用有限体积法在非结构化三角网格上求解浅水波方程。

开发

git clone https://github.com/Hydrata/hydrata-mcp-server.git
cd hydrata-mcp-server
pip install -e ".[dev]"
pytest -v

欢迎贡献——参见 问题

许可证

MIT

A
license - permissive license
-
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.

Related MCP Servers

View all related MCP servers

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)

View all MCP Connectors

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/Hydrata/hydrata-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server