Parkopedia Connector for AI agents.
10 live capabilities
Find real-time parking spots and EV chargers across 75+ countries.
Waiting for input…
Why people use Parkopedia
Parkopedia Parking Data for Urban Mobility Developers
With this Connector, your agent pulls it all in one go. You get structured JSON back for pricing, occupancy, and rules instantly, letting you focus on building the app instead of cleaning data.
What Vinkius changes
You get instant access to global parking and EV data without building your own scrapers.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
EV Road Trip Planning
A user wants a route with fast chargers.
- Real-world use case 02
Fleet Optimization
A logistics manager wants to reduce cruising for parking.
- Real-world use case 03
Urban Planning
A city planner needs to see parking trends.
Complete set · 10capabilities
The complete Parkopedia capability set.
These are the exact actions your AI can choose when you ask it to work with Parkopedia.
01—04
4 capabilities in this set.
Part of 10 available through Parkopedia.
- 01 Capability
Search by bounds
Find every parking spot within a specific geographic box. This is the best way to show all options in a neighborhood.
- 02 Capability
Get ev charger details
Get the technical specs for a specific EV charger. You'll see the plug types and who operates the station.
- 03 Capability
Get occupancy
Check if a parking spot is currently full. Use this to help users avoid driving to a garage that's already packed.
- 04 Capability
Search amenities
Find nearby parking-related features like restrooms or valet. It helps users find the specific facilities they need.
05—07
3 capabilities in this set.
Part of 10 available through Parkopedia.
- 05 Capability
Get analytics
Get historical parking trends and data for a location. This is great for long-term urban planning projects.
- 06 Capability
Get spot details
Get the full profile of a specific parking spot. It provides a complete view of all available data for one location.
- 07 Capability
Search ev charging
Find charging stations near a specific location. This helps you map out routes for electric vehicles.
08—10
3 capabilities in this set.
Part of 10 available through Parkopedia.
- 08 Capability
Get pricing
Pull the current rate for a specific parking spot. It works with over 12,000 different operator feeds.
- 09 Capability
Get parking restrictions
Get the legal rules for a specific location. This includes time limits and resident-only zone data.
- 10 Capability
Search parking
Find parking spots near a specific point of interest. This is the standard way to find nearby options.
Set up in minutes
One URL. Then ask Parkopedia to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Parkopedia from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Parkopedia, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Parkopedia for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Parkopedia URL.
- Step 03
Save and start
Save the connection and enable Parkopedia in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"parkopedia": {
"url": "https://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Parkopedia
Open Agent mode in chat and ask: "Using Parkopedia, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"parkopedia": {
"url": "https://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Parkopedia
Ask Copilot: "Using Parkopedia, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"parkopedia": {
"url": "https://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Parkopedia
Open Cascade and ask: "Using Parkopedia, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"parkopedia": {
"url": "https://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Parkopedia
Ask Cline: "Using Parkopedia, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add parkopedia --transport http "https://edge.vinkius.com/vk_preview_xz2szyFrRg5sUTAtEblHuJcd4E4INDWqEFudr3uh/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Parkopedia
Ask Claude: "Using Parkopedia, show me...". 10 tools are ready
Where the request belongs
Work Parkopedia can move forward.
This is for the product manager building a navigation app who is tired of manual data entry, the fleet lead trying to cut down on fuel waste, and the EV infrastructure planner who needs accurate plug specs.
Navigation App Developer
You'll use this to show drivers real-time parking options and legal restrictions without building your own database.
Fleet Manager
You'll use this to optimize delivery routes by checking spot occupancy and pricing in real-time.
EV Infrastructure Planner
You'll use this to map out charging networks and verify plug compatibility for different vehicle types.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTomTom Parking Availability
Search parking spots. audit locations and availability via AI.
SpotHero Parking
Search, compare, and book parking spots in 400+ cities via SpotHero API.
IP Parking
Manage PARCS operations: sites, tariffs, gates, and ANPR events via IP Parking API.
Parklio PMS
Manage smart parking hardware: barriers, displays, and gateways via Parklio PMS API.
Parknav
AI-powered predictive parking availability and street occupancy data via Parknav API.
Wayfront
Manage your parking operations with digital permits, enforcement tracking, and revenue analytics for parking facility operators.
Bring your own AI
Change the model, client or framework. Keep Parkopedia connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Parkopedia.
The practical details behind the request, access and result.
Does Parkopedia cover parking in my city?
Yes, Parkopedia provides parking data across more than 75 countries, covering both on-street spots and private off-street garages.
Can I see if a parking garage is full using Parkopedia?
Yes, the Connector can check real-time occupancy for supported locations so you can see if a garage is full before you arrive.
Does Parkopedia show EV charger plug types?
Yes, it provides detailed specs for chargers, including the specific plug types like CCS and CHAdeMO, which is vital for EV drivers.
Can I get pricing for different parking spots with Parkopedia?
Yes, it pulls structured pricing data from over 12,000 different operator feeds, giving you a clear picture of costs.
Does Parkopedia show parking restrictions like resident-only zones?
Yes, it retrieves legal parking limits, time restrictions, and resident-only zone information to help you avoid tickets.
Does Parkopedia cover EV charging stations?
Yes! The search_ev_charging capability finds EV chargers globally. Use get_ev_charger_details to see connector types (CCS, CHAdeMO, Tesla, etc.) and power output.
Can I check parking restrictions before parking?
Yes! Use get_parking_restrictions with coordinates to see legal limits, time bans, and resident-only rules. Essential for avoiding tickets.
Is real-time occupancy data available?
Where supported by the operator, get_occupancy returns the number of available vs total spaces in real-time. Availability varies by location.
One connection away
Give your agent a direct line to Parkopedia.
Connect Parkopedia once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available