Tabidoo MCP server
What is MCP?
MCP stands for Model Context Protocol.
It allows AI applications to connect to external systems and tools. Tabidoo provides its own MCP server, which allows supported AI assistants to work directly with your Tabidoo applications and data.
Instead of exporting data or manually copying information into an AI assistant, you can work with Tabidoo directly from a conversation.
For example, you can ask:
What tables do I have in Tabidoo?
Show me the last 5 records from the Customers table.
Or, if the API token has sufficient permissions:
Create a new record in the Customers table.
The AI assistant can therefore read the structure of your applications, retrieve records and perform write operations according to the permissions assigned to the API token.
Tabidoo MCP Server URL
The Tabidoo MCP server is available at:
https://app.tabidoo.cloud/mcp
Authentication works in the same way as with the Tabidoo API.
The API token is sent in the Authorization header:
Authorization: Bearer <TABIDOO_API_TOKEN>
Create an API token
Before connecting an AI assistant, create an API token in Tabidoo.
- Sign in to Tabidoo.
- Open your profile settings.
- Open the API section.
- Generate a new API token.
- We recommend selecting Shared API Token.
- Assign the roles in the applications that the AI assistant should be allowed to access.
- Copy the generated token.
Shared API Token
We recommend using a Shared API Token and assigning only the roles that are actually required.
A non-shared token can also be used, but it has the same permissions as your user account. Limiting access with roles is therefore the safer option.
Security
Keep your API token private. Anyone who obtains the token can access the Tabidoo data permitted by that token. If the token is exposed, replace it in Tabidoo.
What can you do with Tabidoo MCP?
Once connected, you can use natural-language instructions to work with Tabidoo.
For example, an AI assistant can help you:
- search and read records,
- analyze business data,
- summarize information,
- create records,
- work with documents and store extracted information in Tabidoo,
- compare records and identify relevant results.
The available operations depend on the roles and permissions assigned to your API token.
Connect your AI assistant
Continue with the setup guide for the AI application you want to use:
β Connect Tabidoo to ChatGPT using MCP
β Connect Tabidoo to Claude using MCP