# Radix Wiki MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/wiki-radix-radix-wiki
- Website: https://radix.wiki

## Install
- Endpoint: https://radix.wiki/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://radix.wiki/api/mcp

## Tools
- search_wiki - Search Radix Wiki pages by keyword. Matches against titles and content. Returns titles, URLs, snippets, and update dates. Endpoint: https://radix.wiki/api/mcp
- get_page - Fetch the full text content of a specific Radix Wiki page. Endpoint: https://radix.wiki/api/mcp
- list_pages - List Radix Wiki pages, optionally filtered by tag path. Endpoint: https://radix.wiki/api/mcp
- 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. Endpoint: https://radix.wiki/api/mcp
- get_recent_changes - Get recently updated wiki pages. Useful for monitoring new content. Endpoint: https://radix.wiki/api/mcp
- get_full_corpus - Return the entire Radix Wiki as a single text document. Use for comprehensive context or bulk ingestion. Endpoint: https://radix.wiki/api/mcp
- 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. Endpoint: https://radix.wiki/api/mcp
- 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. Endpoint: https://radix.wiki/api/mcp
- 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. Endpoint: https://radix.wiki/api/mcp

## Resources
- radix-wiki://llms.txt - Narrative briefing document with investment thesis, technical overview, and page index. MIME type: text/plain
- radix-wiki://categories - Tag hierarchy with descriptions and page counts. MIME type: application/json

## Prompts
Not captured

## Metadata
- Owner: wiki.radix
- Version: 3.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
