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

tool-server:mcp-vercel

Structured · live

Vercel MCP Server json

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

File · extensions/tool-servers/mcp-cloud-devops.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-vercel",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-cloud-devops.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Vercel MCP Server",
    "description": "MCP server providing access to the Vercel deployment platform.\nEnables AI agents to manage projects, deployments, domains,\nenvironment variables, and inspect build logs on Vercel.\n",
    "protocol": "mcp",
    "category": "cloud",
    "repoUrl": "https://github.com/vercel/vercel-mcp",
    "maintainer": "Vercel",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-vercel",
      "to": "platform:vercel",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-vercel",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-vercel",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}