Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.parkinzi/parkinzi

com.parkinzi/parkinzi

Live Saudi smart-parking data: spots, EV chargers, stats, and blog. Read-only, no auth.

Uptime
100.0%
2 direct probes · 30d
Response
180ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

search

Search PARKINZI for parking spots, EV chargers, covered cities, and blog articles. Returns a list of results with id, title, and url. Use fetch with a result id to get the full record. Queries can be …

fetch

Fetch the full content of a PARKINZI search result by its id (as returned by the search tool). Returns id, title, full text, url, and metadata.

search_parking_spots

Search live parking spots on PARKINZI by location, free-text query, or EV-charger filter. Returns up to 50 spots with name, coordinates, area, floor, type, and whether they offer EV charging.

find_ev_chargers

Locate EV charging spots near a coordinate. Optionally filter by charger type. Result includes charger_type and the spot location.

get_spot_details

Get the full record for a single parking spot by its UUID id. Includes coordinates, area, facility relationship, floor, charger info, and availability.

get_platform_stats

Live PARKINZI platform statistics: total parking spots, EV-charger spots, facilities, and registered users. Numbers come straight from the production database.

list_supported_cities

List Saudi cities/areas where PARKINZI has recorded parking spots, sorted by number of spots descending.

search_blog_posts

Search the PARKINZI blog for articles about smart parking, EV charging, Saudi cities, Vision 2030, and related topics. Returns titles, summaries, publish dates, and URLs.

get_app_info

Get core information about the PARKINZI app: download links, supported platforms, languages, contact email, and a one-paragraph description.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.parkinzi/parkinzi": {
      "url": "https://parkinzi.com/mcp",
      "transport": "streamable-http"
    }
  }
}