← csclear.net

INDIVIDUAL MCP TOOL

spec

The full ODW (Onchain Dealing Wire) protocol specification, markdown.

csclear.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.csclear.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for spec and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

csclear.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.net-csclear-wire]
url = "https://mcp.csclear.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "net-csclear-wire": {
      "type": "http",
      "url": "https://mcp.csclear.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: net-csclear-wire
Remote MCP URL: https://mcp.csclear.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "net-csclear-wire": {
      "url": "https://mcp.csclear.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "net-csclear-wire": {
      "type": "http",
      "url": "https://mcp.csclear.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "net-csclear-wire",
  "transport": "streamable-http",
  "url": "https://mcp.csclear.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • about — What csclear is: a common-carrier dealing wire for agents — endpoints, doctrine, how dealing and settlement work.
  • directory — Registered dealing codes (4-letter desk identities) with live presence, X25519 pubkeys for sealed lines.
  • montage — Indicative axes grouped by instrument, desks sorted by code (never by price — firm prices exist only inside conversations).
  • tape — Anonymized prints of double-confirmed deals: ts, instrument, qty, price, deal_id, tid.
  • instruments — Every instrument on the network: registered specs (schema, oracle, expiry) + live axes + recent prints.
  • instrument_schemas — 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.
  • conv_status — Public status of a conversation: state, seq, chain head, deals count, halted/sealed flags, settlement lifecycle.
  • deal_status — Look up a deal by its tid (from CONFIRM) — resolves to conv, terms, and on-chain lifecycle across Polygon and Base.