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

tool-server:mcp-contentful

Structured · live

Contentful MCP Server json

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

File · extensions/tool-servers/mcp-content-cms.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-contentful",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-content-cms.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Contentful MCP Server",
    "description": "MCP server providing access to the Contentful headless CMS.\nEnables AI agents to manage content types, create and update\nentries, query assets, and publish content across spaces.\n",
    "protocol": "mcp",
    "category": "cms",
    "repoUrl": "https://github.com/contentful/mcp-server",
    "maintainer": "Contentful",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-contentful",
      "to": "stack-part:cms",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-contentful",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-contentful",
      "to": "domain:content-operations",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}