streamable-httpMITupdated 6mo ago
MCP server for Hydrata Cloud — run ANUGA flood simulations, track progress, and retrieve results through the Model Context Protocol.
What can you do with Hydrata ANUGA Flood Simulation?
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
| Tool | Description |
|---|---|
list_projects |
List ANUGA simulation projects (paginated) |
get_project |
Get project details including scenarios |
get_scenario |
Get scenario status and latest run |
start_simulation |
Start a flood simulation (local/EC2/Batch backends) |
get_run_status |
Lightweight status poll (<50ms) |
get_run |
Full run details with timing and results |
cancel_run |
Cancel an in-flight simulation |
retry_run |
Retry a failed simulation |
list_runs |
List 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
Install
Add Hydrata ANUGA Flood Simulation to your client. Pick the one you use.
claude mcp add --transport http hydrata-anuga-flood-simulation https://hydrata.com/mcp/codex mcp add hydrata-anuga-flood-simulation --url https://hydrata.com/mcp/{
"mcpServers": {
"hydrata-anuga-flood-simulation": {
"url": "https://hydrata.com/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hydrata-anuga-flood-simulation": {
"type": "http",
"url": "https://hydrata.com/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hydrata-anuga-flood-simulation": {
"url": "https://hydrata.com/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hydrata-anuga-flood-simulation": {
"serverUrl": "https://hydrata.com/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
Hydrata ANUGA Flood Simulation exposes 9 tools to a connected agent.
- list_projects
- List ANUGA simulation projects (paginated)
- get_project
- Get project details including scenarios
- get_scenario
- Get scenario status and latest run
- start_simulation
- Start a flood simulation (local/EC2/Batch backends)
- get_run_status
- Lightweight status poll (<50ms)
- get_run
- Full run details with timing and results
- cancel_run
- Cancel an in-flight simulation
- retry_run
- Retry a failed simulation
- list_runs
- List runs across a project (with status filter)
Score
61 / 100
Good
- Documentation18/25
- Maintenance9/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 183 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Mar 1, 2026 |