Airtable Mcp Community — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Airtable Mcp Community (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Airtable API — manage records, bases, tables, fields, and webhooks through 18 tools.
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "@node2flow/airtable-mcp"],
"env": {
"AIRTABLE_PAT": "your_personal_access_token"
}
}
}
}AIRTABLE_PAT=your_token npx @node2flow/airtable-mcp --http
# MCP endpoint: http://localhost:3000/mcpPOST https://airtable-mcp.node2flow.net/mcp?AIRTABLE_PAT=your_token| Variable | Required | Description |
|---|---|---|
AIRTABLE_PAT | Yes | Personal Access Token from airtable.com/create/tokens |
data.records:read — Read recordsdata.records:write — Create/Update/Delete recordsschema.bases:read — Read base schemaschema.bases:write — Modify base schema| Tool | Description |
|---|---|
airtable_list_records | List records with filters, sorting, pagination |
airtable_get_record | Get a single record by ID |
airtable_create_records | Create records (batch up to 10) |
airtable_update_records | Partial update records (batch up to 10) |
airtable_delete_records | Delete records (batch up to 10) |
airtable_upsert_records | Update-or-create by matching fields |
| Tool | Description |
|---|---|
airtable_list_bases | List all accessible bases |
airtable_get_base_schema | Get all tables, fields, views |
airtable_create_base | Create a new base in a workspace |
airtable_create_table | Create a new table with fields |
airtable_update_table | Update table name or description |
airtable_create_field | Add a field to a table |
airtable_update_field | Update field name or description |
| Tool | Description |
|---|---|
airtable_create_webhook | Create webhook for data changes |
airtable_list_webhooks | List all webhooks for a base |
airtable_refresh_webhook | Extend webhook expiration (+7 days) |
airtable_list_webhook_payloads | Get pending webhook payloads |
airtable_delete_webhook | Delete a webhook |
docker compose up -d
# Endpoint: http://localhost:3024/mcpMIT License - see LICENSE
Copyright (c) 2026 Node2Flow
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.