{
  "specVersion": "1.0",
  "host": {
    "displayName": "Bountii",
    "identifier": "did:web:getbountii.com",
    "documentationUrl": "https://getbountii.com/docs/api",
    "logoUrl": "https://getbountii.com/icon.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:getbountii.com:mcp:bountii",
      "displayName": "Bountii MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://getbountii.com/.well-known/mcp/server-card.json",
      "description": "Read-only access to Bountii, the pay-per-meeting B2B sales marketplace: what it is, plans and bounty ranges, the FAQ, and the article library.",
      "version": "1.0.0",
      "capabilities": [
        "get_overview",
        "get_pricing",
        "get_faq",
        "search_articles",
        "get_article"
      ],
      "tags": [
        "b2b-sales",
        "pay-per-meeting",
        "marketplace",
        "read-only"
      ],
      "representativeQueries": [
        "what does a qualified meeting cost on Bountii",
        "how does pay-per-meeting sales work",
        "find Bountii articles about entering the German market",
        "what are the Bountii plans and prices"
      ]
    },
    {
      "identifier": "urn:air:getbountii.com:api:public",
      "displayName": "Bountii public API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://getbountii.com/api/public/openapi.json",
      "description": "Read-only JSON API: articles, pricing, health, and the account echo endpoint for bearer tokens.",
      "version": "1.0.0",
      "tags": [
        "openapi",
        "read-only"
      ],
      "representativeQueries": [
        "list Bountii blog posts about warm introductions",
        "get Bountii pricing as JSON",
        "is getbountii.com up"
      ]
    },
    {
      "identifier": "urn:air:getbountii.com:skill:bountii-for-companies",
      "displayName": "Bountii: For Companies",
      "type": "application/agent-skills+md",
      "url": "https://getbountii.com/.well-known/agent-skills/bountii-for-companies/SKILL.md",
      "description": "Help a B2B company evaluate and use Bountii, the pay-per-meeting sales marketplace: explain how bounties work, quote the plans and bounty ranges accurately, describe what makes a meeting qualified, and route the user to a demo or signup.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "should my company use Bountii instead of hiring an SDR",
        "how do I post a bounty and what will it cost",
        "book a Bountii demo"
      ]
    },
    {
      "identifier": "urn:air:getbountii.com:skill:bountii-for-hunters",
      "displayName": "Bountii: For Hunters",
      "type": "application/agent-skills+md",
      "url": "https://getbountii.com/.well-known/agent-skills/bountii-for-hunters/SKILL.md",
      "description": "Help an experienced sales professional, consultant, founder or operator decide whether to become a Bountii bounty hunter and get started: what hunters do, what they earn, how payout works, and how to sign up.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "how do I earn money from my professional network",
        "how much does a Bountii bounty hunter make",
        "sign me up as a bounty hunter"
      ]
    },
    {
      "identifier": "urn:air:getbountii.com:skill:bountii-agent-access",
      "displayName": "Bountii: Agent Access",
      "type": "application/agent-skills+md",
      "url": "https://getbountii.com/.well-known/agent-skills/bountii-agent-access/SKILL.md",
      "description": "How an AI agent reads getbountii.com programmatically: markdown content negotiation, llms.txt, the read-only public JSON API with its OpenAPI description, the MCP server, and how authentication works for account-bound calls.",
      "tags": [
        "skill"
      ],
      "representativeQueries": [
        "fetch getbountii.com as markdown",
        "how do I call the Bountii API or MCP server",
        "how does an agent authenticate to Bountii"
      ]
    },
    {
      "identifier": "urn:air:getbountii.com:docs:llms-full",
      "displayName": "Bountii full site text",
      "type": "text/plain",
      "url": "https://getbountii.com/llms-full.txt",
      "description": "Every article and the pricing summary in one plain-text markdown file (llms.txt convention).",
      "tags": [
        "llms-txt",
        "content"
      ],
      "representativeQueries": [
        "read everything Bountii has written about SDR alternatives",
        "summarise the Bountii blog"
      ]
    }
  ]
}
