Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Airtable’s MCP server at https://mcp.airtable.com can read and write records, manage base schemas, read comments, browse workspaces, and manage webhooks. Register an Airtable OAuth integration and connect it through TrueFoundry.

Prerequisites

  • A TrueFoundry account with permission to add MCP servers.
  • Airtable permission to create OAuth integrations.

Register an Airtable OAuth Integration

Go to airtable.com/create/oauth, create a new OAuth integration, and set the redirect URL to:
https://<tfy-control-plane-base-url>/api/svc/v1/llm-gateway/mcp-servers/oauth2/callback
Add only the scopes your agents need:
ScopeCapability
data.records:readRead records
data.records:writeCreate and update records
schema.bases:readRead base schemas
schema.bases:writeModify schemas
data.recordComments:readRead comments
data.recordComments:writeWrite comments
workspacesAndBases:readList workspaces and bases
webhook:manageManage webhooks
Copy the Client ID and Client Secret.

Register in TrueFoundry

Add a remote MCP server with:
FieldValue
Nameairtable
URLhttps://mcp.airtable.com
AuthenticationOAuth2
Grant TypeAuthorization Code
Client ID / SecretAirtable OAuth integration credentials
Add collaborators and save the server. Users should open the server’s Tools section and click Connect Now; after OAuth succeeds, Airtable tools appear and can be tried from the Agent Playground.

Security Notes

Users choose which bases the integration can access during Airtable OAuth. Remove schema.bases:write, data.records:write, or webhook:manage if agents should not mutate Airtable.