What is Backoffice MCP?
Backoffice offers an official MCP (Model Context Protocol) server that lets AI assistants and AI tools securely access your Backoffice data. MCP is an open standard supported by Claude, ChatGPT and many developer tools.
What AI assistants can do once connected
Once connected, an AI assistant can answer questions using your Backoffice data. Access is read-only unless stated otherwise:
Sales – ask about revenue and sales figures for your locations and date ranges.
Team – look up employees and team members.
Schedules (Rota) – see who is scheduled to work and when.
Documents – find documents stored in Backoffice.
Supplier invoices – look up received supplier invoices, including unpaid ones.
Any action that changes data is never executed directly: the assistant first stages the action and shows you a preview, and it only runs after you explicitly confirm it.
Connect to your tools
All you need is an active Backoffice account and an account with the tool you're connecting. Support for developer tools such as Claude Code and Codex is on the way – any MCP-compatible client will be able to connect.
Claude
In Claude (claude.ai or the Claude apps), open Settings → Connectors and add the Backoffice connector.
Claude redirects you to Backoffice, where you sign in with your normal Backoffice account. The connection uses OAuth 2.0 – you never share your Backoffice password with Claude.
Choose which organization or corporation the connection should cover and approve the access.
Back in Claude, the connection is active. You can disconnect at any time from Claude's connector settings – disconnecting revokes access immediately.
ChatGPT
In ChatGPT, open Settings → Apps, expand Advanced settings and turn on Developer mode (available on Pro, Team, Enterprise and Edu plans).
Go to Settings → Connectors, choose Create and enter the server URL
https://api.backoffice.lt/mcp.ChatGPT redirects you to Backoffice, where you sign in with your normal Backoffice account. The connection uses OAuth 2.0 – you never share your Backoffice password with ChatGPT.
Choose which organization or corporation the connection should cover and approve the access. You can disconnect at any time from ChatGPT's connector settings.
Once Backoffice is listed in the ChatGPT app directory, you will be able to add it directly without Developer mode.
For developers
Backoffice MCP is a remote MCP server available at https://api.backoffice.lt/mcp (streamable HTTP). Sign-in uses OAuth 2.0 with your Backoffice account.
Security and permissions
When you connect an AI assistant to Backoffice, the connection uses OAuth 2.0 – you sign in with your normal Backoffice account and never share your Backoffice password with the assistant. Access tokens are scoped to the organization or corporation you approved when connecting.
An AI assistant can only see data your own Backoffice account can see – all your existing Backoffice roles and permissions apply to every request.
Every request is checked live against your current permissions: if your access changes in Backoffice, the assistant's access changes with it.
You can disconnect at any time from the assistant's connector settings – disconnecting revokes access immediately.
Backoffice keeps an audit log of connector activity.

