Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

Hydrata - ANUGA Flood Simulation

com.hydrata/hydrata-mcp-server

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

Uptime
7.7%
39 probes
Response
741ms
last probe
Tools
9
callable

Tools · 9

list_projects

List ANUGA simulation projects accessible to the authenticated user. Returns a paginated list of projects with their names, projections, and base map references.

get_project

Get details of a specific ANUGA project including its scenarios. Returns the project name, projection (EPSG code), base map ID, and configuration.

get_scenario

Get scenario details including its current status and latest run. The status field is computed from the latest run and will be one of: created, building, built, queued, computing, processing, complet…

start_simulation

Start a flood simulation run for a built scenario. The scenario must be in 'built' status. Returns 202 with the new run. The run transitions through: built → queued → computing → processing → complet…

get_run_status

Lightweight status check for a simulation run (fast, <50ms). Use this for polling instead of get_run. Returns only: id, status, progress_pct (0-100), eta_seconds, error_message, and compute_backend. …

get_run

Get full details of a simulation run including timing and results. Returns the complete run record: status, progress, timing (start/end timestamps, duration), compute details (backend, instance type,…

cancel_run

Cancel an in-flight simulation run. Works on runs in built, queued, or computing status. Cleans up compute resources (terminates EC2 instance, Celery task, or Batch job). Returns 409 if the run is a…

retry_run

Retry a failed simulation run. Resets an errored run back to 'created' status and triggers a new package build. The same run ID is reused. Only valid when status is 'error'. Returns 409 for any other…

list_runs

List all simulation runs across all scenarios in a project. Returns a paginated list of runs. Optionally filter by status to find active, completed, or failed runs.

Similar MCP servers embedding-nearest

AegisFlood Flood Prediction Community Alert System
Metadata-only Glama MCP server.
0 tools
AceDataCloud Sora
OpenAI Sora AI video generation through the AceDataCloud API platform.
0 tools
USGS Water Monitoring live
Real-time water levels and flow rates from USGS stream gauges
3 tools · streamable-http
WebGL Fluid Simulation
Metadata-only Glama MCP server.
0 tools
CloudScale-Sim
Cloud infrastructure auto-scaling load test simulator.
0 tools · sse
com.mcparmory/replicate
Run AI models, create deployments, and manage predictions via cloud API
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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