{
  "specVersion": "1.0",
  "host": {
    "displayName": "Iridium",
    "identifier": "did:web:iridiumhqmcp.com"
  },
  "entries": [
    {
      "identifier": "urn:air:iridiumhqmcp.com:server:linkedin",
      "displayName": "Iridium - LinkedIn for AI Agents",
      "description": "MCP server giving an agent live LinkedIn reads, real actions on LinkedIn, and an append-only log of everything it did. Nothing sends until the user approves it.",
      "type": "application/mcp-server-card+json",
      "url": "https://iridiumhqmcp.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find backend engineers who have shipped Rust in the last year and open a conversation",
        "comment on what hiring managers in my field posted today",
        "anything come back from the engineers I messaged? draft answers, do not send",
        "reply to the recruiter, but send it at nine tomorrow",
        "what went out this week, and on whose behalf?"
      ]
    },
    {
      "identifier": "urn:air:iridiumhqmcp.com:api:rest",
      "displayName": "Iridium REST API",
      "description": "The HTTP API behind Iridium. Same actions as the MCP server, OAuth 2.1 protected, described by OpenAPI 3.1.",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://api.iridiumhqmcp.com/openapi.json",
      "representativeQueries": [
        "list the LinkedIn drafts waiting for approval",
        "read back the activity log for this account",
        "schedule a LinkedIn direct message for tomorrow morning"
      ]
    },
    {
      "identifier": "urn:air:iridiumhqmcp.com:skills:index",
      "displayName": "Iridium Agent Skills",
      "description": "Agent Skills describing how to connect to Iridium and how to run its LinkedIn workflows end to end.",
      "type": "application/json",
      "url": "https://iridiumhqmcp.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I connect an agent to Iridium",
        "how do I get an agent to comment on LinkedIn for me",
        "how do I review and approve what the agent drafted"
      ]
    }
  ]
}
