- Does Tokenbooks (or the MCP server) ever access my private keys?
- No. Tokenbooks is accounting-only. We ingest wallet data from public block explorers using your wallet address — we never ask for, store, or use private keys, seed phrases, or signing access. We cannot move funds, sign transactions, or initiate payments. The MCP server inherits the same constraint: agents can read your books and propose accounting changes, but cannot touch your treasury or move a single token on-chain.
- What is an "AI-native accounting system"?
- A real accounting platform — full ledger, FMV resolution, cost basis, multi-chain sync, audit trail — exposed through both a public REST API and a first-party MCP (Model Context Protocol) server. AI agents like Claude and ChatGPT can drive it natively, with the same permissions and audit trail your controllers already work in.
- Which AI tools work with Tokenbooks?
- Anything that supports the Model Context Protocol. For finance teams that means Claude (Desktop) and ChatGPT (Apps in ChatGPT, on Business / Enterprise / Edu plans). Engineering-led teams can also use Cursor, Codex, or any MCP-compatible client. For non-MCP agents, the same operations are available through the public REST API and TypeScript SDK.
- Can the AI agent post journal entries without my approval?
- No. Read, write, and destructive actions are kept separate, and any destructive action prompts your MCP client for explicit human approval before the agent runs it. The agent can propose; the controller approves.
- Is this safe for SOC 2 / audit-bound finance teams?
- Every action the agent takes is the same action a controller would take in the Tokenbooks UI — drafted, reviewed, posted, exported. The same audit trail, the same permissions, the same review gates. Tokens are workspace-scoped and revocable. Every action is replayable and defensible at audit.
- What's the difference between the MCP server and the public API?
- Same source of truth, two surfaces. The Public API is the REST endpoint engineers integrate against directly. The MCP server is the agent-native interface on top of it — what lets MCP-compatible clients (Claude, ChatGPT) connect through OAuth and use the same operations a controller would. Read more on the Public API page.
- Do I need to be a developer to use the AI features?
- No. If you use Claude Desktop, ChatGPT, or another MCP-compatible client, connecting Tokenbooks takes about two minutes. Engineering-led teams can also build their own agents on the same REST API and MCP server.