com.parkinzi/parkinzi
com.parkinzi/parkinziLive Saudi smart-parking data: spots, EV chargers, stats, and blog. Read-only, no auth.
Tools · 9
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 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 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.
Locate EV charging spots near a coordinate. Optionally filter by charger type. Result includes charger_type and the spot location.
Get the full record for a single parking spot by its UUID id. Includes coordinates, area, facility relationship, floor, charger info, and availability.
Live PARKINZI platform statistics: total parking spots, EV-charger spots, facilities, and registered users. Numbers come straight from the production database.
List Saudi cities/areas where PARKINZI has recorded parking spots, sorted by number of spots descending.
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 core information about the PARKINZI app: download links, supported platforms, languages, contact email, and a one-paragraph description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.parkinzi/parkinzi": {
"url": "https://parkinzi.com/mcp",
"transport": "streamable-http"
}
}
}