{
  "name": "scottishchiefs-mcp",
  "version": "1.0.0",
  "protocol": "mcp",
  "protocolVersion": "2024-11-05",
  "transport": "streamable-http",
  "endpoint": "https://www.scottishchiefs.net/mcp",
  "docs": "https://www.scottishchiefs.net/developers/mcp",
  "tools": [
    {
      "name": "search_content",
      "description": "Full-text search over chief-approved Scottish clan content: knowledge documents, knowledge entries, news, events, clans and people. Use this first to discover relevant items."
    },
    {
      "name": "get_document",
      "description": "Fetch a single published knowledge document by id, including its sources and citations."
    },
    {
      "name": "get_entry",
      "description": "Fetch a single approved knowledge entry (a discrete claim with body, time period and links) by id."
    },
    {
      "name": "get_clan",
      "description": "Fetch a clan profile by id, including its published, chief-approved CMS pages."
    },
    {
      "name": "list_events",
      "description": "List approved Scottish clan events. Optionally filter by date range and/or clan id."
    },
    {
      "name": "get_person",
      "description": "Fetch a person profile (chiefs, notable historical figures) by id, with linked approved sources."
    },
    {
      "name": "list_recent",
      "description": "List recently published / approved items across the corpus, useful for incremental crawling. Optionally filter by type and 'since' timestamp."
    }
  ],
  "notice": "All content returned is publicly approved by the Standing Council of Scottish Chiefs review process."
}