Super.com
by Super.com
Super.com's travel MCP server exposes 4 read-only tools with no sign-in: three hotel rate searches and one experiences lookup limited to ten US cities. Verified live 2026-08-18.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Super.com via MCP
https://www.super.com/travel/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Super.com Tools & Capabilities (4)
Search for hotel rates at a specific hotel for given dates. This tool provides a comprehensive view of ALL available room options and rates for a particular hotel. It returns detailed information about multiple room types, their individual prices, and amenities. The tool will return: - Hotel details (name, location, star rating, amenities) - ALL available room types and their individual rates - Hotel images - Direct booking links Use this tool when you need to compare different room options or see the full range of available rates. Note: This tool is more comprehensive but may be slower due to the detailed search process. Example: Search for rates at "Los Angeles Marriott" for a two-night stay next month.
Get the lowest available price for a specific hotel for given dates. This tool provides a quick, focused view of the SINGLE cheapest available rate for a particular hotel. It returns only the lowest-priced room option with basic hotel information. The tool will return: - Hotel details (name, location, star rating, amenities) - SINGLE lowest available price (before and after tax) - Room type for the lowest price - Hotel images - Direct booking links Use this tool when you need a quick price check or want to find the best deal without comparing multiple options. Note: This tool is much faster but provides less detail than get_rates_for_hotel. Example: Get the lowest price at "Los Angeles Marriott" for a two-night stay next month.
Search for hotel rates across multiple hotels in a city for given dates. This tool helps you compare hotel options in a specific city. It searches for available hotels and their rates, making it easy to find the best deals. The tool will return: - List of available hotels in the city - Each hotel's star rating and amenities - Price comparisons (before and after tax) - Hotel images and direct booking links Example: Search for hotels in "Los Angeles" for a two-night stay next month.
Find bookable experiences (tours, attractions, tickets, day trips) in a Super.com city. Use this tool when a traveler is planning activities for their trip and wants ideas for things to do at their destination. For example, a user asking "what are some fun things to do in Las Vegas this weekend?" or "find me a tour in New York" should hit this tool. The response includes deep links so the user can review and book each experience on Super.com. Only ten United States destinations are supported. The tool will return a validation error for anything else - do not call it for unsupported destinations: Chicago, Las Vegas, Los Angeles, Miami, New Orleans, New York, Orlando, San Diego, San Francisco, Washington D.C. The tool will return: - The resolved city's display name and city code - A link to browse the city's full experiences listing on Super.com - A list of experiences with title, hero image, and a direct link to each one Provide either the city display name (e.g. "Miami") or its city code (e.g. "MIA"). Do not use this tool for hotel search or for destinations outside the supported list. Example: A user planning a trip to Orlando asks for things to do - call this tool with city="Orlando" to surface theme park tickets, tours, and attractions.
Read from the server on 2026-08-18, including each tool's own safety annotations.
Limits
- No booking, no payment, no account access. Every tool is annotated
readOnlyHint: true, and no schema accepts a passenger name, a payment method or a booking instruction. Super.com's help article calls the connector search-only. Booking is a link you follow. - Experiences cover ten US cities and nothing else. Anywhere outside Chicago, Las Vegas, Los Angeles, Miami, New Orleans, New York, Orlando, San Diego, San Francisco and Washington D.C. returns a validation error, per the tool's own description.
- The either-or city rule is not in the schema.
get_experiences_for_cityhas an emptyrequiredarray while its description demands one ofcityorcity_code. A call naming neither passes JSON Schema validation and fails at the server. - Two of the four city codes are not airport codes. LVS and SAD are Super.com's identifiers for Las Vegas and San Diego. A client substituting LAS or SAN will be rejected.
idempotentHintandopenWorldHintare absent on all four tools. The server makes no statement either way. Absent is not false — treat repeat-call equivalence as unspecified, and note that hotel inventory is external and changing regardless of what the annotations say.- Prices are not quotes. Rates move between calls and the connector offers no hold mechanism.
- The prompt and resource capabilities are declared and empty.
initializeadvertises both; both listings return nothing. - The directory's prompt name is a placeholder. Anthropic's entry lists
prompt_namesas["NA"]against a server serving zero prompts. - No published rate limit. Super.com publishes no rate limit for this connector that we could find, and we observed no
429behaviour. Absence of a published limit is not a promise of none. - The directory's documentation link is malformed. It is a double-encoded help-centre search URL carrying raw
<mark>highlight markup, captured from a search-results page rather than the article itself. The underlying article exists and we read it, but the link does not open as published. The barehttps://www.super.com/helpis no substitute — it is a JavaScript search shell that serves no article text without the article identifier. - We called no tool. Our probe was
initialize,tools/list,prompts/list,resources/listandresources/templates/list. Every behavioural claim above comes from the schemas, the annotations, the capability block or Super.com's own help article — never from a live search. We do not call travel tools that query real inventory.
Frequently asked questions
Does the Super.com MCP server need an account or sign-in?
No. We opened an anonymous handshake against the endpoint on 2026-08-18 and the server returned all four tool definitions without any credential. Super.com's own help article states there is no login or account connection required. Anthropic's directory records the connector as no_auth, and our live probe matches that.
Can Claude access my Super.com account or bookings through the connector?
No. Super.com's help article states the connector is search-only and that Claude does not reach your account, your bookings, or personal information. The live schemas support that: no tool accepts a customer identifier, a login, or a payment method. Every tool is annotated readOnlyHint true.
Can the Super.com MCP server book a hotel for me?
No. All four tools are annotated readOnlyHint true and destructiveHint false, and each returns a booking link rather than a reservation. Super.com's help article describes the same flow: you tap the link and complete the booking on Super.com yourself. The connector ends at the shortlist.
Which cities does the Super.com experiences tool support?
Ten United States destinations only: Chicago, Las Vegas, Los Angeles, Miami, New Orleans, New York, Orlando, San Diego, San Francisco and Washington D.C. The tool description says it returns a validation error for anything else. Hotel search carries no such restriction and accepts any city name.
What is the difference between the two Super.com hotel rate tools?
Coverage against speed. get_rates_for_hotel returns every available room type and rate for one hotel, and its description warns it may be slower. get_lowest_price_for_hotel returns only the single cheapest room with basic hotel details, and its description calls it much faster but less detailed.
Does the Super.com MCP server offer prompts or resources?
It declares both capabilities and serves neither. On 2026-08-18 the initialize response advertised prompts and resources with listChanged true, then both listings returned empty arrays. Anthropic's directory compounds this by listing a single prompt name of NA, which is a placeholder string rather than a real prompt.
Are Super.com hotel prices from the connector a guaranteed quote?
No. Rates and availability are live external inventory that changes between calls, and the server publishes no price-hold mechanism. Treat every figure as a snapshot taken at call time. Super.com's help article directs you to review details and complete booking on its own site, where the binding price is shown.
Sources
- Live
initialize,tools/list,prompts/list,resources/listandresources/templates/listrequests againsthttps://www.super.com/travel/mcp(2026-08-18). All returned HTTP 200 anonymously overtext/event-stream. Source for the tool count, all four input and output schemas, every annotation claim, the declared-but-empty prompt and resource capabilities, thelistChanged: trueflags, theio.modelcontextprotocol/uiextension, the FastMCP_metatags, theSuper.com MCP Serverversion 3.4.0 identity and the auth posture. Schemas cached atdocs/marketing/data/tool-schemas/super-com.tools.json. · retrieved 2026-08-18 - Anthropic Connectors Directory entry for Super.com — , read from the committed snapshot
docs/marketing/data/anthropic-directory-2026-08-16.json. Source for the partner tier, the endpoint,streamable-http, the travel category, the four listed tool names, theprompt_names: ["NA"]placeholder, theno_authposture, theworks_withlist and the connector description. · retrieved 2026-08-16 - Super.com, "How Do I Search for Hotels on Super.com Using Claude?" help article (retrieved 2026-08-18; HTTP 200). Source for the three-step directory setup, the "no login or account connection required" statement, the search-only scope, the statement that Claude does not access accounts or bookings, and the booking-link flow. This is the article Anthropic's directory nominates as the connector's
documentation, but the directory publishes it as a double-encoded search URL —https://www.super.com/help?a=How%2520Do%2520I%2520Search...%253Cmark...— carrying raw<mark>highlight markup from a search-results page. The URL above is the same article with the encoding cleaned up. The article identifier---id--InK9-qivT927YYgWJx-gRwis what resolves it; the barehttps://www.super.com/helpis a JavaScript search shell that serves no article text. · retrieved 2026-08-18 https://www.super.com/robots.txt(retrieved 2026-08-18; HTTP 200). Contains an explicitAllow: /help*rule forUser-Agent: *, under which we fetched the help article. NoContent-Signalline is present. There is no machine-readable page index:https://www.super.com/llms.txtreturns HTTP 307 to the site's/404page (checked 2026-08-18). · retrieved 2026-08-18- Super.com privacy policy (retrieved 2026-08-18; HTTP 200), the URL published in Anthropic's directory entry. Listed for reference; not cited for any claim on this page. · retrieved 2026-08-18
- Super.com support (retrieved 2026-08-18; HTTP 200), the support URL published in Anthropic's directory entry. · retrieved 2026-08-18
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Travel
- Developer
- Super.com
- Tools
- 4
- Domain
- www.super.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.