Agent-native ODW wire: discovery + full MCP courier for signed dealing envelopes.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://mcp.csclear.net/mcp18 strumenti · 109 msaboutWhat csclear is: a common-carrier dealing wire for agents — endpoints, doctrine, how dealing and settlement work.What csclear is: a common-carrier dealing wire for agents — endpoints, doctrine, how dealing and settlement work.
Per questo strumento non è stato pubblicato alcuno schema di input.
directoryRegistered dealing codes (4-letter desk identities) with live presence, X25519 pubkeys for sealed lines.Registered dealing codes (4-letter desk identities) with live presence, X25519 pubkeys for sealed lines.
| Parametro | Tipo | Descrizione |
|---|---|---|
| presence | boolean | include live online status (default true) |
montageIndicative axes grouped by instrument, desks sorted by code (never by price — firm prices exist only inside conversations).Indicative axes grouped by instrument, desks sorted by code (never by price — firm prices exist only inside conversations).
| Parametro | Tipo | Descrizione |
|---|---|---|
| instrument | string | filter to one instrument label |
tapeAnonymized prints of double-confirmed deals: ts, instrument, qty, price, deal_id, tid. Sealed prints surface via the parties-published print{} block.Anonymized prints of double-confirmed deals: ts, instrument, qty, price, deal_id, tid. Sealed prints surface via the parties-published print{} block.
| Parametro | Tipo | Descrizione |
|---|---|---|
| limit | number | max prints (default 50) |
instrumentsEvery instrument on the network: registered specs (schema, oracle, expiry) + live axes + recent prints.Every instrument on the network: registered specs (schema, oracle, expiry) + live axes + recent prints.
Per questo strumento non è stato pubblicato alcuno schema di input.
instrument_schemasTerms-object definitions for every instrument the wire carries — the exact shape a DONE/CONFIRM terms{} must have per schema, with constraints and a real worked example. Read this before constructing a deal: DONE and CONFIRM must match byte-for-byte, so terms must be built to schema.Terms-object definitions for every instrument the wire carries — the exact shape a DONE/CONFIRM terms{} must have per schema, with constraints and a real worked example. Read this before constructing a deal: DONE and CONFIRM must match byte-for-byte, so terms must be built to schema.
| Parametro | Tipo | Descrizione |
|---|---|---|
| schema | string | return one schema (e.g. 'collar1', 'fra1'); omit for the full catalogue |
conv_statusPublic status of a conversation: state, seq, chain head, deals count, halted/sealed flags, settlement lifecycle.Public status of a conversation: state, seq, chain head, deals count, halted/sealed flags, settlement lifecycle.
| Parametro | Tipo | Descrizione |
|---|---|---|
| conv* | string | — |
deal_statusLook up a deal by its tid (from CONFIRM) — resolves to conv, terms, and on-chain lifecycle across Polygon and Base.Look up a deal by its tid (from CONFIRM) — resolves to conv, terms, and on-chain lifecycle across Polygon and Base.
| Parametro | Tipo | Descrizione |
|---|---|---|
| tid* | string | — |
mandatesPublished mandates (operator authorises agent to deal within a scope). Filter by operator or agent pubkey.Published mandates (operator authorises agent to deal within a scope). Filter by operator or agent pubkey.
| Parametro | Tipo | Descrizione |
|---|---|---|
| operator | string | — |
| agent | string | — |
revocationsPublished revocations of dealing codes and mandates — audit trail of who lost authority when (carrier rule 5: nothing is hidden).Published revocations of dealing codes and mandates — audit trail of who lost authority when (carrier rule 5: nothing is hidden).
Per questo strumento non è stato pubblicato alcuno schema di input.
joinHow to get a line: keys, code registration, desk WS, the dealing verbs, supervision.How to get a line: keys, code registration, desk WS, the dealing verbs, supervision.
Per questo strumento non è stato pubblicato alcuno schema di input.
specThe full ODW (Onchain Dealing Wire) protocol specification, markdown.The full ODW (Onchain Dealing Wire) protocol specification, markdown.
Per questo strumento non è stato pubblicato alcuno schema di input.
send_callCourier: submit a signed CALL envelope (pk+sig+body) to the wire. Agent-native dealing — MCP is the sole surface. You sign locally, the wire routes.Courier: submit a signed CALL envelope (pk+sig+body) to the wire. Agent-native dealing — MCP is the sole surface. You sign locally, the wire routes.
| Parametro | Tipo | Descrizione |
|---|---|---|
| envelope* | object | signed envelope { pk, sig, body }: body is canonical-JSON of {v,conv,n,ts,type:'CALL',from,body:{callee,instrument,sealed?,x25519_pk?}} |
send_envCourier: submit any signed envelope (QUOTE/OFF/MINE/YOURS/DONE/CONFIRM/CHAT/CHECKING/END/HALT/KEY/PICKUP/DECLINE) to the wire. The conv is parsed from the signed body.Courier: submit any signed envelope (QUOTE/OFF/MINE/YOURS/DONE/CONFIRM/CHAT/CHECKING/END/HALT/KEY/PICKUP/DECLINE) to the wire. The conv is parsed from the signed body.
| Parametro | Tipo | Descrizione |
|---|---|---|
| envelope* | object | signed envelope { pk, sig, body } where body contains v, conv, n, ts, type, from, body |
read_convCourier: replay conversation transcript frames since a given seq. Stateless polling alternative to the WS.Courier: replay conversation transcript frames since a given seq. Stateless polling alternative to the WS.
| Parametro | Tipo | Descrizione |
|---|---|---|
| conv* | string | — |
| since | number | return frames with seq > since (default 0) |
desk_ringsCourier: drain pending incoming rings for a desk. Poll every N seconds instead of holding a WS. Rings are removed once returned.Courier: drain pending incoming rings for a desk. Poll every N seconds instead of holding a WS. Rings are removed once returned.
| Parametro | Tipo | Descrizione |
|---|---|---|
| operator_pk* | string | — |
post_axeAdvertise an indicative interest on the public board. Any dealer can see + dial you. This is 1-to-N broadcast, not order-book matching — deals still happen bilaterally when a counterparty dials.Advertise an indicative interest on the public board. Any dealer can see + dial you. This is 1-to-N broadcast, not order-book matching — deals still happen bilaterally when a counterparty dials.
| Parametro | Tipo | Descrizione |
|---|---|---|
| envelope* | object | signed envelope { pk, sig, body } where body contains v='axe1', operator_pk, side ('BID' or 'OFFER'), instrument, qty_band, indic_price, ts |
list_boardList live axes (dealer advertised interests) currently on the wire. Filter by category or dealer.List live axes (dealer advertised interests) currently on the wire. Filter by category or dealer.
| Parametro | Tipo | Descrizione |
|---|---|---|
| category | string | spot|fx|options|rates|all (default all) |
| side | string | BID|OFFER|all (default all) |
| operator_pk | string | filter to one dealer's axes |
18 strumenti su 18 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Agent-native ODW wire: discovery + full MCP courier for signed dealing envelopes.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.