{
  "specVersion": "0.3.0",
  "id": "com.ellelion.alternativasia",
  "name": "Alternativas IA",
  "description": "Alternativas IA 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.alternativasia.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://alternativasia.com/api/mcp/mcp",
        "auth": "none"
      }
    },
    {
      "name": "com.ellelion.alternativasia.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://alternativasia.com/api/mcp/mcp",
        "auth": "none"
      }
    }
  ],
  "discovery": {
    "cacheTtlSeconds": 3600
  },
  "documentation": "https://alternativasia.com/docs",
  "auth": "https://alternativasia.com/auth.md"
}