Baserow MCP connector
Baserow is an open-source no-code database platform for creating and managing custom databases and tables without technical expertise. The Baserow MCP connector allows AI agents to browse application structures, list available tables and fields, and manage row data across databases. It also supports creating new records, retrieving specific entries, and modifying or removing existing data within your Baserow workspace.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Baserow MCP connector to perform the following actions:
- Track project tasks and deadlines across distributed teams in a centralized database
- Maintain customer contact records and interaction history without custom development
- Store and organize inventory levels with real-time row updates from workflows
- Build approval workflows that read and update application data automatically
- Create audit logs by capturing and storing business event records systematically
- Synchronize employee records and organizational changes across multiple systems
Example prompts
Use the following example prompts to invoke Baserow MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active projects in our Baserow database.Create a new customer record in Baserow with contact information.List all tables in our Baserow sales application.Update the status of invoice 12345 to paid in Baserow.Delete the draft proposal row from our Baserow proposals table.Retrieve the field names in our Baserow employee database.Find all overdue tasks assigned to Sarah in our Baserow project tracker.Add a new product SKU to our Baserow inventory table.Show all Baserow applications our team has access to.Get the details for customer record 5678 from Baserow.
Baserow MCP connector tools
The Baserow MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| listApplications | Retrieves all applications available in the Baserow workspace. |
| listTables | Retrieves all tables contained within a specified database. |
| listTableFields | Retrieves all fields and their configurations for a specified table. |
| listRows | Retrieves all rows stored in a specified table. |
| createRow | Adds a new row with the specified data to a table. |
| getRow | Retrieves the complete data for a specific row in a table. |
| updateRow | Modifies the data in an existing row within a table. |
| deleteRow | Removes a specified row from a table. |