Skip to content
Back to AI Alt Finder

Card snapshot

aialtfinder.com · 2026-08-23 19:58:53 UTC · 31132efc1d620b8f5ab1c5199f96a34a846487ec9f34d4a5e897beb5ceaea4b0

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "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.",
  "url": "https://aialtfinder.com/api/a2a",
  "version": "1.20.0",
  "provider": {
    "organization": "Ellelion LLC",
    "url": "https://ellelion.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-catalog",
      "name": "Search catalog",
      "description": "Search live AI Alt Finder listings by name, tagline, or category.",
      "tags": [
        "catalog",
        "search"
      ],
      "examples": [
        "writing assistants",
        "alternatives to chatgpt"
      ]
    },
    {
      "id": "get-listing",
      "name": "Get listing",
      "description": "Fetch one live listing by slug.",
      "tags": [
        "catalog"
      ],
      "examples": [
        "get_tool skillselion"
      ]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "additionalInterfaces": [
    {
      "url": "https://aialtfinder.com/api/mcp/mcp",
      "transport": "JSONRPC"
    }
  ],
  "documentationUrl": "https://aialtfinder.com/docs",
  "iconUrl": "https://aialtfinder.com/api/site-icon/aialtfinder"
}