{
  "specVersion": "1.0",
  "host": {
    "displayName": "Favorited",
    "identifier": "did:web:mcp.agency.fav.com"
  },
  "entries": [
    {
      "identifier": "urn:air:mcp.agency.fav.com:server:agency-mcp",
      "displayName": "Favorited Agency Dashboard MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://mcp.agency.fav.com/.well-known/mcp/server-card.json",
      "description": "The Favorited Agency Dashboard for AI agents: roster, live streams, campaigns, payouts and members of a creator agency, acting as a signed-in member within their role.",
      "capabilities": [
        "whoami",
        "ping",
        "agency.overview",
        "creators.list",
        "creators.get",
        "campaigns.list",
        "campaigns.get",
        "payouts.summary",
        "invites.pending"
      ],
      "representativeQueries": [
        "how is my roster doing this month",
        "which creators applied to my agency",
        "what did my agency earn in the campaign"
      ],
      "authentication": {
        "type": "oauth2",
        "authorizationServers": [
          "https://id.fav.com"
        ]
      }
    },
    {
      "identifier": "urn:air:mcp.agency.fav.com:skills:agency",
      "displayName": "Favorited Agency Dashboard — agent skills",
      "type": "application/json",
      "url": "https://mcp.agency.fav.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills (SKILL.md) for each area of the dashboard the MCP server reaches — creators, recruiting, campaigns, events, payouts, agency settings — and the Help Center topics.",
      "representativeQueries": [
        "how do I recruit creators to my agency",
        "what does the campaigns tool let an agent do"
      ]
    }
  ]
}