Skip to main content
SAULT runs a hosted MCP endpoint. Agents add a single config block and gain the full toolset.

Server URL

The server speaks MCP over Streamable HTTP. Tool descriptions and a SKILL.md ship as part of the initialize handshake, so the agent learns the API on connect.

Client setup

Add to claude_desktop_config.json:
Restart Claude Desktop.
Add to .cursor/mcp.json:
Add to ~/.codeium/windsurf/mcp_config.json with the same { "url": "..." } form.
Add via VS Code Settings → Cline → MCP Servers, same { "url": "..." } form.

Pair the agent

After the client connects, call the sault_login tool. It returns an approveUrl and a short verificationCode. Open the URL in your browser, sign in at app.sault.ai, type the verification code the tool returned into the approve page, and approve. The MCP session is now bound to a fresh agent key. Subsequent tool calls work without further auth. If you already have a key from the console, call sault_pair with { "apiKey": "sault_ak_..." } instead.

Tool catalog

Session lifetime

Sessions reconnect automatically — if a session drops, the next tool call re-pairs without any action from you. Funds and history live in the vault; only the session binding is temporary.