Connect your own assistant
The Gavel Protocol's own data — its book, its fitted curve, its auctions — and unsigned transaction blueprints, reachable by an assistant or a script. There is no chat here. You bring your own client; the conversation happens there, and this property hosts nothing that runs it.
| MCP endpoint | https://mcp.thegavel.io/mcp |
|---|---|
| Transport | streamable-http |
| Authentication | none — read tools are open, no key, no account |
| Blueprint tools | unsigned calldata only — your wallet signs, or nothing happens |
A blueprint is calldata your own wallet may choose to sign. Nothing here signs, submits or broadcasts, no tool takes custody of funds, and no tool receives a mandate. Aletheia prepares calldata for the Gavel Protocol and for no other contract.
Adding it to your client
| Client | How to add it | One-click |
|---|---|---|
| Claude | Custom connectors require a paid Claude plan. Customize → Connectors → Add custom connector, then paste the URL. | add manually ↗ no one-click · link checked 2026-08-31 |
| Cursor | Settings → MCP → Add new global MCP server, then paste the config below. | install · verified 2026-08-31 |
| VS Code | MCP: Add Server → HTTP, then paste the URL. | install · verified 2026-08-31 |
| ChatGPT | Settings → Connectors → Advanced → enable Developer mode, then Create and paste the URL. No install link exists for this client. | add manually ↗ no one-click |
| Grok | Connectors → New Connector → Custom, then paste the URL. | add manually ↗ no one-click · link checked 2026-08-31 |
The configuration, for any client
{
"mcpServers": {
"gavel": {
"url": "https://mcp.thegavel.io/mcp"
}
}
}Looking for the market instead?
This server serves one venue — this one. Measurement across the Bitcoin-collateralised credit markets, where Gavel is one row among many with the same criteria applied to it as to every other, is a separate property with its own server: The Bitcoin Credit Stack. It is read-only and prepares no transactions.
