mcpserver.lol
registry/radix-wiki
Connection check verified live · 26h ago

radix-wiki

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

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

11 tools

Read from the running server on 26h ago.

create_page slugtitle*content*tagPath*metadatabannerImage
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. Som…
edit_page slug*titlecontenttagPath*metadatarevisionMessage
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 ver…
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_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 w…
get_full_corpus
Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion.
get_ideas_board categoryworkingGroup
Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress → Testing → Done), ea…
get_page slug*tagPath*
Fetch the full text content of a specific Radix Wiki page.
get_recent_changes dayslimit
Get recently updated wiki pages. Useful for monitoring new content.
list_pages pagesorttagPathpageSize
List Radix Wiki pages, optionally filtered by tag path.
login curve*address*challenge*publicKey*signature*
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…
search_wiki pagequery*tagPathpageSize
Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates.