Skip to main content
Glama
Hydrata

Hydrata MCP Server

Official
by Hydrata

hydrata-mcp-server

ライセンス: MIT

Hydrata Cloud 向けのMCPサーバー — Model Context Protocol を通じて ANUGA 洪水シミュレーションの実行、進捗の追跡、結果の取得を行います。

接続

.mcp.json(Claude Code、Cursor、Windsurf など)に追加:

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

Hydrata Cloud アカウントが必要です。開始するには hydrata.com までお問い合わせください。

Related MCP server: su2-mcp

ツール

ツール

説明

list_projects

ANUGA シミュレーションプロジェクトを一覧表示(ページネーション対応)

get_project

プロジェクトの詳細(シナリオを含む)を取得

get_scenario

シナリオのステータスと最新の実行を取得

start_simulation

洪水シミュレーションを開始(ローカル/EC2/Batch バックエンド)

get_run_status

軽量なステータスポーリング(<50ms)

get_run

タイミングと結果を含む完全な実行詳細を取得

cancel_run

実行中のシミュレーションをキャンセル

retry_run

失敗したシミュレーションを再試行

list_runs

プロジェクト全体の実行を一覧表示(ステータスフィルター付き)

典型的なワークフロー

list_projects → get_scenario → start_simulation → poll get_run_status → get_run

Hydrata とは?

Hydrata は地理空間水理モデリングプラットフォームです。ANUGA 洪水シミュレーションをクラウドで実行します — 地形データをアップロードし、シナリオを設定し、管理されたコンピュート(Celery、EC2、または AWS Batch)でシミュレーションを実行し、インタラクティブなマップで結果を可視化します。

ANUGA は Geoscience AustraliaAustralian National University によって開発されたオープンソースの水力学モデルです。非構造三角形メッシュ上で有限体積法を用いて浅水波方程式を解きます。

開発

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

貢献歓迎 — issues をご覧ください。

ライセンス

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