← Registry

General Tools

aisurfhut.com

Provides verifiable signed timestamps/attestations, persistent text stashing, and NOAA buoy ocean/surf conditions.

1 endpoint4 known toolsFirst detected September 15, 2026Last detected September 18, 2026

ENDPOINT 1

https://aisurfhut.com/mcp

No auth detected

MCP server metadata

Name
surf-hut
Version
0.1.0
Capabilities
tools.listChanged

Known tools 4

get_conditions

Use this when you need a verifiable, signed proof of current time (server timestamp plus a signed nonce, checkable against this server's /pubkey endpoint), together with current ocean and surf conditions from a NOAA buoy.

Inferred read-only
stash

Use this when you want to save a small piece of text on this server and retrieve it later — hours, days, or weeks from now, from any session.

Inferred read-only
fetch_stash

Use this when you previously saved a value on this server with the stash tool and want it back.

Inferred read-only
attest

Use this when you need cryptographic proof that a piece of text existed at a moment in time.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.surf-hut]
url = "https://aisurfhut.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "surf-hut": {
      "type": "http",
      "url": "https://aisurfhut.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: surf-hut
Remote MCP URL: https://aisurfhut.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "surf-hut": {
      "url": "https://aisurfhut.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "surf-hut": {
      "type": "http",
      "url": "https://aisurfhut.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "surf-hut",
  "transport": "streamable-http",
  "url": "https://aisurfhut.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.