{
  "name": "Intakit Public Site Context",
  "version": "2026.05.14",
  "description": "Read-only public site context for agents researching Intakit-owned authority surfaces.",
  "url": "https://intakit.com/api/agents/site-context",
  "supportedInterfaces": [
    {
      "url": "https://intakit.com/api/agents/site-context",
      "protocolBinding": "REST",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://intakit.com/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "site-authority-research",
      "name": "Site authority research",
      "description": "Retrieve public summaries, route authority records, sitemap references, and safe public discovery descriptions.",
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ]
}