{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "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"
      ]
    },
    {
      "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.",
      "capabilities": ["structured-data", "citation"],
      "representativeQueries": [
        "get the current BNTI score as JSON",
        "list the standing indices with dashboard URLs"
      ]
    },
    {
      "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 for standing-index reads and page citation.",
      "capabilities": ["tool-use", "citation"],
      "representativeQueries": [
        "connect an MCP client to monarchcastle.com",
        "read the Border Neighbor Threat Index over MCP"
      ]
    }
  ]
}
