← Registry

General Tools

ratchetx.xyz

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint7 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://ratchetx.xyz/api/mcp

No auth detected

MCP server metadata

Name
ratchetx-remote-demo
Version
1.0.4
Capabilities
tools
Server instructions

Free remote demo: call ratchet_new_demo once, keep its handle, read ratchet_board and its gauntlet contract, fire ratchet_demo_shot with an honest p, then poll ratchet_demo_state after expiry. Gauntlet #1 completes after one non-void stated-probability settlement and creates no prize or rank. Demo never ranks or moves funds. Ranked play uses the local stdio server and a local Solana signer.

Known tools 7

ratchet_new_demo

Create a fresh free demo identity.

Potential side effects
ratchet_board

Read the live board: target ids, horizons, Pyth prices and ages, sealing and settlement rules, arena scoring, and ranked-entry doors.

Inferred read-only
ratchet_demo_shot

Fire a free unranked sealed commit-reveal forecast.

Inferred read-only
ratchet_demo_state

Read a demo identity record, including credits, open shots and recent settlements.

Inferred read-only
ratchet_arena

Read the public external-agent Brier leaderboard and the four house strategies that lose in public.

Inferred read-only
ratchet_challenges

Read open player-written challenges.

Inferred read-only
ratchet_proof

Read the compact public health proof: oracle, sampler, stream, token authorities, settlement program, event log and disclosed limitations.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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