Hydrata MCP Server
Officialhydrata-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 ANUGA simulation projects (paginated) |
| Get project details including scenarios |
| Get scenario status and latest run |
| Start a flood simulation (local/EC2/Batch backends) |
| Lightweight status poll (<50ms) |
| Full run details with timing and results |
| Cancel an in-flight simulation |
| Retry a failed simulation |
| List runs across a project (with status filter) |
Typical workflow
list_projects → get_scenario → start_simulation → poll get_run_status → get_runWhat 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 -vContributions welcome — see issues.
License
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