{
  "specVersion": "0.3.0",
  "id": "com.ellelion.launchelion",
  "name": "Launchelion",
  "description": "Launchelion is a daily leaderboard of newly-launched AI tools: real launch dates, one-vote-per-signed-in-account-per-day community upvotes, and — when a maker connects Stripe — verified monthly revenue instead of invented traction.",
  "provider": {
    "name": "Ellelion LLC",
    "url": "https://ellelion.com"
  },
  "capabilities": [
    {
      "name": "com.ellelion.launchelion.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://launchelion.com/api/mcp/mcp",
        "auth": "none"
      }
    },
    {
      "name": "com.ellelion.launchelion.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://launchelion.com/api/mcp/mcp",
        "auth": "none"
      }
    }
  ],
  "discovery": {
    "cacheTtlSeconds": 3600
  },
  "documentation": "https://launchelion.com/docs",
  "auth": "https://launchelion.com/auth.md"
}