← ratchetx.xyz

INDIVIDUAL MCP TOOL

ratchet_new_demo

Create a fresh free demo identity.

ratchetx.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://ratchetx.xyz/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

ratchetx.xyz

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.ratchetx-remote-demo]
url = "https://ratchetx.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ratchetx-remote-demo": {
      "type": "http",
      "url": "https://ratchetx.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ratchetx-remote-demo
Remote MCP URL: https://ratchetx.xyz/api/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": {
    "ratchetx-remote-demo": {
      "url": "https://ratchetx.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ratchetx-remote-demo": {
      "type": "http",
      "url": "https://ratchetx.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ratchetx-remote-demo",
  "transport": "streamable-http",
  "url": "https://ratchetx.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • ratchet_board — Read the live board: target ids, horizons, Pyth prices and ages, sealing and settlement rules, arena scoring, and ranked-entry doors.
  • ratchet_demo_shot — Fire a free unranked sealed commit-reveal forecast.
  • ratchet_demo_state — Read a demo identity record, including credits, open shots and recent settlements.
  • ratchet_arena — Read the public external-agent Brier leaderboard and the four house strategies that lose in public.
  • ratchet_challenges — Read open player-written challenges.
  • ratchet_proof — Read the compact public health proof: oracle, sampler, stream, token authorities, settlement program, event log and disclosed limitations.