{
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "discovery": {
    "agentSkill": "https://dubia.cc/.well-known/agent-skills/askcath/SKILL.md",
    "apiCatalog": "https://dubia.cc/.well-known/api-catalog",
    "openapi": "https://dubia.cc/api/openapi.json"
  },
  "instructions": "Use `askcath` to query the traditional Catholic corpus. Append `.md` to any returned URL to fetch the source Markdown (YAML frontmatter carries imprimatur and author metadata for citation).",
  "schemaVersion": "2024-11-05",
  "serverInfo": {
    "description": "Full-text search over imprimatur-bearing articles, vetted documents, and traditional prayers on dubia.cc. Backed by the same Pagefind index the website uses.",
    "documentation": "https://dubia.cc/.well-known/agent-skills/askcath/SKILL.md",
    "homepage": "https://dubia.cc",
    "license": "CC-BY-4.0",
    "name": "dubia.cc-mcp",
    "title": "dubia.cc search",
    "version": "1.0.0"
  },
  "tools": [
    {
      "description": "Full-text search over articles, documents, and prayers. Returns URL + excerpt for each hit; append `.md` to a URL to fetch the source Markdown.",
      "name": "askcath"
    }
  ],
  "transport": {
    "methods": [
      "POST"
    ],
    "type": "streamable-http",
    "url": "https://dubia.cc/api/mcp"
  }
}