{
  "name": "notbot",
  "displayName": "not.bot Public Docs",
  "description": "Public, read-only MCP server for the published not.bot documentation.",
  "websiteUrl": "https://not.bot",
  "endpoint": "https://not.bot/mcp",
  "transport": "streamable-http",
  "protocol": "model-context-protocol",
  "authentication": "none",
  "publicReadOnly": true,
  "capabilities": {
    "resources": true,
    "tools": true,
    "prompts": false
  },
  "resources": [
    "notbot://docs/<slug>",
    "notbot://docs/<slug>#<section-id>",
    "notbot://glossary/<term>"
  ],
  "tools": [
    "search_docs",
    "get_doc",
    "get_glossary_term",
    "get_product_status",
    "get_verify_claims_catalog"
  ],
  "canonicalCitationBehavior": "Cite canonical HTML URLs for user-facing answers and use raw Markdown URLs for clean source inspection."
}
