Radix Wiki
REMOTE · RADIX.WIKI · SCANNED SEP 20
Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.
Available components
Recent critical change
Authorization (6 Sept 2026). See the changelog before you install this server.
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security63
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (edit_page). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability83
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2044 tokens (~157/item across 13 items; 11 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the Radix Wiki MCP server?
Radix Wiki is a hosted endpoint at https://radix.wiki/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · radix.wiki
claude mcp add --transport http wiki-radix-radix-wiki 'https://radix.wiki/api/mcp'
{
"mcpServers": {
"wiki-radix-radix-wiki": {
"url": "https://radix.wiki/api/mcp"
}
}
} {
"servers": {
"wiki-radix-radix-wiki": {
"type": "http",
"url": "https://radix.wiki/api/mcp"
}
}
} [mcp_servers.wiki-radix-radix-wiki] url = "https://radix.wiki/api/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wiki-radix-radix-wiki": {
"type": "remote",
"url": "https://radix.wiki/api/mcp",
"enabled": true
}
}
} openclaw mcp add wiki-radix-radix-wiki --url 'https://radix.wiki/api/mcp' --transport streamable-http
mcp_servers:
wiki-radix-radix-wiki:
url: "https://radix.wiki/api/mcp" {
"McpServers": {
"wiki-radix-radix-wiki": {
"Transport": "http",
"Url": "https://radix.wiki/api/mcp"
}
}
} assistant mcp add wiki-radix-radix-wiki -t streamable-http -u 'https://radix.wiki/api/mcp'
{
"mcpServers": {
"wiki-radix-radix-wiki": {
"type": "http",
"url": "https://radix.wiki/api/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 0
- The server rewrote its instructions, which are the text every model session reads security
- Tool “get_categories” rewrote its description, which is the text the model reads security
- Tool “get_page” rewrote its description, which is the text the model reads security
- “get_page” reworded the description of “slug” cosmetic
- “get_page” reworded the description of “tagPath” cosmetic
- 15 Sept 26 +1
- MCP protocol: fail → pass ▲ functional
- MCP protocol version: 2025-06-18 → 2026-07-28 functional
- 8 Sept 26 0
- Tool “create_page” rewrote its description, which is the text the model reads security
- 7 Sept 26 0
- Tool “get_full_corpus” rewrote its description, which is the text the model reads security
- Tool “get_page” rewrote its description, which is the text the model reads security
- Schema quality: 132 → 152 ▼ functional
- The server now declares the “prompts” capability functional
- New prompt “ingest_the_wiki” functional
- New prompt “orient_me” functional
- New prompt “what_is_radix” functional
- New prompt “whats_changed” functional
- New prompt “write_a_page” functional
- “get_full_corpus” added an optional parameter “maxChars” cosmetic
- “get_full_corpus” added an optional parameter “sizeOnly” cosmetic
- “get_full_corpus” added an optional parameter “skip” cosmetic
- “get_full_corpus” added an optional parameter “tagPath” cosmetic
- “get_page” added an optional parameter “path” cosmetic
- “get_page” made “slug” optional cosmetic
- “get_page” made “tagPath” optional cosmetic
- 6 Sept 26 0
- Authorization: unverified → fail ▼ critical
- Tool “get_categories” rewrote its description, which is the text the model reads security
- Tool “get_full_corpus” rewrote its description, which is the text the model reads security
- Tool “get_page” rewrote its description, which is the text the model reads security
- Tool “get_recent_changes” rewrote its description, which is the text the model reads security
- Tool “list_pages” rewrote its description, which is the text the model reads security
- Tool “search_wiki” rewrote its description, which is the text the model reads security
- Tool “edit_page” is now declared destructive security
- Schema quality: pass → fail ▼ functional
- MCP protocol version: 2025-03-26 → 2025-06-18 functional
- Tool “create_page” changed its title: Create a page cosmetic
- Tool “edit_page” changed its title: Edit a page cosmetic
- Tool “get_categories” changed its title: List categories cosmetic
- Tool “get_challenge” changed its title: Start a login cosmetic
- Tool “get_full_corpus” changed its title: Whole corpus cosmetic
- Tool “get_ideas_board” changed its title: Ideas pipeline cosmetic
- Tool “get_page” changed its title: Read a page cosmetic
- Tool “get_recent_changes” changed its title: Recent changes cosmetic
- Tool “list_pages” changed its title: List pages cosmetic
- Tool “login” changed its title: Exchange a signed proof for a token cosmetic
- Tool “search_wiki” changed its title: Search the wiki cosmetic
- 1 Sept 26 +1
- Stability: 0.97 → pass security
- 30 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 28 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Probed https://radix.wiki/api/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=radix.wiki | CN=YR2,O=Let's Encrypt,C=US | 28 Aug 2026 | 26 Nov 2026 | RSA 2048 | SHA256-RSA | 6139f112e4356aa70f19e1172c76d793c41 |
| SANs: radix.wiki | ||||||
| CN=YR2,O=Let's Encrypt,C=US (CA) | CN=Root YR,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | RSA 2048 | SHA256-RSA | 4ebd24947e24d394802d84a52fd5b319 |
| CN=Root YR,O=ISRG,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | RSA 4096 | SHA256-RSA | f24b6d17f9d9ad7cb1c9fea78782699f |
Background: What to check on a remote MCP endpoint →
DNSSEC insecure
Validation of radix.wiki. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| wiki. | present | 27157 | 8 | Verified |
| radix.wiki. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000; includeSubDomains; preload |
| content-security-policy | default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'none'; form-action 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; img-src 'self' data: blob: https:; connect-src 'self' https://*.radixdlt.com https://api.ociswap.com; frame-src https:; worker-src 'self' blob:; manifest-src 'self' |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | camera=(), microphone=(), geolocation=() |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://radix.wiki/api/mcp | Verified | 200 | |
| http (plaintext) | http://radix.wiki/api/mcp | HTTPS enforced | 308 | https://radix.wiki/api/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
create_page Create a page ~241
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.
| Name | Type | Req | Description |
|---|---|---|---|
| bannerImage | string | – | Banner image URL |
| content | array | yes | Array of typed blocks. Each needs a unique `id` (UUID) and a `type`. A `content` block carries semantic HTML in `text`; an `infobox` block carries nested `blocks`. Start with an infobox, hyperlink ev… |
| metadata | object | – | Key-value metadata for the page, including `excerpt` (one sentence, ≤160 chars). Some tag paths require specific keys — the error names any that are missing. |
| slug | string | – | URL slug (derived from the title when omitted) |
| tagPath | string | yes | Tag path the page lives under (e.g. "contents/tech/core-concepts") |
| title | string | yes | Page title |
No output schema declared.
No examples provided.
edit_page Edit a page ~175
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.
| Name | Type | Req | Description |
|---|---|---|---|
| content | array | – | The full revised block array (not a patch). Omit to change only the title or metadata. |
| metadata | object | – | Replacement metadata object |
| revisionMessage | string | – | What changed and why — shown in the page history. Always send one. |
| slug | string | yes | Slug of the page to edit |
| tagPath | string | yes | Tag path of the page to edit |
| title | string | – | New title |
No output schema declared.
No examples provided.
get_categories List categories ~77
The wiki tag hierarchy as a tree, each node carrying its path, name, description and the page count of its whole branch. The cheapest way to orient before searching, and the only way to find a valid tagPath before create_page. Costs one call and a few kilobytes; prefer it to listing pages to find out what exists.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_challenge Start a login ~65
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 — nothing here custodies anything. Takes no parameters.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_full_corpus Whole corpus ~272
Every article as one plain-text document, for bulk ingestion rather than reading. PREFLIGHT FIRST: call it with sizeOnly=true for the exact character count, a token estimate and the per-branch breakdown — the whole corpus is several times a context window. Then pull it with `maxChars` (default 200000, max 1000000), or narrow it with `tagPath` to take one branch at a time. Truncation is page-aligned and honest: `truncated`, `omittedPages` and `nextSkip` say exactly where to resume (pass skip=nextSkip). Search or list first if you have a question; the same corpus is also served, cacheably and with an ETag, at /llms-full.txt.
| Name | Type | Req | Description |
|---|---|---|---|
| maxChars | number | – | Character budget for `document` (default 200000, max 1000000) |
| sizeOnly | boolean | – | Return sizes and breakdowns only, no document. Do this before the first real pull. |
| skip | number | – | Resume from this page index — pass the `nextSkip` from the previous truncated call (default 0) |
| tagPath | string | – | Restrict to one branch and its descendants, e.g. "contents/tech". Omit for everything. |
No output schema declared.
No examples provided.
get_ideas_board Ideas pipeline ~121
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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Filter to one category: Governance, Protocol, Tooling, Ecosystem, or Community |
| workingGroup | string | – | Filter by working group name substring, e.g. "Treasury", "Legal", "NetOps" |
No output schema declared.
No examples provided.
get_page Read a page ~214
Read one page in full: its extracted text, current version number, update date and declared metadata. Takes either the whole path as one string (the `url` a listing returns works as-is) or the tagPath/slug pair it splits into — not a title. A wrong pair is answered with the tools that find a right one rather than an empty result. For the whole article set at once use get_full_corpus, and for a page as markdown fetch its URL with `.md` appended.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | The whole path in one string, e.g. "contents/tech/core-concepts/utxo-model" — the form every listing returns as `url`. Use this or the tagPath/slug pair. |
| slug | string | – | Page slug (e.g. "utxo-model"). Ignored when `path` is set. |
| tagPath | string | – | Tag path (e.g. "contents/tech/core-concepts"). Ignored when `path` is set. |
No output schema declared.
No examples provided.
get_recent_changes Recent changes ~103
Pages edited within the last N days, newest first — what to poll when you are watching the wiki rather than reading it. Same row shape as list_pages. Look back at most 30 days and take at most 50 rows; for anything older, list_pages sorted by updatedAt.
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | – | Look back N days (default 7, max 30) |
| limit | number | – | Max results (default 20, max 50) |
No output schema declared.
No examples provided.
list_pages List pages ~162
Browse the wiki by tag path rather than by keyword — every page under a branch, newest first by default. Returns the same rows as search_wiki (title, URL, tagPath, slug, snippet, updatedAt) plus a pagination envelope carrying totalPages, hasMore and nextPage. Omit tagPath to walk the whole wiki; pass one from get_categories to stay inside a branch. Sort by title for an A-Z pass.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (default 1) |
| pageSize | number | – | Results per page (default 20, max 100) |
| sort | string | – | Sort order (default "updatedAt") |
| tagPath | string | – | Filter by tag path prefix (e.g. "developers") |
No output schema declared.
No examples provided.
login Exchange a signed proof for a token ~158
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 later create_page / edit_page call; tool arguments never carry it.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Your account address (virtual account of the signing key; its public key must be an on-ledger owner_keys entry) |
| challenge | string | yes | The challenge from get_challenge |
| curve | string | yes | Signing curve (Ed25519 = "curve25519") |
| publicKey | string | yes | Ed25519 public key, hex |
| signature | string | yes | Signature over the ROLA message, hex |
No output schema declared.
No examples provided.
search_wiki Search the wiki ~179
Keyword search across Radix Wiki titles and page text — the first call when you know what you are looking for. Returns a page of results, each with its title, URL, tagPath, slug, a matched snippet and the date it was last updated. The tagPath and slug identify the page every read tool accepts. Narrow with tagPath when a term is common; page through with page/pageSize. When you do not yet know what exists, call get_categories first.
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | – | Page number (default 1) |
| pageSize | number | – | Results per page (default 20, max 50) |
| query | string | yes | Search term (matched against page titles and body text) |
| tagPath | string | – | Limit results to a tag path (e.g. "contents/tech/core-concepts") |
No output schema declared.
No examples provided.
What is the Radix Wiki MCP server?
Radix Wiki is an MCP server listed in the public MCP registry as wiki.radix/radix-wiki. Community-maintained knowledge base for Radix DLT, search, read, and contribute wiki pages. This page covers its hosted endpoint (https://radix.wiki/api/mcp).
Is the Radix Wiki MCP server safe to use?
Radix Wiki scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the Radix Wiki MCP server expose?
Radix Wiki exposes 11 tools: search_wiki, get_page, list_pages, get_categories, get_recent_changes, and 6 more. Their descriptions and schemas cost roughly 1,767 tokens of context every time the server is loaded.
Does the Radix Wiki MCP server require authentication?
No. We connected to Radix Wiki without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the Radix Wiki MCP server still maintained?
Radix Wiki is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.