Skip to content

v0.1.0

Latest

Choose a tag to compare

@Voxelithicag Voxelithicag released this 03 Sep 15:23
· 4 commits to main since this release

First release.

{ "mcpServers": { "voxelithic": { "command": "npx", "args": ["-y", "voxelithic-mcp"] } } }

Six tools: health, list_tokens, list_venues, get_quote, build_swap, verify_fill.

No key and no configuration. The server holds no keys and cannot sign or broadcast: build_swap returns calldata plus the approval it needs, and minOut is never chosen for the caller.

Quotes come from the pools themselves through the on-chain quoter, so any number a tool returns can be reproduced with an RPC and nothing else.