{"$schema":"https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json","version":"1.0","protocolVersion":"2024-11-05","schemaVersion":"2024-11-05","serverInfo":{"name":"LaunchNests","title":"LaunchNests MCP Server","version":"1.0.0","vendor":"LaunchNests","url":"https://launchnests.com","homepage":"https://launchnests.com","documentation":"https://launchnests.com/mcp","description":"Public, read-only MCP tools for the LaunchNests developer tools and software directory. Query tools, discover tech stacks, and fetch trending leaderboards without an API key."},"transport":{"type":"streamable-http","endpoint":"https://launchnests.com/api/mcp"},"authentication":{"required":false,"schemes":[]},"capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false},"logging":{}},"tools":[{"name":"search_tools","description":"Search LaunchNests's developer tools catalog by keyword, category, or pricing. Returns matching tools with tagline, website, build counts, and canonical URLs.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search term across tool name, category, and tagline"},"limit":{"type":"integer","minimum":1,"maximum":25,"default":10}},"required":["query"]}},{"name":"search_products","description":"Search developer-built products cataloged on LaunchNests. Returns products with description, category, tags, and declared 'Built With' tools.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Free-text search term across product name, tagline, and tags"},"limit":{"type":"integer","minimum":1,"maximum":25,"default":10}},"required":["query"]}},{"name":"get_tool","description":"Fetch detailed metadata and specifications for a single developer tool by its slug on LaunchNests.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Tool slug, e.g. 'supabase', 'prisma', 'stripe'"}},"required":["slug"]}},{"name":"get_product","description":"Fetch detailed specifications, problem, solution, unique value, and 'Built With' tech stack for a product by its slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug, e.g. 'decispher', 'cron-master'"}},"required":["slug"]}},{"name":"get_leaderboard","description":"Fetch the top community-upvoted developer tools or trending products on LaunchNests.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["tools","products"],"default":"tools","description":"Whether to return top tools or top products"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":20}}}}],"meta":{"catalog":"https://launchnests.com/.well-known/api-catalog","skills":"https://launchnests.com/.well-known/agent-skills/index.json","mcpJson":"https://launchnests.com/.well-known/mcp.json","alias":"https://launchnests.com/mcp"}}