mcpbeat

Radix Wiki MCP Server

wiki.radix/radix-wiki
answering

Radix Wiki is answering right now. Last checked 1 min ago. It exposes 9 tools.

Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
13.0%
Uptime 24h
12 of 92 checks
9
Tools
read from the server
237 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add radix-wiki --transport http https://radix.wiki/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "radix-wiki": {
      "url": "https://radix.wiki/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.radix-wiki]
url = "https://radix.wiki/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "radix-wiki": {
      "url": "https://radix.wiki/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "radix-wiki": {
      "url": "https://radix.wiki/api/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

page
create_page
Create a new Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md for the challenge-sign-verify flow. Call get_categories first for a valid tagPath. Some paths are balance-gated (blog needs 50,000 XRD). Earns contribution points.
get_page
Fetch the full text content of a specific Radix Wiki page.
categories
get_categories
Get the wiki tag hierarchy with page counts per category. Useful for understanding what content exists, and for finding a valid tagPath before writing.
edit
edit_page
Edit an existing Radix Wiki page. Requires a ROLA bearer token — see https://radix.wiki/AGENTS.md. Fetch the page with get_page first and send the full revised block array; the version bump, block-level diff, and revision entry are computed server-side. Locked and author-only pages are rejected. Earns contribution points.
full
get_full_corpus
Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion.
ideas
get_ideas_board
Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress → Testing → Done), each card carrying its working group, category, priority, and assignee. Use this to follow DAO / project progress.
pages
list_pages
List Radix Wiki pages, optionally filtered by tag path.
recent
get_recent_changes
Get recently updated wiki pages. Useful for monitoring new content.
wiki
search_wiki
Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.

Endpoints

URLTransportStateLatencyChecked
https://radix.wiki/api/mcp streamable-http answering 214 ms 1 min ago

Radix Wiki — questions

Answers built from our own checks of this server.

What can Radix Wiki do?
It exposes 9 tools, read directly from the server on our last check. Among them: create_page, edit_page, get_categories, get_full_corpus, get_ideas_board, get_page and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Radix Wiki working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 12 of 92 checks got a reply (13.0%), average response time 237 ms. The bar chart above shows every period we have measured.
How do I connect Radix Wiki?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Radix Wiki need an API key?
No. Radix Wiki completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Radix Wiki?
It answers our handshake in 237 ms on average, which is faster than 55% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.