{
  "specVersion": "0.3.0",
  "id": "com.ellelion.aialtfinder",
  "name": "AI Alt Finder",
  "description": "AI Alt Finder finds live, working alternatives to well-known AI tools, grouped by the product being replaced. Every alternative listed is a real, currently-live tool in the same category.",
  "provider": {
    "name": "Ellelion LLC",
    "url": "https://ellelion.com"
  },
  "capabilities": [
    {
      "name": "com.ellelion.aialtfinder.search-tools",
      "invocationName": "search_tools",
      "version": "1.20.0",
      "description": "Search live catalog listings by name, tagline, or category.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string"
          }
        },
        "required": [
          "query"
        ]
      },
      "endpoint": {
        "transport": "mcp",
        "address": "https://aialtfinder.com/api/mcp/mcp",
        "auth": "none"
      }
    },
    {
      "name": "com.ellelion.aialtfinder.get-tool",
      "invocationName": "get_tool",
      "version": "1.20.0",
      "description": "Fetch one live listing by slug.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string"
          }
        },
        "required": [
          "slug"
        ]
      },
      "endpoint": {
        "transport": "mcp",
        "address": "https://aialtfinder.com/api/mcp/mcp",
        "auth": "none"
      }
    }
  ],
  "discovery": {
    "cacheTtlSeconds": 3600
  },
  "documentation": "https://aialtfinder.com/docs",
  "auth": "https://aialtfinder.com/auth.md"
}