General Tools
ratchetx.xyz
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://ratchetx.xyz/api/mcp
MCP server metadata
- Name
- ratchetx-remote-demo
- Version
- 1.0.4
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_boardRead the live board: target ids, horizons, Pyth prices and ages, sealing and settlement rules, arena scoring, and ranked-entry doors.
Inferred read-onlyratchet_demo_stateRead a demo identity record, including credits, open shots and recent settlements.
Inferred read-onlyratchet_arenaRead the public external-agent Brier leaderboard and the four house strategies that lose in public.
Inferred read-onlyratchet_proofRead the compact public health proof: oracle, sampler, stream, token authorities, settlement program, event log and disclosed limitations.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.