soft3 MCP server
MCP server exposing the cybergraph to AI assistants (Claude, GPT, etc.).
tools
| tool | input | output | layer |
|---|---|---|---|
particle |
bytes or text | particle (hemera hash) | hemera |
cyberlink |
from, to, neuron | signal receipt | cybergraph |
search |
query string | ranked particles + scores | tru / rank |
query_particle |
particle | energy, rank, axon count + proof | bbg |
query_neuron |
particle | focus, karma, stake + proof | bbg |
query_axons |
particle, direction | axon list + proof | bbg |
verify_proof |
BBG_root, proof | valid/invalid | bbg / lens |
get_focus |
— | φ* distribution (top-N) | tru |
transport
stdio (standard MCP transport). connects to a running soft3 node or directly to a public RPC.
configuration
implementation
not yet implemented — scaffold only. blocked on:
- query wire protocol (
schema/) - at least one working SDK (cli or py)
MCP server is a thin adapter over the CLI or Python SDK — no direct stack dependencies.