Documentation Index
Fetch the complete documentation index at: https://docs.useanima.sh/llms.txt
Use this file to discover all available pages before exploring further.
MCP Server
The Anima MCP server exposes over 77 specialized tools via the Model Context Protocol, giving AI assistants like Claude direct access to your agent email, virtual cards, vault, phone numbers, and more — all from natural language.Installation
Run the MCP server directly withnpx:
Configuration
Claude Desktop
Add the following to your Claude Desktop config file at~/Library/Application Support/Claude/claude_desktop_config.json:
Claude Code
Environment variables
| Variable | Required | Description |
|---|---|---|
ANIMA_API_KEY | Yes | Your Anima API key |
ANIMA_BASE_URL | No | Custom API base URL (override for self-hosted deployments) |
Available tool categories
The MCP server exposes tools across 15 categories. By default, all categories are loaded.| Category | Tools | Description |
|---|---|---|
| Agent | create, list, get, delete | Manage AI agent identities |
| send, search, list | Send and manage email messages | |
| Message | send, list, get | Inbox messaging operations |
| Cards | create, list, freeze, policies | Virtual card issuing and management |
| Vault | provision, create, get, search | Encrypted credential storage |
| Phone | provision, send-sms, list | Phone numbers and SMS |
| Webhook | create, list, delete | Real-time event subscriptions |
| Domain | create, verify, list | Custom email domain management |
| Invoice | create, list, match | Invoice tracking and reconciliation |
| Funding | list, create | Funding source management |
| Security | policies, audit | Security policy configuration |
| Organization | get, update | Organization settings |
| Browser Payments | detect, fill, pay | Automated checkout form filling |
| x402 | payment protocols | HTTP 402 payment protocol tools |
| Utility | misc helpers | Search, status, and utility tools |
Selective tool loading
To reduce the tool surface area exposed to your AI assistant, pass a comma-separated list of categories with--tools:
Transport modes
The MCP server supports two transport modes:- stdio (default)
- HTTP
Use
stdio for local clients like Claude Desktop. This is the default — no extra flags required.Example prompts
Once connected, ask your AI assistant natural language questions and it will automatically select and call the appropriate Anima MCP tools:- “Send an email from my agent to user@example.com”
- “Create a virtual card with a $50 daily limit”
- “Store my CRM login credentials in the vault”
- “List all transactions on card **** 4242”
- “Search my inbox for emails about invoices”
