{
  "entry": {
    "kind": "mcp",
    "slug": "airtable-mcp-server",
    "name": "Airtable MCP Server",
    "vendor": "Airtable",
    "description": "Airtable's official server exposes bases, tables, and records so an agent can query structured operational data and create or update rows.\n\nDeclared capabilities are outbound network access, credential access, and database reads and writes over the base contents. Airtable's role in most organisations — the place a team put the thing that was too important for a spreadsheet and too small for a database — means bases often hold operational data with no schema review and no access review behind them. Scope a token to a single base, and prefer read access unless a workflow genuinely needs to write.",
    "website": "https://airtable.com/developers/web/api/introduction",
    "repository": null,
    "documentationUrl": "https://airtable.com/developers/web/api/introduction",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access",
      "database:read",
      "database:write"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 45,
      "band": "medium",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "2 high-risk capabilities: credentials:access, database:write",
          "contribution": 20
        },
        {
          "id": "database-exfiltration-risk",
          "kind": "combination",
          "label": "Database exfiltration risk (high)",
          "description": "Database read combined with outbound network can exfiltrate production data.",
          "contribution": 15
        }
      ],
      "dangerousCombos": [
        {
          "id": "database-exfiltration-risk",
          "name": "Database exfiltration risk",
          "description": "Database read combined with outbound network can exfiltrate production data.",
          "capabilities": [
            "database:read",
            "network:outbound"
          ],
          "severity": "high"
        }
      ]
    },
    "dangerousCombos": [
      {
        "id": "database-exfiltration-risk",
        "name": "Database exfiltration risk",
        "description": "Database read combined with outbound network can exfiltrate production data.",
        "capabilities": [
          "database:read",
          "network:outbound"
        ],
        "severity": "high"
      }
    ]
  }
}