Wipe Board
For assistants and developers

Wipe Board API and MCP server

Everything on Wipe Board is available as JSON: the next wipe for any of 9,000+ Rust servers, which servers wipe today or just wiped, the next force wipe, and dated statistics. No key, no account, CC BY 4.0 (cite wipeboard.net). Data read directly from the game servers via Steam; every server rechecked every minute.

Use it from Claude, ChatGPT or Cursor (MCP)

Wipe Board runs a remote MCP server. Add it as a connector by URL, no install:

https://wipeboard.net/mcp

Step-by-step instructions for each client: Ask Claude or ChatGPT when any Rust server wipes.

Claude Desktop / claude.ai: Settings, Connectors, Add custom connector, paste the URL. ChatGPT: Settings, Connectors (or Apps), add MCP server. Cursor / Claude Code: claude mcp add --transport http wipeboard https://wipeboard.net/mcp. Then ask things like "when does Rustafied EU Main wipe?", "solo vanilla servers wiping tonight in Europe", or "what time is force wipe in EST?".

find_serverFind a Rust server by (part of) its name or Wipe Board id. Returns its wipe schedule in plain English, next wipe time and kind, last wipe, players, team limit, gather rate, vanilla/modded, region and a link to its Wipe Board page. Use when someone asks 'when does <server> wipe'.
upcoming_wipesRust servers scheduled to wipe in the next N hours (default 24), with optional filters. Use for 'which servers wipe today/tonight/this week', 'solo servers wiping tomorrow in EU'.
just_wipedRust servers that wiped in the last N hours (default 24), busiest first, with optional filters. Use for 'fresh wipe', 'just wiped', 'where should I play right now'.
force_wipeThe next Rust force wipe (first Thursday of every month, 19:00 UK time) and all upcoming force wipe dates, in UTC.
wipe_statsDated statistics on how 9,000+ Rust servers wipe: vanilla vs modded, group limits, gather rates, wipe cycles, regions, most common wipe day and hour, wipes in the next 7 days. CC BY 4.0; cite wipeboard.net/stats.

ChatGPT Actions and other HTTP agents (OpenAPI)

Import https://wipeboard.net/openapi.json as an Action in a custom GPT, or call the endpoints directly. No auth.

Endpoints

GET https://wipeboard.net/api/v1/server?q=rustafied          find a server, plain-English schedule and next wipe
GET https://wipeboard.net/api/v1/wipes?hours=24&team=solo®ion=EU   upcoming wipes, filterable
GET https://wipeboard.net/api/v1/just-wiped?hours=6&min_players=20    fresh wipes, busiest first
GET https://wipeboard.net/api/v1/force-wipe                        next force wipe and upcoming dates
GET https://wipeboard.net/api/v1/stats                             how Rust servers wipe, dated
GET https://wipeboard.net/api/servers                              the full raw dataset (all servers, 1 MB gzipped)

Filters for /wipes and /just-wiped: team (solo, duo, trio, quad, small, nolimit), type (vanilla, modded, pve, official), region (EU, NA, SA, AS, ME, OC, AF), country (ISO code), rate (1x-2x, 5x-10x, 50x), cycle (daily, few, weekly, biweekly, monthly), min_players, hours, limit, sort (time or players).

Example

curl "https://wipeboard.net/api/v1/server?q=rustafied%20eu%20main&limit=1"

Every server object includes a summary sentence, schedule_source (owner-declared or detected) and a page link with the live countdown. Times are UTC.

Fair use: cache responses for a minute or more, send a descriptive User-Agent, and link to Wipe Board when you show the data. Questions: [email protected].