{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/draft",
  "kind": "candids.overview",
  "name": "candids",
  "title": "Candids — career profiles, built for a world with AI",
  "description": "High-level overview of the Candids platform. Candids is a two-sided agentic talent network: candidates get an expressive career profile with their own AI agent (Dex Profile MCP), and recruiters / recruiter agents discover candidates through the Candids Dex (a discovery-layer MCP server). This card is a pointer to the human-facing pages, the agent-facing llms.txt documents, and the individual MCP servers (Dex MCP + Dex Profile MCPs).",
  "vendor": {
    "name": "Candids",
    "url": "https://jelmer.candids.cc/"
  },
  "documentation": "https://candids.cc/llms.txt",
  "license": "proprietary",
  "surfaces": {
    "human": {
      "landing": "https://candids.cc/",
      "dex_landing": "https://candids.cc/dex",
      "about": "https://candids.cc/about",
      "changelog": "https://candids.cc/changelog",
      "sitemap": "https://candids.cc/sitemap.xml"
    },
    "agent": {
      "overview_llms_txt": "https://candids.cc/llms.txt",
      "dex_llms_txt": "https://jelmer.candids.cc/demodex/llms.txt",
      "dex_server_card": "https://jelmer.candids.cc/.well-known/demodex/dex-server-card.json"
    }
  },
  "mcp_servers": {
    "dex": {
      "name": "candids.dex-demo",
      "endpoint": "https://eflfyhfkcbagmomebxpj.supabase.co/functions/v1/dex-mcp",
      "transport": "streamable-http",
      "authentication": "none",
      "tools": ["discover_profiles", "resolve_profile", "ask_candidate", "match_vacancy"],
      "llms_txt": "https://jelmer.candids.cc/demodex/llms.txt",
      "server_card": "https://jelmer.candids.cc/.well-known/demodex/dex-server-card.json"
    },
    "profiles": [
      {
        "profile_id": "jelmer-stiekema",
        "username": "jelmer",
        "owner_name": "Jelmer Stiekema",
        "public_profile_url": "https://jelmer.candids.cc",
        "dex_profile_mcp_url": "https://jelmer.candids.cc/jelmer/dexprofile",
        "dex_profile_mcp_endpoint": "https://eflfyhfkcbagmomebxpj.supabase.co/functions/v1/mcp-server",
        "llms_txt": "https://jelmer.candids.cc/jelmer/dexprofile/llms.txt",
        "server_card": "https://jelmer.candids.cc/.well-known/jelmer/dexprofile/server-card.json",
        "tools": ["ask_candidate", "match_vacancy"],
        "is_demo": true
      }
    ]
  }
}
