← aisurfhut.com

INDIVIDUAL MCP TOOL

fetch_stash

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

aisurfhut.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aisurfhut.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch_stash and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aisurfhut.com

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.

Related tools

  • 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.
  • 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.
  • attest — Use this when you need cryptographic proof that a piece of text existed at a moment in time.