Quest Apartment Hotels MCP Server

Quest Apartment Hotels MCP Server

Enables AI assistants to search properties, check availability, and manage bookings across Quest's Australian portfolio. This proof-of-concept implementation provides tools for property details, rate comparisons, and reservation handling using simulated data.

Category
访问服务器

README

Quest Apartment Hotels — MCP Server (POC)

A Model Context Protocol (MCP) server for Quest Apartment Hotels, enabling AI assistants (ChatGPT, Claude, Gemini) to search properties, check availability, compare rates, and make bookings across Quest's Australian portfolio.

POC Note: Availability and rates are simulated with deterministic fake data. Bookings are stored in-memory and reset on each cold start.


Tools Exposed

Tool Description
quest_search_properties Find properties by city, state, or amenity
quest_get_property_details Full details for a specific property
quest_check_availability Availability for a property and date range
quest_get_rates Rate plans for a property and stay
quest_search_availability Combined search + availability in one call
quest_get_booking_quote Price estimate without creating a booking
quest_create_booking Make a reservation
quest_get_booking Look up an existing booking by confirmation number

Project Structure

Quest-MCP/
├── api/
│   └── mcp.ts          # All server logic (single file)
├── package.json
├── tsconfig.json
├── vercel.json          # Routes /mcp → /api/mcp
└── .gitignore

Local Development

Prerequisites

  • Node.js 20+
  • Vercel CLI (installed as a dev dependency)

Setup

# Clone the repo
git clone https://github.com/YOUR_USERNAME/Quest-MCP.git
cd Quest-MCP

# Install dependencies
npm install

# Type-check (no output = success)
npm run build

# Start local dev server
npm run dev

The server will be available at http://localhost:3000/mcp.

Testing locally with MCP Inspector

npx @modelcontextprotocol/inspector

Set the URL to http://localhost:3000/mcp and transport to Streamable HTTP.


Deployment (Vercel via GitHub)

The project is configured to auto-deploy to Vercel on every push to main.

First-time setup

  1. Push this repo to GitHub
  2. Go to vercel.comAdd New Project → Import your GitHub repo
  3. Vercel will auto-detect the project — no extra config needed
  4. Click Deploy

After the first deploy, every git push to main triggers a new deployment automatically.

Your MCP endpoint will be at:

https://YOUR-PROJECT.vercel.app/mcp

Environment Variables

None required for this POC. All data is hardcoded.


Testing in OpenAI ChatGPT

Per the OpenAI MCP testing instructions:

  1. Open chatgpt.com and start a new conversation
  2. Click the Tools (plug) icon → Add a toolMCP Server
  3. Enter your Vercel URL:
    https://YOUR-PROJECT.vercel.app/mcp
    
  4. Set approval to No approval required (for testing)
  5. Click Connect

ChatGPT will discover all 8 tools automatically. Try prompts like:

  • "Find me a Quest hotel in Melbourne for 3 nights from next Friday"
  • "What Quest properties in Sydney have a gym?"
  • "Check availability at Quest Docklands for 15–18 March 2025 and give me the best rate"
  • "Book a studio at Quest on William for 2 nights from March 20, name John Smith"

Sample Data

The server includes 27 real Quest Australia properties across:

State Count
VIC 7
NSW 6
QLD 4
ACT 2
WA 3
SA 1
NT 1
TAS 1
Regional 2

Simulated Rate Plans

Code Description Adjustment
FLEX Flexible rate +10%
STD Standard rate base
ADVP Advance purchase (7d+) −10%
CORP Corporate rate −15%
LONG7 Weekly rate (7+ nights) −15%

Weekend surcharge: +20% on Fri/Sat/Sun nights.


Architecture Notes

  • Transport: Streamable HTTP (stateless — required for Vercel serverless)
  • Sessions: Disabled (sessionIdGenerator: undefined) — each request is independent
  • CORS: Open (*) — required for browser-based AI clients
  • Availability: Deterministic hash on propertyId|date|roomType → 75% available
  • Bookings: In-memory Record<string, Booking> — resets on cold start

For a production implementation, replace the in-memory store with a database and connect to Quest's RMS API.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选