ayyazzafar/mcp-baserow
If you are the rightful owner of mcp-baserow and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Baserow MCP Server is a Model Context Protocol server that integrates MCP-compatible clients with Baserow for AI-driven database operations using natural language.
Tools
Functions exposed to the LLM to take actions
baserow_auth_status
Check authentication status and capabilities.
baserow_auth_login
Login with credentials.
baserow_auth_set_token
Manually set JWT or database token.
baserow_list_workspaces
List all workspaces.
baserow_get_workspace
Get workspace details.
baserow_create_workspace
Create new workspace.
baserow_set_workspace
Set active workspace for operations.
baserow_list_databases
List databases in workspace.
baserow_get_database
Get database details.
baserow_create_database
Create new database.
baserow_list_tables
List tables in database.
baserow_get_table
Get table with field definitions.
baserow_create_table
Create new table.
baserow_list_rows
List rows with pagination/filtering.
baserow_get_row
Get single row by ID.
baserow_create_row
Create new row.
baserow_update_row
Update existing row.
baserow_delete_row
Delete row.
baserow_batch_create_rows
Create multiple rows.
baserow_batch_update_rows
Update multiple rows.
baserow_batch_delete_rows
Delete multiple rows.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client