# Find Car Parking [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/simplyguest/find-car-parking-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/find-car-parking

## Description
SimplyGuest Car Parking helps people find available parking spaces.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "find-car-parking": {
    "url": "https://simplyguest.com/mcp"
  }
}
```

## Documentation & README

# Find Car Parking

Find Car Parking is the public MCP server from SimplyGuest Car Parking. It helps people discover available car parking using natural-language prompts in MCP-compatible clients.

## Connect

- Endpoint: `https://simplyguest.com/mcp`
- Transport: Streamable HTTP
- Authentication: none for the public, read-only tools
- Developer guide: [simplyguest.com/developers/mcp](https://simplyguest.com/developers/mcp)

Add the endpoint in any client that supports remote Streamable HTTP MCP servers. No local process, API key, or callback configuration is required.

## Capabilities

The server exposes 14 anonymous, read-only tools for:

- searching by area, location, and price
- browsing supported cities and areas
- resolving locations and finding nearby areas
- viewing approved public parking details, availability, and reviews

Example prompts:

- `Find car parking near Indiranagar.`
- `Show monthly parking under 3000 rupees.`
- `Which areas near Koramangala have parking?`

## Public-data boundary

The MCP server does not provide account data, payments, listing creation, writes, owner or reviewer contact details, or exact parking addresses.

## Support and policies

- [Privacy](https://simplyguest.com/privacy)
- [Terms](https://simplyguest.com/terms)
- [Contact](https://simplyguest.com/contact)

`server.json` is the canonical metadata manifest for public MCP registries. Releases are published to the official MCP Registry from GitHub Actions using short-lived GitHub OIDC credentials; no long-lived registry secret is stored.

