Radix Wiki
wiki.radix/radix-wikiCommunity-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.
Tools · 11
Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.
Fetch the full text content of a specific Radix Wiki page.
List Radix Wiki pages, optionally filtered by tag path.
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 recently updated wiki pages. Useful for monitoring new content.
Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion.
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…
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…
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 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 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
Narrative briefing document with investment thesis, technical overview, and page index.
radix-wiki://llms.txt
Tag hierarchy with descriptions and page counts.
radix-wiki://categories
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"radix_wiki": {
"url": "https://radix.wiki/api/mcp",
"transport": "streamable-http"
}
}
}