wiki.radix/radix-wiki

MCPcommunitylive
v3.1.0wiki.radixUnknownUpdated 1mo ago

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

Endpoint healthlive
checked 1 day ago · 205ms
100% of the last 5 checks reached this endpoint
Works in
ClaudeCursorCopilotChatGPTGemini

Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
1mo agoLast update
Package
Authorwiki.radix
LicenseUnknown
Version3.1.0
Sourcemcp-registry
Trust Status
D
30/100Risk
✓Listed in Forge index+10/10
—Publisher identity verified+0/30
→ Publisher: this listing has no repository on file, so `forge publish` cannot verify ownership automatically. Use "Claim this listing" above — Forge reviews these by hand.
—Domain verification+0/10
→ Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
—Prompt-injection scan · findings+0/30
→ Publisher: remove instructions in the source aimed at AI clients rather than human readers
✓Obfuscation / exfil scan · clean+20/20
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
DependenciesNot audited
Tool surface11 tools · 1 privileged
Security scan⚠ Warnings (1)vlive · 1d agoHow well does this scan work?
PROMPTtool:loginExfiltration-shaped instruction
EvalsNone
IndexedAug 11, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

11 tools · 1 privileged · 1 flagged for injection
Observed live from the vendor's endpoint1d ago

Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.

  • https://radix.wiki/api/mcp11 tools · 205ms
search_wikiKeyword 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. Narr…

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. Narr…

ParameterTypeDescription
query*stringSearch term (matched against page titles and body text)
tagPathstringLimit results to a tag path (e.g. "contents/tech/core-concepts")
pagenumberPage number (default 1)
pageSizenumberResults per page (default 20, max 50)
get_pageRead 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…

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…

ParameterTypeDescription
pathstringThe 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.
tagPathstringTag path (e.g. "contents/tech/core-concepts"). Ignored when `path` is set.
slugstringPage slug (e.g. "utxo-model"). Ignored when `path` is set.
list_pagesBrowse 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; pa…

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; pa…

ParameterTypeDescription
tagPathstringFilter by tag path prefix (e.g. "developers")
sortstringSort order (default "updatedAt")
pagenumberPage number (default 1)
pageSizenumberResults per page (default 20, max 100)
get_categoriesThe 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 o…

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 o…

No input schema was published for this tool.

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

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.

ParameterTypeDescription
daysnumberLook back N days (default 7, max 30)
limitnumberMax results (default 20, max 50)
get_full_corpusEvery 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 2000…

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 2000…

ParameterTypeDescription
sizeOnlybooleanReturn sizes and breakdowns only, no document. Do this before the first real pull.
tagPathstringRestrict to one branch and its descendants, e.g. "contents/tech". Omit for everything.
maxCharsnumberCharacter budget for `document` (default 200000, max 1000000)
skipnumberResume from this page index — pass the `nextSkip` from the previous truncated call (default 0)
get_ideas_boardGet 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.

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.

ParameterTypeDescription
categorystringFilter to one category: Governance, Protocol, Tooling, Ecosystem, or Community
workingGroupstringFilter by working group name substring, e.g. "Treasury", "Legal", "NetOps"
get_challengeStep 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.

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.

No input schema was published for this tool.

logininjection riskStep 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.

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.

INJECTIONExfiltration-shaped instructionn the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every later c…
ParameterTypeDescription
challenge*stringThe challenge from get_challenge
address*stringYour account address (virtual account of the signing key; its public key must be an on-ledger owner_keys entry)
publicKey*stringEd25519 public key, hex
signature*stringSignature over the ROLA message, hex
curve*stringSigning curve (Ed25519 = "curve25519")
create_pageCreate 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.

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.

ParameterTypeDescription
tagPath*stringTag path the page lives under (e.g. "contents/tech/core-concepts")
title*stringPage title
content*arrayArray 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 `bloc…
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)
bannerImagestringBanner image URL
edit_pageprivilegedEdit 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. Ea…

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. Ea…

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

11 of 11 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

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

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.