INDIVIDUAL MCP TOOL
ratchet_proof
Read the compact public health proof: oracle, sampler, stream, token authorities, settlement program, event log and disclosed limitations.
LIVE ENDPOINT
https://ratchetx.xyz/api/mcp
Connect to this endpoint to inspect the live schema for ratchet_proof and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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_new_demo— Create a fresh free demo identity.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.