# Find Car Parking (remote · simplyguest.com)

SimplyGuest Car Parking helps people find available parking spaces.

- Trust score: 33/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- remote · `simplyguest.com`: 33/100 (this document), [markdown](https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest.md), [page](https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest)

## Channel facts

- Endpoint: `https://simplyguest.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**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

### Claude

```bash
claude mcp add --transport http simplyguest-find-car-parking https://simplyguest.com/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add simplyguest-find-car-parking --url https://simplyguest.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  simplyguest-find-car-parking:
    url: "https://simplyguest.com/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-11 (score 33, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-09 (score 33, −35)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Authorization: partial → unverified
- [security regression] Stability: 0.03 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-08 (score 68, +3)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-06-18 → 2026-07-28

### 2026-08-07 (score 65)

First indexed and scored.

## MCP tools (14)

### `check_availability` (~30 tokens)

Check if a specific parking space is available.

Input parameters:

- `parking_id` (integer, required): The parking space ID

### `get_area_info` (~28 tokens)

Get detailed information about a specific area.

Input parameters:

- `area_id` (integer, required): The area ID

### `get_parking_details` (~43 tokens)

Get detailed information about a specific parking space.

Input parameters:

- `parking_id` (integer, required): The parking space ID
- `review_limit` (integer): Maximum reviews to return

### `get_parking_reviews` (~44 tokens)

Get reviews for a specific parking space.

Input parameters:

- `limit` (integer): Maximum number of reviews to return
- `parking_space_id` (integer, required): The parking space ID

### `list_areas` (~52 tokens)

List all areas within a specific city.

Input parameters:

- `city_id` (integer): City ID to list areas for (optional)
- `city_slug` (string): City slug to list areas for (alternative to city_id)

### `list_available_parkings` (~46 tokens)

List all available parking spaces in an area.

Input parameters:

- `area_id` (integer): Area ID to filter by (optional)
- `limit` (integer): Maximum number of results

### `list_cities` (~17 tokens)

List all available cities in the platform.

### `list_nearby_areas` (~79 tokens)

List areas near a given anchor area within a radius.

Input parameters:

- `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

### `list_recent_reviews` (~45 tokens)

List recent reviews across all parking spaces.

Input parameters:

- `limit` (integer): Maximum number of reviews to return
- `only_available` (boolean): Only show reviews where parking is available

### `resolve_location` (~101 tokens)

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

Input parameters:

- `candidate_limit` (integer): Max candidates to return
- `city` (string): Optional city hint (name or slug)
- `city_slug` (string): Optional city slug hint
- `text` (string, required): User-provided location text
- `use_google` (boolean): Enable Google grounding (optional)
- `use_llm` (boolean): Enable LLM disambiguation (optional)

### `search` (~190 tokens)

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.

Input parameters:

- `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, required): 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)

### `search_by_location` (~140 tokens)

Search parking spaces by location name or landmark.

Input parameters:

- `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, required): Search term for location, landmark, or nearby areas

### `search_by_price` (~155 tokens)

Search parking spaces by price range.

Input parameters:

- `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, required): 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

### `search_parkings` (~79 tokens)

Search for parking spaces by area.

Input parameters:

- `area_slug` (string, required): 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

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest#diagnostics

## Score history

- 2026-08-12: 33
- 2026-08-11: 33
- 2026-08-10: 33
- 2026-08-09: 33
- 2026-08-08: 68
- 2026-08-07: 65

## Links

- Remote endpoint: https://simplyguest.com/mcp
- Repository: https://github.com/simplyguest/find-car-parking-mcp
- Changelog RSS feed: https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest.xml
- Changelog JSON feed: https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest.json
- HTML version of this page: https://verifymcp.io/servers/simplyguest-find-car-parking/simplyguest
