← Registry

API Tools

roundwatch.observer

An MCP server for RoundWatch that returns live x402/USDC service information and lets agents create, inspect, and verify durable on-chain payment watches on Algorand.

1 endpoint3 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
roundwatch
Version
1.0.0
Capabilities
tools
Server instructions

RoundWatch monitors one exact future Algorand USDC payment when no transaction ID exists yet.

Known tools 3

roundwatch.service_info

Return the live RoundWatch network, x402 service contract, USDC asset, price, limits, and documentation links.

Inferred read-only
roundwatch.prepare_watch

Validate one expected future Algorand USDC payment and return the exact RoundWatch HTTP/x402 request to create a durable watch.

Potential side effects
roundwatch.get_watch

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

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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