{
  "entries": [
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:dancumberlandlabs.com:mcp:site-content",
      "displayName": "Dan Cumberland Labs Site Content",
      "type": "application/mcp-server-card+json",
      "url": "https://dancumberlandlabs.com/.well-known/mcp/server-card.json",
      "capabilities": ["get_page_content", "list_site_content"],
      "description": "Public, read-only access to DCL service pages, case studies, and articles as clean Markdown.",
      "representativeQueries": [
        "What AI consulting services does Dan Cumberland Labs offer?",
        "Find DCL articles about AI adoption in engineering firms.",
        "Retrieve the Keller Associates AI roadmap case study."
      ]
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:dancumberlandlabs.com:skill:markdown-content",
      "displayName": "DCL Markdown Content",
      "type": "text/markdown",
      "url": "https://dancumberlandlabs.com/.well-known/agent-skills/markdown-content/SKILL.md",
      "capabilities": ["MarkdownContent", "SiteManifest"],
      "description": "Discovery instructions for the site's clean Markdown representations and llms.txt manifest.",
      "representativeQueries": [
        "Get the Markdown version of a DCL web page.",
        "List the agent-readable pages on dancumberlandlabs.com."
      ]
    }
  ]
}
