iiRecord
Agentic AI Atlas · Airtable MCP Server
tool-server:mcp-airtablea5c.ai
II.
ToolServer JSON

tool-server:mcp-airtable

Structured · live

Airtable MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-productivity.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-airtable",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-productivity.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Airtable MCP Server",
    "description": "MCP server providing access to Airtable databases.\nEnables AI agents to read and write records, manage tables\nand bases, query views, and manipulate field configurations.\n",
    "protocol": "mcp",
    "category": "productivity",
    "repoUrl": "https://github.com/felores/airtable-mcp",
    "maintainer": "Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-airtable",
      "to": "tool:airtable",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-airtable",
      "to": "domain:project-management",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-airtable",
      "to": "domain:operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}