{
  "markdown": "# hydrata-mcp-server\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n<!-- mcp-name: com.hydrata/hydrata-mcp-server -->\n\nMCP server for [Hydrata Cloud](https://hydrata.com) — run [ANUGA](https://github.com/anuga-community/anuga_core) flood simulations, track progress, and retrieve results through the [Model Context Protocol](https://modelcontextprotocol.io).\n\n## Connect\n\nAdd to your `.mcp.json` (Claude Code, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"hydrata\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://hydrata.com/mcp/\"\n    }\n  }\n}\n```\n\nA [Hydrata Cloud](https://hydrata.com) account is required. Contact us at hydrata.com to get started.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `list_projects` | List ANUGA simulation projects (paginated) |\n| `get_project` | Get project details including scenarios |\n| `get_scenario` | Get scenario status and latest run |\n| `start_simulation` | Start a flood simulation (local/EC2/Batch backends) |\n| `get_run_status` | Lightweight status poll (<50ms) |\n| `get_run` | Full run details with timing and results |\n| `cancel_run` | Cancel an in-flight simulation |\n| `retry_run` | Retry a failed simulation |\n| `list_runs` | List runs across a project (with status filter) |\n\n### Typical workflow\n\n```\nlist_projects → get_scenario → start_simulation → poll get_run_status → get_run\n```\n\n## What is Hydrata?\n\n[Hydrata](https://hydrata.com) is a geospatial hydraulic modeling platform. It runs [ANUGA](https://github.com/anuga-community/anuga_core) 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.\n\nANUGA is an open-source hydrodynamic model developed by [Geoscience Australia](https://www.ga.gov.au/) and the [Australian National University](https://www.anu.edu.au/). It solves the shallow water wave equations using finite volumes on an unstructured triangular mesh.\n\n## Development\n\n```bash\ngit clone https://github.com/Hydrata/hydrata-mcp-server.git\ncd hydrata-mcp-server\npip install -e \".[dev]\"\npytest -v\n```\n\nContributions welcome — see [issues](https://github.com/Hydrata/hydrata-mcp-server/issues).\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 2284,
  "sha": "29611c098757819a0a207a35e927de1456f45e6db9767842fec8ef77d1544d5d",
  "repo_slug": "hydrata/hydrata-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_hydrata_hydrata_mcp_server_75a007bc/readme"
}