{
  "specVersion": "1.0",
  "host": {
    "displayName": "DiscoLike",
    "identifier": "did:web:discolike.com"
  },
  "entries": [
    {
      "identifier": "urn:air:discolike.com:server:discolike",
      "displayName": "DiscoLike MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://discolike.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find companies similar to my best customers",
        "build a TAM list of HVAC contractors in Texas",
        "find VP of Sales contacts at these companies",
        "which of these domains use Salesforce"
      ]
    },
    {
      "identifier": "urn:air:discolike.com:api:discolike",
      "displayName": "DiscoLike REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://api.discolike.com/v1/openapi.json",
      "representativeQueries": [
        "B2B company search API by natural-language description",
        "enrich a domain with firmographics and tech stack",
        "count companies matching an ICP before exporting"
      ]
    },
    {
      "identifier": "urn:air:discolike.com:sdk:discolike-python",
      "displayName": "DiscoLike Python SDK",
      "type": "text/html",
      "url": "https://docs.discolike.com/sdk/",
      "representativeQueries": [
        "Python client for B2B company search",
        "pip install a library to find lookalike companies",
        "script a TAM export with firmographics in Python"
      ]
    },
    {
      "identifier": "urn:air:discolike.com:cli:discolike",
      "displayName": "DiscoLike CLI",
      "type": "text/html",
      "url": "https://docs.discolike.com/cli/",
      "representativeQueries": [
        "command line tool to search companies by description",
        "shell out to find contacts at a list of domains",
        "CLI with JSON output for company enrichment"
      ]
    },
    {
      "identifier": "urn:air:discolike.com:skill:discolike",
      "displayName": "DiscoLike agent skill",
      "type": "text/markdown",
      "url": "https://discolike.com/.well-known/agent-skills/discolike/SKILL.md",
      "representativeQueries": [
        "how do I use DiscoLike from Claude Code",
        "install a skill for finding target accounts and contacts",
        "set up DiscoLike MCP, CLI, or Python SDK in an agent"
      ]
    }
  ]
}
