Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Find Car Parking

REMOTE · SIMPLYGUEST.COM · SCANNED AUG 12

SimplyGuest Car Parking helps people find available parking spaces.

Available components

33 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · simplyguest.com

# add to Claude Code
claude mcp add --transport http simplyguest-find-car-parking https://simplyguest.com/mcp
# ~/.codex/config.toml
[mcp_servers.simplyguest-find-car-parking]
url = "https://simplyguest.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "simplyguest-find-car-parking": {
      "type": "remote",
      "url": "https://simplyguest.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add simplyguest-find-car-parking --url https://simplyguest.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  simplyguest-find-car-parking:
    url: "https://simplyguest.com/mcp"
// mcp.json
{
  "mcpServers": {
    "simplyguest-find-car-parking": {
      "type": "http",
      "url": "https://simplyguest.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 9 Aug 26 −35
    • Endpoint reachability: reachable → not serving MCP security
    • Authorization: partial → unverified security
    • Stability: 0.03 → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 8 Aug 26 +3
    • The server rewrote its instructions, which are the text every model session reads security
    • Stability: unverified → 0.03 functional
    • MCP protocol: fail → pass functional
    • MCP protocol version: 2025-06-18 → 2026-07-28 functional
  • 7 Aug 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 12 Aug 2026 · Probed https://simplyguest.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=simplyguest.com CN=WE1,O=Google Trust Services,C=US 8 Aug 2026 6 Nov 2026 ECDSA 256 ECDSA-SHA256 441da326fca089913e034647146836c
SANs: simplyguest.com, *.simplyguest.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of simplyguest.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
simplyguest.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://simplyguest.com/mcp Verified 200
http (plaintext) http://simplyguest.com/mcp HTTPS enforced 301 https://simplyguest.com/mcp
MCP tools · 14 exposed · ~1,049 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_availability ~30

Check if a specific parking space is available.

NameTypeReqDescription
parking_idintegeryesThe parking space ID

No output schema declared.

No examples provided.

get_area_info ~28

Get detailed information about a specific area.

NameTypeReqDescription
area_idintegeryesThe area ID

No output schema declared.

No examples provided.

get_parking_details ~43

Get detailed information about a specific parking space.

NameTypeReqDescription
parking_idintegeryesThe parking space ID
review_limitintegerMaximum reviews to return

No output schema declared.

No examples provided.

get_parking_reviews ~44

Get reviews for a specific parking space.

NameTypeReqDescription
limitintegerMaximum number of reviews to return
parking_space_idintegeryesThe parking space ID

No output schema declared.

No examples provided.

list_areas ~52

List all areas within a specific city.

NameTypeReqDescription
city_idintegerCity ID to list areas for (optional)
city_slugstringCity slug to list areas for (alternative to city_id)

No output schema declared.

No examples provided.

list_available_parkings ~46

List all available parking spaces in an area.

NameTypeReqDescription
area_idintegerArea ID to filter by (optional)
limitintegerMaximum number of results

No output schema declared.

No examples provided.

list_cities ~17

List all available cities in the platform.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_nearby_areas ~79

List areas near a given anchor area within a radius.

NameTypeReqDescription
area_idintegerAnchor area ID
area_slugstringAnchor area slug
limitintegerMaximum results to return
offsetintegerResults offset for pagination
radius_kmnumberRadius in km

No output schema declared.

No examples provided.

list_recent_reviews ~45

List recent reviews across all parking spaces.

NameTypeReqDescription
limitintegerMaximum number of reviews to return
only_availablebooleanOnly show reviews where parking is available

No output schema declared.

No examples provided.

resolve_location ~101

Resolve a location string into a city and area with candidate suggestions.

NameTypeReqDescription
candidate_limitintegerMax candidates to return
citystringOptional city hint (name or slug)
city_slugstringOptional city slug hint
textstringyesUser-provided location text
use_googlebooleanEnable Google grounding (optional)
use_llmbooleanEnable LLM disambiguation (optional)

No output schema declared.

No examples provided.

search ~190

Search for parking spaces from a conversational query. This tool understands fuzzy user input, optionally resolves the city from the query, and combines DB search, Google grounding, and optional LLM parsing.

NameTypeReqDescription
area_idintegerOptional area ID to anchor search
area_slugstringOptional area slug to anchor search
available_onlybooleanOnly show available parkings
citystringOptional city hint (name or slug)
include_unavailablebooleanInclude unavailable parkings
limitintegerMaximum results to return
offsetintegerResults offset for pagination
querystringyesFreeform user query
radius_kmnumberRadius in km when expanding nearby searches
use_googlebooleanEnable Google grounding (optional)
use_llmbooleanEnable LLM parsing (optional)

No output schema declared.

No examples provided.

search_by_location ~140

Search parking spaces by location name or landmark.

NameTypeReqDescription
area_idintegerArea ID to anchor nearby searches
area_slugstringArea slug to anchor nearby searches
available_onlybooleanOnly show available parkings
city_slugstringCity slug to filter by
include_unavailablebooleanInclude unavailable parkings
limitintegerMaximum results to return
offsetintegerResults offset for pagination
radius_kmnumberRadius in km for nearby search
search_termstringyesSearch term for location, landmark, or nearby areas

No output schema declared.

No examples provided.

search_by_price ~155

Search parking spaces by price range.

NameTypeReqDescription
area_idintegerArea ID to filter by
area_slugstringArea slug to filter by
available_onlybooleanOnly show available parkings
city_slugstringCity slug to filter by
include_unavailablebooleanInclude unavailable parkings
limitintegerMaximum results to return
max_rentintegeryesMaximum rent amount
min_rentintegerMinimum rent amount
offsetintegerResults offset for pagination
radius_kmnumberRadius in km for nearby search
sortstringSort order: asc or desc

No output schema declared.

No examples provided.

search_parkings ~79

Search for parking spaces by area.

NameTypeReqDescription
area_slugstringyesThe area slug to search in
available_onlybooleanOnly show available parkings
include_unavailablebooleanInclude unavailable parkings
limitintegerMaximum results to return
offsetintegerResults offset for pagination

No output schema declared.

No examples provided.