Read-only MCP tools for Total Parks-listed Australian holiday parks, caravan parks, and campgrounds.
Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.
https://mcp.totalparks.com.au/mcp11 strumenti · 1782 mstp_resolve_propertyUse this first when a user names an Australian holiday park, caravan park, or campground and you need the authoritative Total Parks public property ref. Resolves visible Total Parks-listed properties by name text or exact state/slug, returning public property refs, URLs and the authoritative live_b…Use this first when a user names an Australian holiday park, caravan park, or campground and you need the authoritative Total Parks public property ref. Resolves visible Total Parks-listed properties by name text or exact state/slug, returning public property refs, URLs and the authoritative live_b…
| Parametro | Tipo | Descrizione |
|---|---|---|
| query | — | Park name or natural-language lookup text when you do not yet have a public property_ref. Example: 'BIG4 Aireys Inlet'. |
| state | — | Australian state or territory code or name used with slug for an exact lookup. Example: 'vic' or 'Victoria'. |
| slug | — | Exact Total Parks property slug. Pair with state when you already know the listing. Example: 'aireys-inlet-holiday-park'. |
| limit | integer | Maximum number of property matches to return. Default 5. Example: 3. |
tp_search_parksUse this for open-ended discovery and inspiration questions such as finding parks near a place, matching structured filters, or ranking by a trip vibe. Accepts structured search.v1 geo, filter, vibe, paging objects, and natural_language original wording, and returns lightweight public property_ref/…Use this for open-ended discovery and inspiration questions such as finding parks near a place, matching structured filters, or ranking by a trip vibe. Accepts structured search.v1 geo, filter, vibe, paging objects, and natural_language original wording, and returns lightweight public property_ref/…
| Parametro | Tipo | Descrizione |
|---|---|---|
| geo | — | search.v1 geo gate. Prefer a place object or a place-name string. Do not invent geo.type='state'; use filter.states for a whole Australian state. Example: {"ty… |
| filter | — | search.v1 hard filters applied before vibe ranking: states, features, highlights, pet_friendly, option_facets, and local_proximity. Discover names via tp_searc… |
| vibe | — | search.v1 soft ranking signals such as vibe.query or traveller_appeal=['families']. Does not hard-gate candidates. Example: {"traveller_appeal":["families"]}. |
| paging | — | search.v1 cursor pagination. Example: {"limit":20}. |
| natural_language | — | Traveller's original search wording. Fill structured geo, filter, vibe, and intent fields when known, and also pass the traveller's phrasing here so Total Park… |
tp_search_staysUse this for open-ended stay searches where the traveller supplies booking intent such as fixed dates, flexible date windows, guest counts, rig details, pets, or an accommodation kind alongside destination, filter, or vibe signals. Accepts structured search.v1 geo, filter, vibe, intent, paging obje…Use this for open-ended stay searches where the traveller supplies booking intent such as fixed dates, flexible date windows, guest counts, rig details, pets, or an accommodation kind alongside destination, filter, or vibe signals. Accepts structured search.v1 geo, filter, vibe, intent, paging obje…
| Parametro | Tipo | Descrizione |
|---|---|---|
| intent* | — | search.v1 stay intent: check_in/check_out, guests, pets, rig, or flexible_window. Required for tp_search_stays. For month-wide searches use flexible_window ins… |
| geo | — | search.v1 geo gate. Prefer a place object or a place-name string. Do not invent geo.type='state'; use filter.states for a whole Australian state. Example: {"ty… |
| filter | — | search.v1 hard filters applied before vibe ranking: states, features, highlights, pet_friendly, option_facets, and local_proximity. Discover names via tp_searc… |
| vibe | — | search.v1 soft ranking signals such as vibe.query or traveller_appeal=['families']. Does not hard-gate candidates. Example: {"traveller_appeal":["families"]}. |
| paging | — | search.v1 cursor pagination. Example: {"limit":20}. |
| natural_language | — | Traveller's original search wording. Fill structured geo, filter, vibe, and intent fields when known, and also pass the traveller's phrasing here so Total Park… |
tp_search_filter_optionsUse this to discover the structured filters accepted by tp_search_parks and tp_search_stays before filtering on amenities or curated highlights. Returns Total Parks features (e.g. pools, campfires, laundry) and curated highlights (e.g. waterfront, pet-friendly vibe) with a label, category, common a…Use this to discover the structured filters accepted by tp_search_parks and tp_search_stays before filtering on amenities or curated highlights. Returns Total Parks features (e.g. pools, campfires, laundry) and curated highlights (e.g. waterfront, pet-friendly vibe) with a label, category, common a…
| Parametro | Tipo | Descrizione |
|---|---|---|
| query | — | Optional text to filter the amenity/highlight catalog, such as 'campfire', 'pool', or 'pet'. Omit to list the full catalog page. |
| kinds | — | Optional catalog kinds to return, such as 'feature' or 'highlight'. Accepts one kind or a list. Omit for all kinds. |
| limit | integer | Maximum catalog entries to return. Default 50. Example: 20. |
tp_assess_stayUse this after tp_resolve_property, or when you already have a returned property_ref/property_url, for any concrete stay assessment at a known Total Parks-listed property: can-we-stay/book questions, all-in price/quote questions, or specific date-window checks involving party size, pets, rig detail…Use this after tp_resolve_property, or when you already have a returned property_ref/property_url, for any concrete stay assessment at a known Total Parks-listed property: can-we-stay/book questions, all-in price/quote questions, or specific date-window checks involving party size, pets, rig detail…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| intent | — | Optional stay-intent object. Prefer the flattened check_in, property_ref, guests, pet, and equipment arguments on this tool. If both are supplied, explicit fla… |
| check_in | — | Stay check-in date (YYYY-MM-DD). Pair with check_out. Example: '2026-10-03'. |
| check_out | — | Stay check-out date (YYYY-MM-DD). Must be after check_in. Example: '2026-10-06'. |
| start_date | — | Alias of check_in/start. Inclusive first date (YYYY-MM-DD). Example: '2026-10-03'. |
| end_date | — | Alias of check_out/end. Exclusive or last date depending on the tool; pair with start/start_date. Example: '2026-10-06'. |
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| room_type_ref | — | Public room/site ref returned by search or tp_assess_stay. Example: 'vic/aireys-inlet-holiday-park/powered-ensuite'. |
| room_type_url | — | Traveller-facing Total Parks room/site URL returned by a previous tool. Accepted as an alias of room_type_ref. |
| accommodation_kind | — | Stay-kind filter: 'site' for caravan/camping sites, 'accommodation' for cabins and other roofed stays. Natural words such as 'cabins' or 'powered sites' are al… |
| preferred_room_type | — | Soft ranking hint for a named room/site type such as 'ensuite' or a returned room_type_ref. Does not filter alternatives out. |
| option_facets | — | Canonical room/site option facts such as powered, ensuite, drive_through, slab, accessible, spa, or pet_friendly. Accepts one value or a list. Example: ['power… |
| option_facet_names | — | Alias of option_facets. Canonical room/site option fact names. |
| option_limit | — | Maximum room/site options to return for a broad assessment. Default 5. Example: 5. |
| option_cursor | — | Opaque cursor from a previous tp_assess_stay options_page to fetch the next page of room/site options. |
| adults | — | Number of adults in the party. Default 2 when omitted. Example: 2. |
| children | — | Number of children in the party, excluding infants. Default 0 when omitted. |
| infants | — | Number of infants in the party. Default 0 when omitted. |
| equipment_type | — | Canonical rig type such as caravan, camper, motorhome, or tent. Example: 'caravan'. |
| equipment_length_m | — | Rig length in metres. Canonical name; aliases equipment_length and length_m are also accepted. Example: 7.5. |
| equipment_width_m | — | Optional rig width in metres. Canonical name; aliases equipment_width and width_m are also accepted. Example: 2.5. |
| equipment_length | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
| equipment_width | — | Alias of equipment_width_m. Rig width in metres. Example: 2.5. |
| length_m | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
tp_render_result_cardsUse this exactly once after the data calls are complete and the host can display MCP Apps UI. Pass search_response for search-only cards, assess_stay_result for one assessed park, or both to render a final stay shortlist: the assessed park's room/site options first, followed by up to three compact…Use this exactly once after the data calls are complete and the host can display MCP Apps UI. Pass search_response for search-only cards, assess_stay_result for one assessed park, or both to render a final stay shortlist: the assessed park's room/site options first, followed by up to three compact…
| Parametro | Tipo | Descrizione |
|---|---|---|
| search_response | — | Prior tp_search_parks or tp_search_stays JSON payload. Pass the previous tool result unchanged when rendering cards. |
| assess_stay_result | — | Prior tp_assess_stay JSON payload. Pass the previous tool result unchanged when rendering the chosen park's room/site cards. |
| title | — | Optional heading for the rendered card set. Example: 'Parks near Lakes Entrance'. |
| preferred_stay_kind | — | Optional stay-kind hint for composite shortlists: 'site' for caravan/camping, 'accommodation' for cabins and other roofed stays. |
| include_nearby | boolean | When true, include compact nearby fallback park cards in a composite stay shortlist. Default false. |
| fallback_property_refs | — | Optional public property_ref values to use as compact fallback cards. Example: ['vic/aireys-inlet-holiday-park']. |
| fallback_limit | integer | Maximum compact fallback park cards in a composite stay shortlist. Zero hides fallbacks. |
tp_get_room_type_detailsUse this as a follow-up detail tool after tp_assess_stay returns a candidate room/site, or when a traveller asks what a named visible Total Parks-listed room or site includes. Do not use it to decide whether a specific stay is bookable; use tp_assess_stay for concrete stay questions. Accepts public…Use this as a follow-up detail tool after tp_assess_stay returns a candidate room/site, or when a traveller asks what a named visible Total Parks-listed room or site includes. Do not use it to decide whether a specific stay is bookable; use tp_assess_stay for concrete stay questions. Accepts public…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| room_type_ref | — | Public room/site ref returned by search or tp_assess_stay. Example: 'vic/aireys-inlet-holiday-park/powered-ensuite'. |
| room_type_url | — | Traveller-facing Total Parks room/site URL returned by a previous tool. Accepted as an alias of room_type_ref. |
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| property_id | — | Internal property ID. Compatibility only; prefer property_ref or property_url from a previous Total Parks tool result. |
| room_type_id | — | Internal room/site type ID. Compatibility only; prefer room_type_ref or room_type_url from a previous tool result. |
tp_get_availability_calendarUse this only for flexible-date browsing at a visible Total Parks-listed property or room/site, such as which nearby dates look open or showing availability across a range. Use accommodation_kind='accommodation' for cabin-style stays and accommodation_kind='site' for caravan/camping sites; natural…Use this only for flexible-date browsing at a visible Total Parks-listed property or room/site, such as which nearby dates look open or showing availability across a range. Use accommodation_kind='accommodation' for cabin-style stays and accommodation_kind='site' for caravan/camping sites; natural…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| start_date | — | Alias of check_in/start. Inclusive first date (YYYY-MM-DD). Example: '2026-10-03'. |
| end_date | — | Alias of check_out/end. Exclusive or last date depending on the tool; pair with start/start_date. Example: '2026-10-06'. |
| check_in | — | Stay check-in date (YYYY-MM-DD). Pair with check_out. Example: '2026-10-03'. |
| check_out | — | Stay check-out date (YYYY-MM-DD). Must be after check_in. Example: '2026-10-06'. |
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| room_type_ref | — | Public room/site ref returned by search or tp_assess_stay. Example: 'vic/aireys-inlet-holiday-park/powered-ensuite'. |
| room_type_url | — | Traveller-facing Total Parks room/site URL returned by a previous tool. Accepted as an alias of room_type_ref. |
| accommodation_kind | — | Stay-kind filter: 'site' for caravan/camping sites, 'accommodation' for cabins and other roofed stays. Natural words such as 'cabins' or 'powered sites' are al… |
| adults | integer | Number of adults in the party. Default 2. Example: 2. |
| children | integer | Number of children in the party, excluding infants. Default 0. |
| infants | integer | Number of infants in the party. Default 0. |
| equipment_type | — | Canonical rig type such as caravan, camper, motorhome, or tent. Example: 'caravan'. |
| equipment_length_m | — | Rig length in metres. Canonical name; aliases equipment_length and length_m are also accepted. Example: 7.5. |
| equipment_width_m | — | Optional rig width in metres. Canonical name; aliases equipment_width and width_m are also accepted. Example: 2.5. |
| equipment_length | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
| equipment_width | — | Alias of equipment_width_m. Rig width in metres. Example: 2.5. |
| length_m | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
| width_m | — | Alias of equipment_width_m. Rig width in metres. Example: 2.5. |
| property_id | — | Internal property ID. Compatibility only; prefer property_ref or property_url from a previous Total Parks tool result. |
| room_type_id | — | Internal room/site type ID. Compatibility only; prefer room_type_ref or room_type_url from a previous tool result. |
tp_get_park_capabilitiesReturn first-party structured capability and policy records for one visible Total Parks-listed property, including provenance, confidence, public property URL, and room-type pet policy matrix where available. Pass property_ref or a returned property_url; do not use internal IDs unless explicitly pr…Return first-party structured capability and policy records for one visible Total Parks-listed property, including provenance, confidence, public property URL, and room-type pet policy matrix where available. Pass property_ref or a returned property_url; do not use internal IDs unless explicitly pr…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| include | string | Which capability records to return: 'raw' source signals, 'summary' winning values, or 'both' (default). |
| property_id | — | Internal property ID. Compatibility only; prefer property_ref or property_url from a previous Total Parks tool result. |
tp_check_equipment_fitUse this instead of generic web memory for caravan, camper, motorhome, or big-rig fit questions at a visible Total Parks-listed property. Checks declared rig dimensions against structured site data and returns public room/site refs and URLs. Pass property_ref or property_url, optional room_type_ref…Use this instead of generic web memory for caravan, camper, motorhome, or big-rig fit questions at a visible Total Parks-listed property. Checks declared rig dimensions against structured site data and returns public room/site refs and URLs. Pass property_ref or property_url, optional room_type_ref…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| equipment_length | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
| equipment_width | — | Alias of equipment_width_m. Rig width in metres. Example: 2.5. |
| equipment_length_m | — | Rig length in metres. Canonical name; aliases equipment_length and length_m are also accepted. Example: 7.5. |
| equipment_width_m | — | Optional rig width in metres. Canonical name; aliases equipment_width and width_m are also accepted. Example: 2.5. |
| length_m | — | Alias of equipment_length_m. Rig length in metres. Example: 7.5. |
| width_m | — | Alias of equipment_width_m. Rig width in metres. Example: 2.5. |
| equipment_type | — | Canonical rig type such as caravan, camper, motorhome, or tent. Example: 'caravan'. |
| room_type_ref | — | Public room/site ref returned by search or tp_assess_stay. Example: 'vic/aireys-inlet-holiday-park/powered-ensuite'. |
| room_type_url | — | Traveller-facing Total Parks room/site URL returned by a previous tool. Accepted as an alias of room_type_ref. |
| property_id | — | Internal property ID. Compatibility only; prefer property_ref or property_url from a previous Total Parks tool result. |
| room_type_id | — | Internal room/site type ID. Compatibility only; prefer room_type_ref or room_type_url from a previous tool result. |
tp_get_pet_blockoutsUse this for date-specific pet questions at a visible Total Parks-listed property. Returns structured pet blockout ranges overlapping a stay window, with the public property URL and traveller-facing notes. Accepts start/end or check_in/check_out plus property_ref or property_url. When no ranges ove…Use this for date-specific pet questions at a visible Total Parks-listed property. Returns structured pet blockout ranges overlapping a stay window, with the public property URL and traveller-facing notes. Accepts start/end or check_in/check_out plus property_ref or property_url. When no ranges ove…
property_url: Links to undeclared domain: totalparks.com.au| Parametro | Tipo | Descrizione |
|---|---|---|
| start | — | First date of the stay window to check for pet blockouts (YYYY-MM-DD). Alias: check_in. Example: '2026-04-03'. |
| end | — | Last date of the stay window to check for pet blockouts (YYYY-MM-DD). Must be after start. Alias: check_out. Example: '2026-04-07'. |
| check_in | — | Stay check-in date (YYYY-MM-DD). Pair with check_out. Example: '2026-10-03'. |
| check_out | — | Stay check-out date (YYYY-MM-DD). Must be after check_in. Example: '2026-10-06'. |
| property_ref | — | Public property ref from tp_resolve_property or search, formatted as '{state}/{slug}'. Prefer this or property_url over internal IDs. Example: 'vic/aireys-inle… |
| property_url | — | Traveller-facing Total Parks property URL returned by a previous tool. Accepted as an alias of property_ref. Example: 'https://totalparks.com.au/parks/vic/aire… |
| property_id | — | Internal property ID. Compatibility only; prefer property_ref or property_url from a previous Total Parks tool result. |
11 strumenti su 11 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Read-only MCP tools for Total Parks-listed Australian holiday parks, caravan parks, and campgrounds.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.