← roundwatch.observer

INDIVIDUAL MCP TOOL

roundwatch.get_watch

Read the durable state and any verified on-chain evidence for an existing RoundWatch watch ID.

roundwatch.observernone authenticationAvailability not checked

LIVE ENDPOINT

https://roundwatch-api.onrender.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for roundwatch.get_watch 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

roundwatch.observer

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.roundwatch]
url = "https://roundwatch-api.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roundwatch": {
      "type": "http",
      "url": "https://roundwatch-api.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roundwatch
Remote MCP URL: https://roundwatch-api.onrender.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": {
    "roundwatch": {
      "url": "https://roundwatch-api.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roundwatch": {
      "type": "http",
      "url": "https://roundwatch-api.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roundwatch",
  "transport": "streamable-http",
  "url": "https://roundwatch-api.onrender.com/mcp"
}
MCP Inspector

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

Related tools

  • roundwatch.service_info — Return the live RoundWatch network, x402 service contract, USDC asset, price, limits, and documentation links.
  • roundwatch.prepare_watch — Validate one expected future Algorand USDC payment and return the exact RoundWatch HTTP/x402 request to create a durable watch.