Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Hydrata - ANUGA Flood Simulation

REMOTE · HYDRATA.COM · SCANNED AUG 3

Run ANUGA flood simulations, track progress, and retrieve results on Hydrata Cloud.

Available components

+3 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 844 tokens (~93/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · hydrata.com

# add to Claude Code
claude mcp add --transport http com-hydrata-hydrata-mcp-server https://hydrata.com/mcp/
# ~/.codex/config.toml
[mcp_servers.com-hydrata-hydrata-mcp-server]
url = "https://hydrata.com/mcp/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-hydrata-hydrata-mcp-server": {
      "type": "remote",
      "url": "https://hydrata.com/mcp/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-hydrata-hydrata-mcp-server --url https://hydrata.com/mcp/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-hydrata-hydrata-mcp-server:
    url: "https://hydrata.com/mcp/"
// mcp.json
{
  "mcpServers": {
    "com-hydrata-hydrata-mcp-server": {
      "type": "http",
      "url": "https://hydrata.com/mcp/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://hydrata.com/mcp/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hydrata.com CN=YR1,O=Let's Encrypt,C=US 28 Jul 2026 26 Oct 2026 RSA 2048 SHA256-RSA 5e401bc31e8c0beb3e43797b662cf317334
SANs: backlog.hydrata.com, hydrata.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of hydrata.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
hydrata.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
content-security-policy frame-ancestors 'self' https://hydrata.com https://www.bmwhi.org https://bmwhi.org https://hydrata.com https://theswamm.com;
permissions-policy camera=(), microphone=(), geolocation=(self), payment=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://hydrata.com/mcp/ Verified 200
http (plaintext) http://hydrata.com/mcp/ HTTPS enforced 301 https://hydrata.com/mcp/
MCP tools — 9 exposed · ~785 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cancel_run ~82

Cancel an in-flight simulation run. Works on runs in built, queued, or computing status. Cleans up compute resources (terminates EC2 instance, Celery task, or Batch job). Returns 409 if the run is already in a terminal state (complete, cancelled, or error).

NameTypeReqDescription
run_idintegeryesThe run ID to cancel
NameTypeReqDescription
resultstringyes

No examples provided.

get_project ~50

Get details of a specific ANUGA project including its scenarios. Returns the project name, projection (EPSG code), base map ID, and configuration.

NameTypeReqDescription
project_idintegeryesThe project ID
NameTypeReqDescription
resultstringyes

No examples provided.

get_run ~86

Get full details of a simulation run including timing and results. Returns the complete run record: status, progress, timing (start/end timestamps, duration), compute details (backend, instance type, cost), mesh info, error messages, and result log. Use get_run_status for lightweight polling; use this for final results.

NameTypeReqDescription
run_idintegeryesThe run ID
NameTypeReqDescription
resultstringyes

No examples provided.

get_run_status ~84

Lightweight status check for a simulation run (fast, <50ms). Use this for polling instead of get_run. Returns only: id, status, progress_pct (0-100), eta_seconds, error_message, and compute_backend. Poll every 5-10 seconds. Terminal states: complete, error, cancelled.

NameTypeReqDescription
run_idintegeryesThe run ID
NameTypeReqDescription
resultstringyes

No examples provided.

get_scenario ~92

Get scenario details including its current status and latest run. The status field is computed from the latest run and will be one of: created, building, built, queued, computing, processing, complete, error, or cancelled. A scenario must be in 'built' status before it can be run.

NameTypeReqDescription
project_idintegeryesThe project ID
scenario_idintegeryesThe scenario ID
NameTypeReqDescription
resultstringyes

No examples provided.

list_projects ~70

List ANUGA simulation projects accessible to the authenticated user. Returns a paginated list of projects with their names, projections, and base map references.

NameTypeReqDescription
pageintegerPage number (default 1)
page_sizeintegerResults per page, max 100 (default 100)
NameTypeReqDescription
resultstringyes

No examples provided.

list_runs ~118

List all simulation runs across all scenarios in a project. Returns a paginated list of runs. Optionally filter by status to find active, completed, or failed runs.

NameTypeReqDescription
pageintegerPage number (default 1)
page_sizeintegerResults per page, max 100 (default 100)
project_idintegeryesThe project ID
status_filterFilter by status: created, building, built, queued, computing, processing, complete, error, cancelled. Omit for all.
NameTypeReqDescription
resultstringyes

No examples provided.

retry_run ~71

Retry a failed simulation run. Resets an errored run back to 'created' status and triggers a new package build. The same run ID is reused. Only valid when status is 'error'. Returns 409 for any other state.

NameTypeReqDescription
run_idintegeryesThe run ID to retry
NameTypeReqDescription
resultstringyes

No examples provided.

start_simulation ~132

Start a flood simulation run for a built scenario. The scenario must be in 'built' status. Returns 202 with the new run. The run transitions through: built → queued → computing → processing → complete. After starting, poll get_run_status to track progress. Returns 409 if the scenario is not in the correct state.

NameTypeReqDescription
compute_backendstringCompute backend: 'local' (Celery), 'ec2' (dedicated instance), or 'batch' (AWS Batch spot, cheapest). Default: 'local'
scenario_idintegeryesThe scenario ID to run
NameTypeReqDescription
resultstringyes

No examples provided.