Skip to main content
Glama
Hydrata

Hydrata MCP Server

Official
by Hydrata

hydrata-mcp-server

License: MIT

MCP-Server für Hydrata Cloud – führe ANUGA Überflutungssimulationen aus, verfolge den Fortschritt und rufe Ergebnisse über das Model Context Protocol ab.

Connect

Füge zu deiner .mcp.json hinzu (Claude Code, Cursor, Windsurf, etc.):

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

Ein Hydrata Cloud Konto ist erforderlich. Kontaktiere uns unter hydrata.com, um loszulegen.

Related MCP server: su2-mcp

Tools

Tool

Beschreibung

list_projects

ANUGA-Simulationsprojekte auflisten (paginiert)

get_project

Projektdetails inklusive Szenarien abrufen

get_scenario

Szenariostatus und letzten Lauf abrufen

start_simulation

Eine Überflutungssimulation starten (lokal/EC2/Batch-Backends)

get_run_status

Leichter Statusabruf (<50ms)

get_run

Vollständige Laufinformationen mit Zeitangaben und Ergebnissen

cancel_run

Eine laufende Simulation abbrechen

retry_run

Eine fehlgeschlagene Simulation wiederholen

list_runs

Läufe über ein Projekt hinweg auflisten (mit Statusfilter)

Typischer Arbeitsablauf

list_projects → get_scenario → start_simulation → poll get_run_status → get_run

Was ist Hydrata?

Hydrata ist eine georäumliche hydraulische Modellierungsplattform. Sie führt ANUGA Überflutungssimulationen in der Cloud aus – lade Geländedaten hoch, konfiguriere Szenarien, führe Simulationen auf verwalteter Recheninfrastruktur (Celery, EC2 oder AWS Batch) aus und visualisiere Ergebnisse auf interaktiven Karten.

ANUGA ist ein Open-Source-hydrodynamisches Modell, entwickelt von Geoscience Australia und der Australian National University. Es löst die Flachwassergleichungen mit finiten Volumen auf einem unstrukturierten Dreiecksnetz.

Entwicklung

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

Beiträge willkommen – siehe Issues.

Lizenz

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.

  • NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.

  • USGS Water MCP — wraps USGS National Water Information System (NWIS) REST services (free, no auth)

View all MCP Connectors

Latest Blog Posts

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