← dreamfare.app

INDIVIDUAL MCP TOOL

manage_crew

Owner-only crew housekeeping in one call: change a member's role, remove a member, or revoke an open invite.

dreamfare.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.dreamfare.app/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

dreamfare.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.dreamfare]
url = "https://api.dreamfare.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dreamfare": {
      "type": "http",
      "url": "https://api.dreamfare.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dreamfare
Remote MCP URL: https://api.dreamfare.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": {
    "dreamfare": {
      "url": "https://api.dreamfare.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dreamfare": {
      "type": "http",
      "url": "https://api.dreamfare.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dreamfare",
  "transport": "streamable-http",
  "url": "https://api.dreamfare.app/mcp"
}
MCP Inspector

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

Related tools

  • create_trip — Save a travel plan as a Dreamfare trip the traveler can open, edit with their crew, and book.
  • add_stops — Add stops (places, activities, meals, stays, transport) to an existing Dreamfare trip.
  • add_saved_places_to_trip — Turn the traveler's library into itinerary stops WITH their pins, photos, tips and partner links intact (re-adding by name via add_stops would lose those).
  • edit_trip — Edit anything on a trip in one batched call: trip details and notes (update_trip), stops (update_stop / remove_stop / move_stop, by stopId from get_trip), days (add_day / update_day / remove_day, by 0-based dayIndex), and the planning stage (finalize locks the trip for sharing and booking; reopen unlocks it).
  • delete_trip — Delete a trip the traveler owns (also unpublishes it from Explore).
  • get_trip — Read one Dreamfare trip: days, stops (with stopIds for edit_trip), the packing list, and per-stop booking links.
  • list_trips — List the traveler's Dreamfare trips (own and shared), newest first — a lookup for trip ids.
  • manage_packing — Add, check off, uncheck, or remove packing-list items on a trip.