{
  "specVersion": "1.0",
  "host": {
    "displayName": "Tool Index",
    "identifier": "did:web:toolindex.net",
    "url": "https://toolindex.net",
    "contact": "support@toolindex.net"
  },
  "entries": [
    {
      "identifier": "urn:air:toolindex.net:mcp:tool-index",
      "displayName": "Tool Index MCP Server",
      "description": "Streamable HTTP MCP server at /api/mcp with search_tools, list_tools, get_tool, list_categories and submit_tool_url.",
      "type": "application/mcp-server-card+json",
      "url": "https://toolindex.net/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find an AI tool for transcribing meetings",
        "list the categories of tools in the Tool Index directory",
        "get details and pricing for a specific SaaS tool by slug",
        "submit my product URL to a tool directory"
      ]
    },
    {
      "identifier": "urn:air:toolindex.net:skills:http",
      "displayName": "Tool Index HTTP skills",
      "description": "Agent Skills index describing the public HTTP endpoints, with input and output schemas and digests.",
      "type": "application/json",
      "url": "https://toolindex.net/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "which HTTP endpoints can an agent call on toolindex.net",
        "what is the request schema for searching tools",
        "how do I list tools by category over HTTP"
      ]
    },
    {
      "identifier": "urn:air:toolindex.net:api:search",
      "displayName": "Tool search API",
      "description": "Full-text search across the catalog of AI tools, SaaS and developer products. Public, no authentication.",
      "type": "application/json",
      "url": "https://toolindex.net/api/search",
      "representativeQueries": [
        "search for AI writing assistants",
        "find alternatives to a given tool",
        "which tools are ranked highest in a category"
      ]
    },
    {
      "identifier": "urn:air:toolindex.net:api:catalog",
      "displayName": "API catalog (RFC 9727 linkset)",
      "description": "Machine-readable list of the public API bases with docs and status links.",
      "type": "application/linkset+json",
      "url": "https://toolindex.net/.well-known/api-catalog",
      "representativeQueries": [
        "where are the API docs for toolindex.net",
        "what is the health endpoint for Tool Index"
      ]
    },
    {
      "identifier": "urn:air:toolindex.net:site:sitemap",
      "displayName": "Sitemap",
      "description": "Every indexable tool, category, comparison and list page.",
      "type": "application/xml",
      "url": "https://toolindex.net/sitemap.xml",
      "representativeQueries": [
        "list every tool page on toolindex.net",
        "which comparison pages exist for AI tools"
      ]
    },
    {
      "identifier": "urn:air:toolindex.net:service:submit",
      "displayName": "Submit a tool",
      "description": "Human and agent-assisted submission of a tool for listing. Free listings are reviewed; paid launch bundles are checked out through Whop.",
      "type": "text/html",
      "url": "https://toolindex.net/submit",
      "representativeQueries": [
        "get my AI tool listed in a directory",
        "how much does a featured listing on Tool Index cost",
        "submit a SaaS product for an editorial review"
      ]
    }
  ]
}