Hydrata MCP Server
Officialhydrata-mcp-server
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
ツール
ツール | 説明 |
| ANUGA シミュレーションプロジェクトを一覧表示(ページネーション対応) |
| プロジェクトの詳細(シナリオを含む)を取得 |
| シナリオのステータスと最新の実行を取得 |
| 洪水シミュレーションを開始(ローカル/EC2/Batch バックエンド) |
| 軽量なステータスポーリング(<50ms) |
| タイミングと結果を含む完全な実行詳細を取得 |
| 実行中のシミュレーションをキャンセル |
| 失敗したシミュレーションを再試行 |
| プロジェクト全体の実行を一覧表示(ステータスフィルター付き) |
典型的なワークフロー
list_projects → get_scenario → start_simulation → poll get_run_status → get_runHydrata とは?
Hydrata は地理空間水理モデリングプラットフォームです。ANUGA 洪水シミュレーションをクラウドで実行します — 地形データをアップロードし、シナリオを設定し、管理されたコンピュート(Celery、EC2、または AWS Batch)でシミュレーションを実行し、インタラクティブなマップで結果を可視化します。
ANUGA は Geoscience Australia と Australian National University によって開発されたオープンソースの水力学モデルです。非構造三角形メッシュ上で有限体積法を用いて浅水波方程式を解きます。
開発
git clone https://github.com/Hydrata/hydrata-mcp-server.git
cd hydrata-mcp-server
pip install -e ".[dev]"
pytest -v貢献歓迎 — issues をご覧ください。
ライセンス
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceEnables automated LLM red teaming by submitting asynchronous test runs, retrieving aggregated metrics, and accessing artifacts.4CC BY-SA 4.0
- Alicense-qualityDmaintenanceEnables interaction with SU2 CFD solver for session lifecycle management, config editing, solver execution, and results inspection, with optional CPACS integration for aircraft analysis.4MIT
- Flicense-qualityCmaintenanceEnables to interact with Abaqus FEA software through an MCP bridge, supporting connection checks, script execution, model queries, job submission, and simulation automation.2
- Alicense-qualityBmaintenanceAutomates Ansys Fluent simulation workflows, enabling environment checks, case execution, UDF management, and result export through MCP tools.3MIT
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)
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