TTokenySpace
返回 MCP 列表

Hydrata - ANUGA Flood Simulation

开发工具

MCP server for Hydrata — AI agent interface for ANUGA flood simulation

0Pythonv0.1.0远程托管更新于 2026/3/1
GitHub
0

远程接入地址

https://hydrata.com/mcp/

介绍

Run ANUGA flood simulations, track progress, and retrieve results on Hydrata Cloud.

README

hydrata-mcp-server

License: MIT

<!-- mcp-name: com.hydrata/hydrata-mcp-server -->

MCP server for Hydrata Cloud — run ANUGA flood simulations, track progress, and retrieve results through the Model Context Protocol.

Connect

Add to your .mcp.json (Claude Code, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "hydrata": {
      "type": "streamable-http",
      "url": "https://hydrata.com/mcp/"
    }
  }
}

A Hydrata Cloud account is required. Contact us at hydrata.com to get started.

Tools

ToolDescription
list_projectsList ANUGA simulation projects (paginated)
get_projectGet project details including scenarios
get_scenarioGet scenario status and latest run
start_simulationStart a flood simulation (local/EC2/Batch backends)
get_run_statusLightweight status poll (<50ms)
get_runFull run details with timing and results
cancel_runCancel an in-flight simulation
retry_runRetry a failed simulation
list_runsList runs across a project (with status filter)

Typical workflow

list_projects → get_scenario → start_simulation → poll get_run_status → get_run

What is Hydrata?

Hydrata is a geospatial hydraulic modeling platform. It runs ANUGA flood simulations in the cloud — upload terrain data, configure scenarios, run simulations on managed compute (Celery, EC2, or AWS Batch), and visualise results on interactive maps.

ANUGA is an open-source hydrodynamic model developed by Geoscience Australia and the Australian National University. It solves the shallow water wave equations using finite volumes on an unstructured triangular mesh.

Development

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

Contributions welcome — see issues.

License

MIT

评论

加载中…

同类推荐