Airtable

Airtable is a cloud-based platform that combines the simplicity of a spreadsheet with the power of a database.

Integration Technology & Systems Free ⭐ Featured ✓ Official

Requirements

Airtable is a spreadsheet-database hybrid, with the features of a database but applied to a spreadsheet. The fields in an Airtable table are similar to cells in a spreadsheet, but have types such as 'checkbox', 'phone number', and 'drop-down list', and can reference file attachments like images. The Airtable MCP allows you to create, read, update, and delete records in your Airtable bases. It includes:

    1. GET /{baseId}/{tableIdOrName}
- POST /{baseId}/{tableIdOrName} - PATCH /{baseId}/{tableIdOrName} - DELETE /{baseId}/{tableIdOrName} - GET /{baseId}/{tableIdOrName}/{recordId} - PATCH /{baseId}/{tableIdOrName}/{recordId} - DELETE /{baseId}/{tableIdOrName}/{recordId} - GET /meta/bases/{baseId}/tables