LaunchNests MCP Server
Public, read-only Model Context Protocol server exposing real-time developer tools, tech stacks, and community upvotes to AI coding assistants and agents.
ASK AI ABOUT LAUNCHNESTS MCP
1. Connect with Cursor
Add this to your project or user ~/.cursor/mcp.json:
{
"mcpServers": {
"launchnests": {
"url": "https://launchnests.com/api/mcp",
"transport": "streamable-http"
}
}
}2. Connect with Claude Code / Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"launchnests": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch", "https://launchnests.com/api/mcp"]
}
}
}3. Registered Tools Reference
search_toolstoolSearch developer infrastructure tools by keyword or category. Returns tool name, tagline, website, and verified build counts.
search_productstoolSearch developer-built applications. Inspect what tools products are 'Built With'.
get_tooltoolFetch detailed metadata and verified build count for a single developer tool.
get_producttoolFetch specifications, problem, solution, unique value, and verified tech stack for a product.
get_leaderboardtoolFetch top community-upvoted developer tools or trending products.
get_maker_profiletoolFetch developer bio, location, maker FAQs, and submitted tools and products by username.
get_daily_launchestoolFetch developer tools and products launching today, ranked by community votes.
get_weekly_launchestoolFetch developer tools and products launched this week, ranked by community votes.