{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-11-25/ai-catalog.json",
  "name": "markgibbons.dev",
  "description": "Sitecore and AI writing by Mark Gibbons, a Sitecore Technology MVP and Technical Architect in Brisbane, Australia.",
  "url": "https://www.markgibbons.dev/",
  "mcpServers": [
    {
      "name": "markgibbons-dev",
      "title": "Mark Gibbons - Sitecore and AI",
      "description": "Read-only search and retrieval over every published post on markgibbons.dev.",
      "url": "https://www.markgibbons.dev/mcp",
      "transport": "streamable-http",
      "serverCard": "https://www.markgibbons.dev/.well-known/mcp/server-card.json",
      "authentication": "none"
    }
  ],
  "apis": [
    {
      "name": "markgibbons.dev API",
      "description": "Public, read-only JSON access to the posts. No authentication.",
      "baseUrl": "https://www.markgibbons.dev/api/v1",
      "openapi": "https://www.markgibbons.dev/openapi.json",
      "documentation": "https://www.markgibbons.dev/developers",
      "authentication": "none"
    }
  ],
  "resources": [
    {
      "name": "openapi.json",
      "description": "OpenAPI 3.1 description of the public JSON API.",
      "url": "https://www.markgibbons.dev/openapi.json"
    },
    {
      "name": "llms.txt",
      "description": "Index of the site with when-to-use guidance for agents.",
      "url": "https://www.markgibbons.dev/llms.txt"
    },
    {
      "name": "llms-full.txt",
      "description": "The full text of every published post in one file.",
      "url": "https://www.markgibbons.dev/llms-full.txt"
    },
    {
      "name": "sitemap.xml",
      "description": "Every canonical URL on the site.",
      "url": "https://www.markgibbons.dev/sitemap.xml"
    },
    {
      "name": "feed.xml",
      "description": "RSS feed of new posts.",
      "url": "https://www.markgibbons.dev/feed.xml"
    }
  ]
}
