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

tool-server:mcp-prefect

Structured · live

Prefect MCP Server json

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

File · extensions/tool-servers/mcp-data-serverless.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-prefect",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-data-serverless.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Prefect MCP Server",
    "description": "Official MCP server from PrefectHQ providing AI agents read-only access to the Prefect control plane.\nEnables agents to query deployments, flow runs, task runs, work pools, and execution logs,\nand get contextual guidance for troubleshooting failed flows and deployment issues.\n",
    "protocol": "mcp",
    "category": "data-engineering",
    "repoUrl": "https://github.com/PrefectHQ/prefect-mcp-server",
    "maintainer": "Prefect",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-prefect",
      "to": "tool:prefect",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-prefect",
      "to": "domain:data-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}