{
  "specVersion": "0.91",
  "host": {
    "domain": "monarchcastle.com",
    "canonical": "https://monarchcastle.com/",
    "authority": "https://monarchcastle.com/.well-known/ard.json"
  },
  "entries": [
    {
      "identifier": "urn:air:monarchcastle.com:skill:monarchcastle-site",
      "displayName": "monarchcastle.com navigation skill",
      "type": "application/ai-skill+md",
      "url": "https://monarchcastle.com/.well-known/agent-skills/monarchcastle-site/SKILL.md",
      "description": "How to navigate and cite monarchcastle.com: public products, standing indices, methodology, and machine-readable endpoints.",
      "capabilities": ["site-navigation", "citation"],
      "representativeQueries": [
        "what products does Monarch Castle Technologies publish",
        "where is the Border Neighbor Threat Index",
        "how do I cite a Monarch Castle forecast product"
      ]
    },
    {
      "identifier": "urn:air:monarchcastle.com:corpus:llms-full",
      "displayName": "monarchcastle.com full LLM corpus",
      "type": "text/plain",
      "url": "https://monarchcastle.com/llms-full.txt",
      "description": "First-party long-form corpus: products, entity definitions, narrative routes, FAQ answers, and methodology summaries.",
      "capabilities": ["context-export"],
      "representativeQueries": [
        "summarize the Monarch Castle Technologies portfolio",
        "give me the full product list with methodology links",
        "what are the entity definitions for BNTI, WTI, and MENA"
      ]
    },
    {
      "identifier": "urn:air:monarchcastle.com:api:standing-indices",
      "displayName": "monarchcastle.com standing index JSON API",
      "type": "application/json",
      "url": "https://monarchcastle.com/api",
      "description": "Read-only public JSON for BNTI, WTI, MENA, and the indices catalog. No API key. Query with ?country= and ?top=.",
      "capabilities": ["structured-data", "citation"],
      "representativeQueries": [
        "get the current BNTI score as JSON",
        "list the standing indices with dashboard URLs",
        "top five countries on the World Threat Index"
      ]
    },
    {
      "identifier": "urn:air:monarchcastle.com:mcp:monarchcastle",
      "displayName": "monarchcastle.com MCP endpoint",
      "type": "application/vnd.mcp",
      "url": "https://monarchcastle.com/mcp",
      "description": "Streamable HTTP MCP server exposing get_index, get_bnti, list_indices, and get_site_page for standing-index and citation workflows.",
      "capabilities": ["tool-use", "citation"],
      "representativeQueries": [
        "connect an MCP client to monarchcastle.com",
        "read the Border Neighbor Threat Index over MCP",
        "fetch a canonical page as plain text for citation"
      ]
    },
    {
      "identifier": "urn:air:monarchcastle.com:corpus:faq",
      "displayName": "monarchcastle.com FAQ answers",
      "type": "text/plain",
      "url": "https://monarchcastle.com/#answers",
      "description": "Citable plain-language answers: what Monarch Castle publishes, what The Keep is, what BNTI/WTI/MENA mean, and how machines should read index data. Narrative pages also expose #faq anchors.",
      "capabilities": ["answer-generation", "citation"],
      "representativeQueries": [
        "what is Monarch Castle Technologies",
        "are the public products free",
        "how do I read the standing indices from an application",
        "what does SDCofA endorsement mean"
      ]
    }
  ]
}
