Skip to content

MCP Overview

1 min read Last updated Jun 18, 2026

The Efimis MCP server exposes your tenant data to AI assistants — Claude, ChatGPT, Cursor — via the Model Context Protocol.

{
"mcpServers": {
"efimis": {
"command": "npx",
"args": ["@efimis/mcp", "--tenant", "acme", "--region", "uk"],
"env": { "EFIMIS_TOKEN": "your-token" }
}
}
}

Read-only by default. Write tools require explicit user approval per call.