← houseofvibes.app

INDIVIDUAL MCP TOOL

search_stay_packages

Search national best-value short-term stay packages via the Travel packages API (not nearest-hotel OTA).

houseofvibes.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.houseofvibes.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_stay_packages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

houseofvibes.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.house-of-vibes]
url = "https://mcp.houseofvibes.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "house-of-vibes": {
      "type": "http",
      "url": "https://mcp.houseofvibes.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: house-of-vibes
Remote MCP URL: https://mcp.houseofvibes.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "house-of-vibes": {
      "url": "https://mcp.houseofvibes.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "house-of-vibes": {
      "type": "http",
      "url": "https://mcp.houseofvibes.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "house-of-vibes",
  "transport": "streamable-http",
  "url": "https://mcp.houseofvibes.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • community_overview — What House of Vibes is: product one-liner, pillars (roof/food/opportunity/belonging/education), public links, and Grok MCP connection hints.
  • builder_path — The four-rung builder path (Belong → No-code → Vibe code → AI builder) with one next action each.
  • leaderboard — Top House of Vibes builders by total XP, with their level and tier.
  • member_stats — One member's builder stats: total XP, level, tier, current daily streak, and leaderboard rank.
  • upcoming_events — Upcoming vetted virtual events/opportunities for the community (AI / startup / builder / creator), sorted by soonest start.
  • open_quests_and_bounties — The community quest catalog and the open/claimed bounty board (title, XP reward, status).
  • hangout_info — Public facts for the Daily House of Vibes Hangout: schedule (11 AM–11 PM CT), Discord lounge, web /daily link.
  • search_month_hops — Multi-hop bounce-month stay plan: splits startDate into classic hops (5-night bridge + 14-night mid + rest of calendar month), runs one packages search per hop with totalBudget split by nights.