mcpserver.lol
registry/wire-2
Connection check verified live · 26h ago

wire-2

Agent-native ODW wire: discovery + full MCP courier for signed dealing envelopes.

Tools 18
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

18 tools

Read from the running server on 26h ago.

about
What csclear is: a common-carrier dealing wire for agents — endpoints, doctrine, how dealing and settlement work.
conv_status conv*
Public status of a conversation: state, seq, chain head, deals count, halted/sealed flags, settlement lifecycle.
deal_status tid*
Look up a deal by its tid (from CONFIRM) — resolves to conv, terms, and on-chain lifecycle across Polygon and Base.
desk_rings operator_pk*
Courier: drain pending incoming rings for a desk. Poll every N seconds instead of holding a WS. Rings are removed once returned.
directory presence
Registered dealing codes (4-letter desk identities) with live presence, X25519 pubkeys for sealed lines.
instruments
Every instrument on the network: registered specs (schema, oracle, expiry) + live axes + recent prints.
instrument_schemas 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…
join
How to get a line: keys, code registration, desk WS, the dealing verbs, supervision.
list_board sidecategoryoperator_pk
List live axes (dealer advertised interests) currently on the wire. Filter by category or dealer.
mandates agentoperator
Published mandates (operator authorises agent to deal within a scope). Filter by operator or agent pubkey.
montage instrument
Indicative axes grouped by instrument, desks sorted by code (never by price — firm prices exist only inside conversations).
post_axe envelope*
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 count…
read_conv conv*since
Courier: replay conversation transcript frames since a given seq. Stateless polling alternative to the WS.
revocations
Published revocations of dealing codes and mandates — audit trail of who lost authority when (carrier rule 5: nothing is hidden).
send_call envelope*
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.
send_env envelope*
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.
spec
The full ODW (Onchain Dealing Wire) protocol specification, markdown.
tape limit
Anonymized prints of double-confirmed deals: ts, instrument, qty, price, deal_id, tid. Sealed prints surface via the parties-published print{} block.