{
  "name": "BuiltByVibe Model Context Protocol (MCP) Server",
  "status": "active",
  "protocolVersion": "2024-11-05",
  "endpoint": "https://builtbyvibe.dev/api/mcp",
  "tools": [
    {
      "name": "search_vibe_apps",
      "description": "Search the BuiltByVibe directory of applications prompted into life with AI coding tools (Cursor, Claude, v0, Lovable, Bolt, Devin, etc.). Filter by keyword, category, or tool."
    },
    {
      "name": "get_featured_apps",
      "description": "Retrieve the top applications currently highlighted in the BuiltByVibe Featured Spotlight."
    },
    {
      "name": "get_app_details",
      "description": "Retrieve comprehensive specifications, links, descriptions, and maker details for a specific vibe-coded app by slug."
    }
  ],
  "configuration": {
    "cursor": {
      "instruction": "Add to .cursor/mcp.json or Cursor Settings > MCP",
      "config": {
        "mcpServers": {
          "builtbyvibe": {
            "url": "https://builtbyvibe.dev/api/mcp"
          }
        }
      }
    },
    "claudeDesktop": {
      "instruction": "Add to claude_desktop_config.json",
      "config": {
        "mcpServers": {
          "builtbyvibe": {
            "url": "https://builtbyvibe.dev/api/mcp"
          }
        }
      }
    }
  },
  "documentation": "https://builtbyvibe.dev/llms.txt"
}