{
  "specVersion": "1.0",
  "host": {
    "displayName": "Yoke",
    "identifier": "did:web:yoke.lol",
    "documentationUrl": "https://yoke.lol/api/docs"
  },
  "entries": [
    {
      "identifier": "urn:air:yoke.lol:server:domain-intelligence",
      "displayName": "Yoke Domain Intelligence MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://www.npmjs.com/package/@yokedotlol/mcp-server",
      "capabilities": [
        "yoke_analyze",
        "yoke_score_summary",
        "yoke_compare"
      ],
      "description": "Domain intelligence MCP server — analyze security, speed, SEO, email auth, reputation, and tech stack for any domain. 160 signals scored across 6 axes.",
      "representativeQueries": [
        "analyze the security and performance of example.com",
        "compare domain scores for github.com vs gitlab.com",
        "what's the overall domain score for cloudflare.com",
        "check if a domain has DNSSEC and DMARC configured"
      ]
    },
    {
      "identifier": "urn:air:yoke.lol:api:domain-analysis",
      "displayName": "Yoke REST API",
      "type": "application/openapi+json",
      "url": "https://yoke.lol/openapi.json",
      "description": "Public JSON API for domain analysis — 18 endpoints, no auth required. Cached results are free.",
      "representativeQueries": [
        "get the DNS records for a domain",
        "check SSL certificate details for a website",
        "run a full domain audit with scoring"
      ]
    }
  ]
}