Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Radix Wiki

REMOTE · RADIX.WIKI · SCANNED AUG 3

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

Available components

64 Trust /100
Trust breakdown (6 categories)

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 →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 945 tokens (~85/item across 11 items; 9 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · radix.wiki

# add to Claude Code
claude mcp add --transport http wiki-radix-radix-wiki https://radix.wiki/api/mcp
# ~/.codex/config.toml
[mcp_servers.wiki-radix-radix-wiki]
url = "https://radix.wiki/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wiki-radix-radix-wiki": {
      "type": "remote",
      "url": "https://radix.wiki/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wiki-radix-radix-wiki --url https://radix.wiki/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  wiki-radix-radix-wiki:
    url: "https://radix.wiki/api/mcp"
// mcp.json
{
  "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.

Changelog

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.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 64

    First indexed and scored.

Diagnostics

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 3 Aug 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=YR1,O=Let's Encrypt,C=US 26 Jun 2026 24 Sept 2026 RSA 2048 SHA256-RSA 53e274ea14e2c33ffd22a679421ea188b9e
SANs: radix.wiki
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
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
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=()
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
MCP tools — 9 exposed · ~908 tokens

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.

Tool Tokens
create_page ~240

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.

NameTypeReqDescription
bannerImagestringBanner image URL
contentarrayyesArray 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…
metadataobjectKey-value metadata for the page, including `excerpt` (one sentence, ≤160 chars). Some tag paths require specific keys — the error names any that are missing.
slugstringURL slug (derived from the title when omitted)
tagPathstringyesTag path the page lives under (e.g. "contents/tech/core-concepts")
titlestringyesPage title

No output schema declared.

No examples provided.

edit_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.

NameTypeReqDescription
contentarrayThe full revised block array (not a patch). Omit to change only the title or metadata.
metadataobjectReplacement metadata object
revisionMessagestringWhat changed and why — shown in the page history. Always send one.
slugstringyesSlug of the page to edit
tagPathstringyesTag path of the page to edit
titlestringNew title

No output schema declared.

No examples provided.

get_categories ~36

Get the wiki tag hierarchy with page counts per category. Useful for understanding what content exists, and for finding a valid tagPath before writing.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_full_corpus ~30

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ideas_board ~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.

NameTypeReqDescription
categorystringFilter to one category: Governance, Protocol, Tooling, Ecosystem, or Community
workingGroupstringFilter by working group name substring, e.g. "Treasury", "Legal", "NetOps"

No output schema declared.

No examples provided.

get_page ~59

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

NameTypeReqDescription
slugstringyesPage slug (e.g. "utxo-model")
tagPathstringyesTag path (e.g. "contents/tech/core-concepts")

No output schema declared.

No examples provided.

get_recent_changes ~57

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

NameTypeReqDescription
daysnumberLook back N days (default 7, max 30)
limitnumberMax results (default 20, max 50)

No output schema declared.

No examples provided.

list_pages ~85

List Radix Wiki pages, optionally filtered by tag path.

NameTypeReqDescription
pagenumberPage number (default 1)
pageSizenumberResults per page (default 20, max 100)
sortstringSort order (default "updatedAt")
tagPathstringFilter by tag path prefix (e.g. "developers")

No output schema declared.

No examples provided.

search_wiki ~105

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

NameTypeReqDescription
pagenumberPage number (default 1)
pageSizenumberResults per page (default 20, max 50)
querystringyesSearch term (matched against page titles)
tagPathstringLimit results to a tag path (e.g. "contents/tech/core-concepts")

No output schema declared.

No examples provided.