{
  "specVersion": "1.0",
  "host": {
    "displayName": "Gonza (Gonzalo Robaina)",
    "identifier": "did:web:gonza.uy"
  },
  "entries": [
    {
      "identifier": "urn:air:gonza.uy:server:portfolio",
      "displayName": "gonza.uy MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://gonza.uy/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "who is Gonzalo Robaina",
        "what stack does Gonza work with",
        "list Gonza's recent Rails blog posts",
        "how can I contact Gonza"
      ]
    },
    {
      "identifier": "urn:air:gonza.uy:api:openapi",
      "displayName": "gonza.uy OpenAPI description",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://gonza.uy/openapi.json",
      "representativeQueries": [
        "get Gonzalo Robaina profile as JSON",
        "list published blog posts on gonza.uy",
        "which clients has Gonza worked with"
      ]
    },
    {
      "identifier": "urn:air:gonza.uy:docs:llms",
      "displayName": "gonza.uy llms.txt",
      "type": "text/plain",
      "url": "https://gonza.uy/llms.txt",
      "representativeQueries": [
        "summarize gonza.uy for an LLM",
        "what pages exist on gonza.uy"
      ]
    },
    {
      "identifier": "urn:air:gonza.uy:skill:site",
      "displayName": "Use gonza.uy as an agent",
      "type": "text/markdown",
      "url": "https://gonza.uy/.well-known/agent-skills/gonza-uy/SKILL.md",
      "representativeQueries": [
        "how should an agent use gonza.uy",
        "discover Gonzalo Robaina's public APIs"
      ]
    }
  ]
}