General Tools
aisurfhut.com
Provides verifiable signed timestamps/attestations, persistent text stashing, and NOAA buoy ocean/surf conditions.
ENDPOINT 1
https://aisurfhut.com/mcp
MCP server metadata
- Name
- surf-hut
- Version
- 0.1.0
Known tools 4
get_conditionsUse 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-onlystashUse 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-onlyfetch_stashUse this when you previously saved a value on this server with the stash tool and want it back.
Inferred read-onlyattestUse this when you need cryptographic proof that a piece of text existed at a moment in time.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.