# Client Setup

Configure the Hotel Universe MCP server in your AI tool of choice. All integrations use the same endpoint and Bearer token.

# Prerequisites

  • A Personal Access Token — see Authentication
  • MCP endpoint: https://api.hotel-universe.travel/mcp


    # Troubleshooting

    Symptom Likely cause Fix
    HTTP 401 on every call Token missing or malformed Check the Authorization: Bearer pat_… header format
    HTTP 403 on every call Token lacks hotels:view Verify account permissions or contact hello@ubio.ai
    HTTP 402 on get_hotel Trial limit reached (100 hotels) Upgrade at hello@ubio.ai
    HTTP 402 on get_metasearch_pricing No metasearch subscription Contact hello@ubio.ai
    Tools not appearing in Cursor Config file not loaded Check JSON syntax; restart Cursor; confirm file is in .cursor/mcp.json
    Claude Desktop shows no tools mcp-remote not installed or Node missing Run node --version and npx mcp-remote --version to verify
    Claude Code shows no tools Server not added or wrong scope Run claude mcp list; re-add if missing
    Unknown tool error in response Tool name typo Call tools/list to confirm exact tool names