Quest Apartment Hotels MCP Server (weinerac/quest-mcp-mvp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 6 tools. No publisher has claimed this listing.

D
Caution
54/100

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.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

weinerac

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 4 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
6 tools verified — handlers match their declared behaviour
5 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// tools this server exposes6 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

quest_search_properties

Search for Quest Apartment Hotels in Australia by location, state, or amenities. This is the raw search tool. Use when you need the full uncurated result set. For guest-facing recommendations, prefer quest_recommend_properties. Args: - location: City, suburb, or state name (e.g. "Melbourne", "Ch

quest_check_availability

Check room availability at a specific Quest property for given dates. Args: - property_id: Property ID. Use quest_search_properties to find IDs. - check_in: Check-in date YYYY-MM-DD (e.g. "2025-06-15") - check_out: Check-out date YYYY-MM-DD (e.g. "2025-06-20") - room_type: Optional — "Studi

quest_get_rates

Get detailed pricing and rate plans for a specific Quest property and room type. Use when a guest wants pricing details or wants to compare rate plans. Args: - property_id: Property ID. - check_in / check_out: Dates YYYY-MM-DD. - room_type: "Studio", "1-Bedroom", "2-Bedroom", or "3-Bedroom".

quest_get_booking_quote

Get a price estimate for a Quest stay without making a booking. Use when a guest wants a price breakdown before committing. Args: - property_id, room_type, check_in, check_out: as above. - rate_plan_code: Optional — FLEX, STD, ADVP, CORP, LONG7. If omitted, returns all plans. - response_form

quest_create_booking

Make a reservation at a Quest Apartment Hotel. Use when a guest has chosen a property and is ready to confirm. Always confirm all details with the guest before calling this tool. Args: - property_id, room_type, check_in, check_out: as above. - rate_plan_code: FLEX, STD, ADVP, CORP, or LONG7.

quest_get_booking

Look up an existing Quest booking by confirmation number. Args: - confirmation_number: Booking confirmation number (e.g. "Q7XK3P2") - response_format: "markdown" (default) or "json" Returns booking details including property, dates, room type, rate, and guest info. ⚠️ POC note: Only bookings

// known CVEs in dependencies4 high1 medium

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.10.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.10.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.10.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highvite@6.4.1GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

mediumvite@6.4.1GHSA-4w7w-66w2-5vf9

Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// quality suggestions

Tool handlers catch errors

Only 0/6 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 4 high severity in production deps — @modelcontextprotocol/sdk@1.10.1 (high), @modelcontextprotocol/sdk@1.10.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/weinerac/quest-mcp-mvp?variant=verified)](https://m8ven.ai/mcp/weinerac/quest-mcp-mvp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 48b607d8a14251e5f4ffbd918342f8357105b970
code hash: 56f928e28d1d4ffa22965f7c3233f67bc620574a5f06534f03be135ca7dc22c6
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client