Find Car Parking
REMOTE · SIMPLYGUEST.COM · SCANNED AUG 12
SimplyGuest Car Parking helps people find available parking spaces.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes. View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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.
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
claude mcp add --transport http simplyguest-find-car-parking https://simplyguest.com/mcp
[mcp_servers.simplyguest-find-car-parking] url = "https://simplyguest.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"simplyguest-find-car-parking": {
"type": "remote",
"url": "https://simplyguest.com/mcp",
"enabled": true
}
}
} openclaw mcp add simplyguest-find-car-parking --url https://simplyguest.com/mcp --transport streamable-http
mcp_servers:
simplyguest-find-car-parking:
url: "https://simplyguest.com/mcp" {
"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.
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.
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 |
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.
check_availability ~30
Check if a specific parking space is available.
| Name | Type | Req | Description |
|---|---|---|---|
| parking_id | integer | yes | The parking space ID |
No output schema declared.
No examples provided.
get_area_info ~28
Get detailed information about a specific area.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | yes | The area ID |
No output schema declared.
No examples provided.
get_parking_details ~43
Get detailed information about a specific parking space.
| Name | Type | Req | Description |
|---|---|---|---|
| parking_id | integer | yes | The parking space ID |
| review_limit | integer | – | Maximum reviews to return |
No output schema declared.
No examples provided.
get_parking_reviews ~44
Get reviews for a specific parking space.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of reviews to return |
| parking_space_id | integer | yes | The parking space ID |
No output schema declared.
No examples provided.
list_areas ~52
List all areas within a specific city.
| Name | Type | Req | Description |
|---|---|---|---|
| city_id | integer | – | City ID to list areas for (optional) |
| city_slug | string | – | City 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.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | – | Area ID to filter by (optional) |
| limit | integer | – | Maximum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | – | Anchor area ID |
| area_slug | string | – | Anchor area slug |
| limit | integer | – | Maximum results to return |
| offset | integer | – | Results offset for pagination |
| radius_km | number | – | Radius in km |
No output schema declared.
No examples provided.
list_recent_reviews ~45
List recent reviews across all parking spaces.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of reviews to return |
| only_available | boolean | – | Only 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.
| Name | Type | Req | Description |
|---|---|---|---|
| candidate_limit | integer | – | Max candidates to return |
| city | string | – | Optional city hint (name or slug) |
| city_slug | string | – | Optional city slug hint |
| text | string | yes | User-provided location text |
| use_google | boolean | – | Enable Google grounding (optional) |
| use_llm | boolean | – | Enable 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.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | – | Optional area ID to anchor search |
| area_slug | string | – | Optional area slug to anchor search |
| available_only | boolean | – | Only show available parkings |
| city | string | – | Optional city hint (name or slug) |
| include_unavailable | boolean | – | Include unavailable parkings |
| limit | integer | – | Maximum results to return |
| offset | integer | – | Results offset for pagination |
| query | string | yes | Freeform user query |
| radius_km | number | – | Radius in km when expanding nearby searches |
| use_google | boolean | – | Enable Google grounding (optional) |
| use_llm | boolean | – | Enable LLM parsing (optional) |
No output schema declared.
No examples provided.
search_by_location ~140
Search parking spaces by location name or landmark.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | – | Area ID to anchor nearby searches |
| area_slug | string | – | Area slug to anchor nearby searches |
| available_only | boolean | – | Only show available parkings |
| city_slug | string | – | City slug to filter by |
| include_unavailable | boolean | – | Include unavailable parkings |
| limit | integer | – | Maximum results to return |
| offset | integer | – | Results offset for pagination |
| radius_km | number | – | Radius in km for nearby search |
| search_term | string | yes | Search term for location, landmark, or nearby areas |
No output schema declared.
No examples provided.
search_by_price ~155
Search parking spaces by price range.
| Name | Type | Req | Description |
|---|---|---|---|
| area_id | integer | – | Area ID to filter by |
| area_slug | string | – | Area slug to filter by |
| available_only | boolean | – | Only show available parkings |
| city_slug | string | – | City slug to filter by |
| include_unavailable | boolean | – | Include unavailable parkings |
| limit | integer | – | Maximum results to return |
| max_rent | integer | yes | Maximum rent amount |
| min_rent | integer | – | Minimum rent amount |
| offset | integer | – | Results offset for pagination |
| radius_km | number | – | Radius in km for nearby search |
| sort | string | – | Sort order: asc or desc |
No output schema declared.
No examples provided.
search_parkings ~79
Search for parking spaces by area.
| Name | Type | Req | Description |
|---|---|---|---|
| area_slug | string | yes | The area slug to search in |
| available_only | boolean | – | Only show available parkings |
| include_unavailable | boolean | – | Include unavailable parkings |
| limit | integer | – | Maximum results to return |
| offset | integer | – | Results offset for pagination |
No output schema declared.
No examples provided.