Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Radix Wiki

wiki.radix/radix-wiki

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

Uptime
100.0%
1 direct probes · 30d
Response
1450ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
0
available

Tools · 11

search_wiki

Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.

get_page

Fetch the full text content of a specific Radix Wiki page.

list_pages

List Radix Wiki pages, optionally filtered by tag path.

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.

get_recent_changes

Get recently updated wiki pages. Useful for monitoring new content.

get_full_corpus

Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion.

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…

get_challenge

Step 1 of writing to the wiki: a single-use ROLA challenge (5-minute expiry). The response spells out the exact recipe for the message your Ed25519 key must sign. You always sign with your OWN key — n…

login

Step 2: exchange the signed ROLA proof for a 7-day Bearer token — the same verification the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every l…

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

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-lev…

Resources · 2

RADIX Wiki LLM Briefing

Narrative briefing document with investment thesis, technical overview, and page index.

radix-wiki://llms.txt
Wiki Categories

Tag hierarchy with descriptions and page counts.

radix-wiki://categories

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "radix_wiki": {
      "url": "https://radix.wiki/api/mcp",
      "transport": "streamable-http"
    }
  }
}