Airtable MCP
# Airtable MCP Serverless API Transform your Airtable database into an AI-ready powerhouse. Our MCP Serverless API delivers a cloud-optimized Model Context Protocol implementation that connects AI models and applications directly to Airtable with enterprise-grade reliability. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js,…
Airtable MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| GET |
getToolGroupsInfo /config |
Get information about available tool groups without creating a session. Useful for discovering what tool groups are available before configuration. |
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with organized Airtable tools. **Integration Path**: Web Applications & SaaS Platforms **Session Management**: Manual -… |
| mcp | ||
| GET |
mcpStatusCheck /mcp |
Check if the MCP endpoint is operational and get service info with tool organization details. |
| POST |
mcpEndpoint /mcp |
Main endpoint for Model Context Protocol communication with enhanced tool organization. Uses the JSON-RPC 2.0 format for requests and responses. **Integration Paths**: -… |
| airtable | ||
| POST |
directAirtablePost /airtable |
RESTful endpoint for direct Airtable operations using POST method. Supports all Airtable operation types with comprehensive data in request body. **Integration Path**: Direct… |
| GET |
directAirtableGet /airtable |
RESTful endpoint for direct Airtable operations without using the MCP protocol. Supports all Airtable operation types through the 'type' parameter. **Integration Path**: Direct… |
| health | ||
| GET |
healthCheck /health |
Check the health status of the service and get operational metrics with tool organization info. |
Airtable MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $24.99 / month | — |
|