streamable-httpupdated 1mo ago
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.
Find Car Parking 能做什么?
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
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
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.
安装
把 Find Car Parking 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http find-car-parking https://simplyguest.com/mcpcodex mcp add find-car-parking --url https://simplyguest.com/mcp{
"mcpServers": {
"find-car-parking": {
"url": "https://simplyguest.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"find-car-parking": {
"type": "http",
"url": "https://simplyguest.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"find-car-parking": {
"url": "https://simplyguest.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"find-car-parking": {
"serverUrl": "https://simplyguest.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档16/25
- 维护19/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 25 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月7日 |