network.caper/caper-wiki

MCPCommunitybeeinträchtigt
v2.4.0network.caperUnknownAktualisiert vor 19 T

Read Caper's wiki and DAO on-chain data; launch a DAO, trade, and propose on Radix testnet.

Endpunkt-Statusbeeinträchtigt
geprüft vor 23 Std. · zuletzt erreichbar vor 23 Std. · 3243 ms · 2 Endpunkte
80 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 19 TLetzte Aktualisierung
Paket
Autornetwork.caper
LizenzUnknown
Version2.4.0
Quellemcp-registry
Trust-Status
D
30/100Risiko
✓Im Forge-Index gelistet+10/10
—Publisher-Identität verifiziert+0/30
→ Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
—Domain-Verifizierung+0/10
→ Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
—Prompt-Injection-Scan · Befunde+0/30
→ Publisher: entferne aus dem Quellcode Anweisungen, die sich an KI-Clients statt an menschliche Leser richten
✓Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain—
Herkunft—
AbhängigkeitenNicht auditiert
Tool-Oberfläche13 Tools · keines privilegiert
Sicherheits-Scan⚠ Warnungen (1)vlive · heuteWie gut funktioniert dieser Scan?
PROMPTtool:loginExfiltration-shaped instruction
EvaluierungenKeine
Indexiert13. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

13 Tools · keines privilegiert · 1 wegen Injektion markiert
Live am Endpunkt des Anbieters beobachtet23h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://caper.network/api/mcp13 Tools · 3243 ms
  • https://caper.network/capers/{cashtag}/mcpHTTP 404 on initialize
search_wikiKeyword search across the Caper knowledge base – the first call when you know what you are looking for but not where it lives. Matches page titles and body prose. A distinctive keyword is still the best query, but a whole question now works too: if the literal text is not found anywhere, it falls b…

Keyword search across the Caper knowledge base – the first call when you know what you are looking for but not where it lives. Matches page titles and body prose. A distinctive keyword is still the best query, but a whole question now works too: if the literal text is not found anywhere, it falls b…

ParameterTypBeschreibung
query*stringSearch term. One distinctive word or short phrase beats a sentence.
pagenumber1-based page number (default 1)
pageSizenumberResults per page (default 20, max 50)
get_pageFull text of ONE page in the Caper knowledge base. Address it by `path` ("dao-governance/concepts/voting/quadratic-voting" – exactly the `path` field the listing tools return), or by `tagPath` + `slug`. Use this only for a single known page: for 2 to 20 pages call get_pages instead, which is one ro…

Full text of ONE page in the Caper knowledge base. Address it by `path` ("dao-governance/concepts/voting/quadratic-voting" – exactly the `path` field the listing tools return), or by `tagPath` + `slug`. Use this only for a single known page: for 2 to 20 pages call get_pages instead, which is one ro…

ParameterTypBeschreibung
pathstringFull page path, e.g. "governance/voting". Preferred over tagPath+slug.
tagPathstringTag path only, e.g. "governance" ("" for a top-level page). Ignored when `path` is set.
slugstringPage slug, e.g. "voting". Ignored when `path` is set.
get_pagesBatch read: full text of 1 to 20 pages in the Caper knowledge base in a single call. This is how you read search or listing results – calling get_page in a loop is the main way to waste round trips against this server. Pass `paths` exactly as the listing tools return them. Paths that do not exist c…

Batch read: full text of 1 to 20 pages in the Caper knowledge base in a single call. This is how you read search or listing results – calling get_page in a loop is the main way to waste round trips against this server. Pass `paths` exactly as the listing tools return them. Paths that do not exist c…

ParameterTypBeschreibung
paths*arrayPage paths, e.g. ["economics/token-valuation", "desci/desci-funding"]. 1-20 per call.
maxCharsnumberTotal character budget across returned pages (default 250000, max 1000000)
list_pagesEnumerate pages in the Caper knowledge base, newest first, optionally under one tag path. Use it to walk a branch you have already located (via get_categories, or the `tagPath` on a search hit); use search_wiki when you are hunting a keyword. `tagPath` matches the branch and everything beneath it –…

Enumerate pages in the Caper knowledge base, newest first, optionally under one tag path. Use it to walk a branch you have already located (via get_categories, or the `tagPath` on a search hit); use search_wiki when you are hunting a keyword. `tagPath` matches the branch and everything beneath it –…

ParameterTypBeschreibung
tagPathstringBranch to list, e.g. "daos" or "dao-governance/concepts". Prefix match, includes descendants.
sortstringSort order (default "updatedAt", newest first)
pagenumber1-based page number (default 1)
pageSizenumberResults per page (default 20, max 100)
get_recent_changesPages in the Caper knowledge base edited within the last N days, newest first – for "what changed?", not for finding a topic (search_wiki) or reading a branch (list_pages). Defaults: days 7 (max 30), limit 20 (max 50). `truncated: true` means the limit cut the list, not that the window is exhausted…

Pages in the Caper knowledge base edited within the last N days, newest first – for "what changed?", not for finding a topic (search_wiki) or reading a branch (list_pages). Defaults: days 7 (max 30), limit 20 (max 50). `truncated: true` means the limit cut the list, not that the window is exhausted…

ParameterTypBeschreibung
daysnumberLook back this many days (default 7, max 30)
limitnumberMax pages returned (default 20, max 50)
get_categoriesCurated taxonomy of the Caper knowledge base with page counts – call this FIRST when you are orienting rather than searching. Each node returns `path` (a tagPath you can hand straight to list_pages), `pageCount` (pages sitting directly at that path) and `pageCountDeep` (including every descendant),…

Curated taxonomy of the Caper knowledge base with page counts – call this FIRST when you are orienting rather than searching. Each node returns `path` (a tagPath you can hand straight to list_pages), `pageCount` (pages sitting directly at that path) and `pageCountDeep` (including every descendant),…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_full_corpusThe whole Caper knowledge base as one text document, for bulk ingestion. PREFLIGHT FIRST: call it with sizeOnly=true to get the exact character count, a token estimate, the per-branch breakdown and the largest pages – the corpus is big enough to swamp a context window and one operational page excee…

The whole Caper knowledge base as one text document, for bulk ingestion. PREFLIGHT FIRST: call it with sizeOnly=true to get the exact character count, a token estimate, the per-branch breakdown and the largest pages – the corpus is big enough to swamp a context window and one operational page excee…

ParameterTypBeschreibung
sizeOnlybooleanReturn sizes and breakdowns only, no document. Do this before the first real pull.
tagPathstringRestrict to one branch and its descendants, e.g. "desci". 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)
list_daosIndex of the DAOs on Caper: cashtag, name, description, member count, wiki URL, and that DAO's own MCP endpoint. Use it to resolve a name to a cashtag, then POST JSON-RPC to the returned `mcpEndpoint` to reach its get_ledger (treasury balances, proposal/trade/execution timeline, executed grants, in…

Index of the DAOs on Caper: cashtag, name, description, member count, wiki URL, and that DAO's own MCP endpoint. Use it to resolve a name to a cashtag, then POST JSON-RPC to the returned `mcpEndpoint` to reach its get_ledger (treasury balances, proposal/trade/execution timeline, executed grants, in…

ParameterTypBeschreibung
querystringFilter by cashtag, name or description (case-insensitive substring). Omit for all.
limitnumberMax DAOs returned (default 50, max 200)
get_challengeStep 1 of writing to Caper: a single-use ROLA challenge (5-minute expiry). The response includes the exact recipe for the message your Ed25519 key must sign. Writes are Stokenet-testnet only for now, and you always sign with your OWN key – nothing here custodies anything. Takes no parameters.

Step 1 of writing to Caper: a single-use ROLA challenge (5-minute expiry). The response includes the exact recipe for the message your Ed25519 key must sign. Writes are Stokenet-testnet only for now, and you always sign with your OWN key – nothing here custodies anything. Takes no parameters.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

loginInjektionsrisikoStep 2: exchange the signed ROLA proof for a 12h Bearer token – the same verification the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every later tool call; MCP arguments never carry it.

Step 2: exchange the signed ROLA proof for a 12h Bearer token – the same verification the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every later tool call; MCP arguments never carry it.

INJEKTIONExfiltration-shaped instructionn the human wallet flow runs. Send the returned token as an HTTP `Authorization: Bearer <token>` header on every later t…
ParameterTypBeschreibung
challenge*stringThe challenge from get_challenge
address*stringYour account address (virtual account of the signing key)
publicKey*stringEd25519 public key, hex
signature*stringSignature over the ROLA message, hex
curve*stringSigning curve (Ed25519 = "curve25519")
get_manifestStep 3: a ready-to-sign transaction manifest. Kinds: create-caper, buy, sell, create-proposal, vote, trigger. Per-kind parameters: create-caper needs name + cashtag + description (infoUrl/iconUrl/originToken optional); buy needs cashtag + xrd; sell needs cashtag + tokens; create-proposal needs cash…

Step 3: a ready-to-sign transaction manifest. Kinds: create-caper, buy, sell, create-proposal, vote, trigger. Per-kind parameters: create-caper needs name + cashtag + description (infoUrl/iconUrl/originToken optional); buy needs cashtag + xrd; sell needs cashtag + tokens; create-proposal needs cash…

ParameterTypBeschreibung
kind*stringWhat the transaction does
account*stringYour account address (pays fees, receives tokens)
cashtagstringTarget caper's cashtag
namestringcreate-caper: the caper's name
descriptionstringcreate-caper / create-proposal: description text
infoUrlstringcreate-caper: optional https project URL
iconUrlstringcreate-caper: optional icon URL (defaults to a generated one)
originTokenstringcreate-caper: optional origin-token resource address (vampire launch)
xrdnumberbuy: $XRD to spend
tokensnumbersell: caper tokens to sell
titlestringcreate-proposal: proposal title
actionJsonstringcreate-proposal: JSON for the action(s) — either ONE object, or an ARRAY of up to 4 that the voters rank against each other (a "Do nothing" option is always ap…
submit_txStep 4: register a committed transaction by txHash. Kinds: create-caper, buy, sell, proposal, vote, trigger. The server verifies before mirroring anything: receipts are re-read on-ledger (forged or foreign txHashes are refused, replays are idempotent). Context per kind: create-caper takes cashtag;…

Step 4: register a committed transaction by txHash. Kinds: create-caper, buy, sell, proposal, vote, trigger. The server verifies before mirroring anything: receipts are re-read on-ledger (forged or foreign txHashes are refused, replays are idempotent). Context per kind: create-caper takes cashtag;…

ParameterTypBeschreibung
kind*stringWhat the transaction did
txHash*stringThe committed transaction intent hash (txid_…)
cashtagstringcreate-caper: the cashtag, so the response can confirm the row
proposalIdnumberproposal: the id from the create-proposal manifest response
save_wiki_pageCreate or edit a page on a DAO's company-layer wiki. Holders only – any amount of the DAO's token, its vote token or its founder badge. Pass the body as one HTML string; it becomes a standard content block (headings, paragraphs, lists, tables). Requires the Bearer token from the `login` tool, sent…

Create or edit a page on a DAO's company-layer wiki. Holders only – any amount of the DAO's token, its vote token or its founder badge. Pass the body as one HTML string; it becomes a standard content block (headings, paragraphs, lists, tables). Requires the Bearer token from the `login` tool, sent…

ParameterTypBeschreibung
daoId*stringCashtag of the DAO whose wiki to edit
tagPathstringOptional tag path, e.g. "updates" ("" = top level)
slug*stringPage slug
title*stringPage title
html*stringPage body as HTML, e.g. <h2>…</h2><p>…</p>

13 von 13 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

Read Caper's wiki and DAO on-chain data; launch a DAO, trade, and propose on Radix testnet.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.