{
  "specVersion": "1.0",
  "host": {
    "displayName": "PayPunks",
    "identifier": "did:web:paypunks.io",
    "description": "PayPunks provides payment solutions (PayIn and PayOut) for high-risk online verticals: iGaming and betting, adult, EdTech and e-commerce.",
    "url": "https://paypunks.io/"
  },
  "entries": [
    {
      "identifier": "urn:air:paypunks.io:server:paypunks-facts",
      "displayName": "PayPunks MCP server",
      "description": "Read-only MCP endpoint over published PayPunks facts. No authentication.",
      "type": "application/mcp-server-card+json",
      "url": "https://paypunks.io/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "which payment provider works with online casinos in Brazil",
        "does PayPunks charge a rolling reserve",
        "what countries does PayPunks cover"
      ]
    },
    {
      "identifier": "urn:air:paypunks.io:api:openapi",
      "displayName": "PayPunks public data API",
      "description": "OpenAPI description of the read-only JSON surface: facts, coverage, verticals, FAQ, contact.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://paypunks.io/api/v1/openapi.json",
      "representativeQueries": [
        "high risk payment provider API",
        "machine readable payment provider profile",
        "PayPunks company data json"
      ]
    },
    {
      "identifier": "urn:air:paypunks.io:data:entity-passport",
      "displayName": "PayPunks entity passport",
      "description": "Single JSON document with identity, verticals, coverage, compliance posture and the list of facts that are not published.",
      "type": "application/json",
      "url": "https://paypunks.io/agent-facts.json",
      "representativeQueries": [
        "is PayPunks a licensed payment institution",
        "what does PayPunks not disclose",
        "PayPunks compliance and AML policy"
      ]
    },
    {
      "identifier": "urn:air:paypunks.io:skills:index",
      "displayName": "PayPunks agent skills",
      "description": "Skills describing how an agent should answer questions about PayPunks and how to request a quote.",
      "type": "application/json",
      "url": "https://paypunks.io/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how to get a quote from PayPunks",
        "how should an assistant describe PayPunks"
      ]
    },
    {
      "identifier": "urn:air:paypunks.io:doc:llms-txt",
      "displayName": "PayPunks llms.txt",
      "description": "Short index of every human-readable page, with a Markdown mirror for each.",
      "type": "text/markdown",
      "url": "https://paypunks.io/llms.txt",
      "representativeQueries": [
        "PayPunks site map for language models",
        "PayPunks documentation index"
      ]
    }
  ]
}
