MODEL CONTEXT PROTOCOLSTREAMABLE HTTP

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.

Transport: Streamable HTTP·Endpoint: POST /api/mcp·View as Markdown (.md)

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_toolstool

Search developer infrastructure tools by keyword or category. Returns tool name, tagline, website, and verified build counts.

Arguments: query (string, required), limit (number, optional)
search_productstool

Search developer-built applications. Inspect what tools products are 'Built With'.

Arguments: query (string, required), limit (number, optional)
get_tooltool

Fetch detailed metadata and verified build count for a single developer tool.

Arguments: slug (string, required)
get_producttool

Fetch specifications, problem, solution, unique value, and verified tech stack for a product.

Arguments: slug (string, required)
get_leaderboardtool

Fetch top community-upvoted developer tools or trending products.

Arguments: type ('tools' | 'products'), limit (number, optional)
get_maker_profiletool

Fetch developer bio, location, maker FAQs, and submitted tools and products by username.

Arguments: username (string, required)
get_daily_launchestool

Fetch developer tools and products launching today, ranked by community votes.

Arguments: limit (number, optional, default 20)
get_weekly_launchestool

Fetch developer tools and products launched this week, ranked by community votes.

Arguments: limit (number, optional, default 20)

Related Agent Endpoints