Hydrata MCP Server
Officialhydrata-mcp-server
用于 Hydrata Cloud 的 MCP 服务器 — 通过 模型上下文协议 运行 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_run什么是 Hydrata?
Hydrata 是一个地理空间水力建模平台。它可在云端运行 ANUGA 洪水模拟——上传地形数据、配置场景、在托管计算资源(Celery、EC2 或 AWS Batch)上运行模拟,并在交互式地图上可视化结果。
ANUGA 是由 澳大利亚地球科学局 和 澳大利亚国立大学 开发的开源水动力学模型。它使用有限体积法在非结构化三角网格上求解浅水波方程。
开发
git clone https://github.com/Hydrata/hydrata-mcp-server.git
cd hydrata-mcp-server
pip install -e ".[dev]"
pytest -v欢迎贡献——参见 问题。
许可证
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