Voxandra MCP Server
Your call records, inside your AI tools
Connect Claude Code, Codex, Cursor, OpenClaw, Hermes, or any MCP client to your Voxandra workspace and ask questions across everything your calls have captured — records, notes, transcripts, reminders, contacts, and work threads.
Voxandra is an AI Phone Copilot that turns important business calls into reviewed call records: AI notes, transcripts, extracted details, reminders, contacts, and work threads.
Step 1 — get your API key
In the Voxandra app, open the MCP section in the sidebar, create a key, and copy it — it is shown once. Keys are read-only, scoped to your workspace, and revocable anytime.
Step 2 — connect your client
The Voxandra MCP server runs at https://voxandra.com/api/mcp using the Streamable HTTP transport. Replace vx_YOUR_KEY with your key.
Claude Code
One command in your terminal:
claude mcp add --transport http voxandra https://voxandra.com/api/mcp --header "Authorization: Bearer vx_YOUR_KEY"
Codex
Codex reads the key from an environment variable:
export VOXANDRA_API_KEY="vx_YOUR_KEY"
codex mcp add voxandra --url https://voxandra.com/api/mcp --bearer-token-env-var VOXANDRA_API_KEY
Cursor
Add this to .cursor/mcp.json in your project (or the global Cursor MCP settings):
{
"mcpServers": {
"voxandra": {
"url": "https://voxandra.com/api/mcp",
"headers": { "Authorization": "Bearer vx_YOUR_KEY" }
}
}
}
OpenClaw
One command — then verify the connection with openclaw mcp doctor --probe:
openclaw mcp add voxandra --url https://voxandra.com/api/mcp --transport streamable-http --header "Authorization: Bearer vx_YOUR_KEY"
Hermes
Add the server to ~/.hermes/config.yaml (or run hermes mcp add voxandra):
# ~/.hermes/config.yaml
mcp_servers:
voxandra:
url: "https://voxandra.com/api/mcp"
headers:
Authorization: "Bearer vx_YOUR_KEY"
Claude Desktop
Add this to claude_desktop_config.json (Settings → Developer → Edit Config). It uses the mcp-remote bridge, which requires Node.js:
{
"mcpServers": {
"voxandra": {
"command": "npx",
"args": [
"-y", "mcp-remote", "https://voxandra.com/api/mcp",
"--header", "Authorization: Bearer vx_YOUR_KEY"
]
}
}
}What your AI can do
Eight read-only tools. Ask things like “what did the supplier promise on our last call?”, “which reminders are overdue?”, or “brief me before I call the insurance broker back.”
search_call_records
Full-text search across call record notes, transcripts, extracted details, follow-ups, and user notes.
get_call_record
One complete call record: AI note, full transcript, extracted details, action items, reminders, contact, and work thread.
list_call_records
Recent call records newest-first with summary snippets and filters.
list_reminders
Workspace reminders, filterable by status, sorted by remind-at time.
list_contacts
List or search workspace contacts by name or phone number.
list_threads
Active work threads (ongoing multi-call workstreams) with open follow-up counts.
get_thread
Full intelligence for one work thread: open and overdue commitments, key facts, repeated blockers, suggested next objective.
pre_call_brief
Prepare for a call: recent related calls, open follow-ups, key facts, and lessons from similar reviewed calls.
Built for cautious teams
Read-only by design
The MCP server cannot place calls, edit records, spend credits, or change anything in your workspace. Every tool only reads.
Workspace-scoped keys
Each API key is tied to one workspace and sees exactly what you see in the app — never another customer's data.
Revocable anytime
Keys are shown once, stored only as a hash, and can be revoked in the app's MCP section the moment you no longer need them.
No audio, no billing data
Voxandra does not retain raw call audio, and the MCP server never exposes billing, pricing, or payment details.
New to Voxandra?
The MCP server searches what Voxandra has already captured — so the first step is making calls with the AI Phone Copilot. Every reviewed call becomes searchable operational memory for you and your AI tools.