Airtable User MCP Server

airtable-user-mcp npm v2.5.0 Source verified

Published by automations-project — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

Community MCP server for Airtable. Schema inspection, table / field / view CRUD (including merge-safe filter / sort / group updates), formula validation, and extension management. Not affiliated with Airtable Inc.

Trust grade
A
94/100
Last scanned get badge →
Trust
A · 94/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 94/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 6 = 94. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 9

high Shell/command execution in server code (src/cli.js)MTC-SRC-002

In the server's implementation (`src/cli.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execFileSync } from 'child_process'; import { getHomeDir, getProfileDir } from './paths.js'; const __dirname = path.

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/cli.js

high Shell/command execution in server code (src/daemon/launcher.js)MTC-SRC-002

In the server's implementation (`src/daemon/launcher.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from 'node:child_process'; import { randomUUID } from 'node:crypto'; import { existsSync, readFileSync } fr

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/daemon/launcher.js

high Shell/command execution in server code (src/daemon/token.js)MTC-SRC-002

In the server's implementation (`src/daemon/token.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: spawnSync } from 'node:child_process'; import { chmodSync, existsSync, mkdirSync, readFileSync, renameSync, writeFileSy

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/daemon/token.js

high Shell/command execution in server code (src/daemon/tunnel-providers/cloudflared-named-setup.js)MTC-SRC-002

In the server's implementation (`src/daemon/tunnel-providers/cloudflared-named-setup.js:20`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: nodeSpawn } from 'node:child_process'; import { dirname, join } from 'node:path'; import { homedir } from 'node:os'; i

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/daemon/tunnel-providers/cloudflared-named-setup.js

high Shell/command execution in server code (src/daemon/tunnel-providers/cloudflared-named.js)MTC-SRC-002

In the server's implementation (`src/daemon/tunnel-providers/cloudflared-named.js:27`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: nodeSpawn } from 'node:child_process'; import { createInterface } from 'node:readline'; import { execFile as execFileCa

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/daemon/tunnel-providers/cloudflared-named.js

high Shell/command execution in server code (src/daemon/tunnel.js)MTC-SRC-002

In the server's implementation (`src/daemon/tunnel.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from "node:child_process"; import { createInterface } from "node:readline"; import { execFile as execFileCa

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/daemon/tunnel.js

high Shell/command execution in server code (src/process-tree.js)MTC-SRC-002

In the server's implementation (`src/process-tree.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: execFileCb } from 'node:child_process'; import { promisify } from 'node:util'; import { setTimeout as delay } from 'node

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/process-tree.js

high Shell/command execution in server code (src/profile-lock.js)MTC-SRC-002

In the server's implementation (`src/profile-lock.js:24`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: { execFile } from 'node:child_process'; import { promisify } from 'node:util'; import { getHomeDir } from './paths.js';

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/profile-lock.js

medium Unconstrained URL/host parameter "url" on "upload_attachment"MTC-CAP-007

Tool "upload_attachment" takes a URL/host parameter "url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool upload_attachment · inputSchema.properties.url

Tools 74

Each tool and what it can reach — statically extracted from the published source.

  • download_base_formulasingests untrusted input
  • download_formula_fieldingests untrusted input
  • query_recordsingests untrusted input
  • upload_attachmentingests untrusted input
  • airtable-user-mcpno sensitive capability
  • apply_record_templateno sensitive capability
  • apply_view_sortsno sensitive capability
  • create_extensionno sensitive capability
  • create_extension_dashboardno sensitive capability
  • create_formula_fieldno sensitive capability
Show 64 more tools ↓
  • create_record_templateno sensitive capability
  • create_recordsno sensitive capability
  • create_tableno sensitive capability
  • create_viewno sensitive capability
  • create_view_sectionno sensitive capability
  • delete_fieldno sensitive capability
  • delete_fieldsno sensitive capability
  • delete_record_templateno sensitive capability
  • delete_recordsno sensitive capability
  • delete_tableno sensitive capability
  • delete_viewno sensitive capability
  • delete_view_sectionno sensitive capability
  • duplicate_extensionno sensitive capability
  • duplicate_fieldno sensitive capability
  • duplicate_record_templateno sensitive capability
  • duplicate_recordsno sensitive capability
  • duplicate_viewno sensitive capability
  • get_base_schemano sensitive capability
  • get_table_schemano sensitive capability
  • get_viewno sensitive capability
  • install_extensionno sensitive capability
  • list_fieldsno sensitive capability
  • list_record_templatesno sensitive capability
  • list_tablesno sensitive capability
  • list_view_sectionsno sensitive capability
  • list_viewsno sensitive capability
  • manage_daemonno sensitive capability
  • manage_toolsno sensitive capability
  • move_overall_columnsno sensitive capability
  • move_view_to_sectionno sensitive capability
  • move_visible_columnsno sensitive capability
  • New Choiceno sensitive capability
  • remove_extensionno sensitive capability
  • rename_extensionno sensitive capability
  • rename_fieldno sensitive capability
  • rename_record_templateno sensitive capability
  • rename_tableno sensitive capability
  • rename_viewno sensitive capability
  • rename_view_sectionno sensitive capability
  • reorder_view_fieldsno sensitive capability
  • set_calendar_date_columnsno sensitive capability
  • set_form_metadatano sensitive capability
  • set_form_submission_notificationno sensitive capability
  • set_record_template_cellno sensitive capability
  • set_record_template_visible_columnsno sensitive capability
  • set_view_cell_wrapno sensitive capability
  • set_view_color_configno sensitive capability
  • set_view_columnsno sensitive capability
  • set_view_coverno sensitive capability
  • show_or_hide_all_columnsno sensitive capability
  • show_or_hide_view_columnsno sensitive capability
  • sync_baseno sensitive capability
  • update_extension_stateno sensitive capability
  • update_field_descriptionno sensitive capability
  • update_formula_fieldno sensitive capability
  • update_frozen_column_countno sensitive capability
  • update_record_template_descriptionno sensitive capability
  • update_recordsno sensitive capability
  • update_view_descriptionno sensitive capability
  • update_view_filtersno sensitive capability
  • update_view_group_levelsno sensitive capability
  • update_view_row_heightno sensitive capability
  • validate_formulano sensitive capability
  • Xboxno sensitive capability

What this scan could not see

Versions 2

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v2.5.0 latest A 94/100 9 1.13.0 2026-09-07
v2.4.15 A 94/100 6 1.12.1 2026-07-29

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 94/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/airtable-user-mcp/badge.svg)](https://mcptrustchecker.com/registry/airtable-user-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/airtable-user-mcp"><img src="https://mcptrustchecker.com/registry/airtable-user-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/airtable-user-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan airtable-user-mcp --online

Use the free API → How scoring works

More in Other