{
  "name": "ScrollLaunch",
  "description": "Public, read-only Model Context Protocol tools for the ScrollLaunch live product catalog. Search launches, read this week's leaderboard, fetch a product by slug, and list high-DR startup directories. No API key.",
  "icon": "https://www.scrolllaunch.com/favicon_io/android-chrome-512x512.png",
  "endpoint": "https://www.scrolllaunch.com/api/mcp",
  "transport": "streamable-http",
  "mcp_version": "2024-11-05",
  "endpoints": [
    {
      "url": "https://www.scrolllaunch.com/api/mcp",
      "transport": "streamable-http",
      "capabilities": [
        "tools"
      ],
      "auth": {
        "type": "none"
      }
    },
    {
      "url": "https://www.scrolllaunch.com/mcp",
      "transport": "streamable-http",
      "capabilities": [
        "tools"
      ],
      "auth": {
        "type": "none"
      }
    }
  ],
  "documentation": "https://www.scrolllaunch.com/mcp",
  "serverCard": "https://www.scrolllaunch.com/.well-known/mcp/server-card.json"
}