Parklio PMS Connector for AI agents.
10 live capabilities
Manage smart parking barriers, cameras, and digital displays remotely.
Waiting for input…
Why people use Parklio PMS
Parklio PMS IoT Hardware Management
With this Connector, you just ask your agent. You can check the health of every gate in one go or trigger a remote reboot with a single sentence. It turns a multi-click process into a conversation.
What Vinkius changes
You get a conversational interface for your entire parking hardware network.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Remote Troubleshooting
A gateway goes offline.
- Real-world use case 02
Real-time Updates
A lot gets full.
- Real-world use case 03
Security Audit
A security breach is reported.
Complete set · 10capabilities
The complete Parklio PMS capability set.
These are the exact actions your AI can choose when you ask it to work with Parklio PMS.
01—04
4 capabilities in this set.
Part of 10 available through Parklio PMS.
- 01 Capability
Create gateway
Register new physical hardware like barriers or LPR readers to a specific lot. This helps you expand your infrastructure without manual entry.
- 02 Capability
List gateways
Get a full list of all hardware gateways and check their current online status. This is your first step for auditing hardware health.
- 03 Capability
List displays
See all digital sign screens currently deployed across your parking facilities. It's useful for auditing what drivers see at each entrance.
- 04 Capability
Run gateway operation
Execute remote commands like opening a barrier, rebooting a device, or resetting errors. Use this for manual overrides or remote troubleshooting.
05—07
3 capabilities in this set.
Part of 10 available through Parklio PMS.
- 05 Capability
Pms login
Get your authentication token to keep your session active for all other requests. You'll need this to refresh your session before making other calls.
- 06 Capability
Get activity logs
View the history of system events and barrier movements for security auditing. It provides a clear trail of all hardware interactions.
- 07 Capability
Get lot details
Pull specific configuration data and operational statistics for a single parking lot. Use this to get a deep dive into one location.
08—10
3 capabilities in this set.
Part of 10 available through Parklio PMS.
- 08 Capability
List lots
See every parking lot currently managed within your Parklio system. This is essential for discovering available lots before managing hardware.
- 09 Capability
Get system status
Get a high-level overview of the entire system's health and uptime. Use this for a quick check on global operational metrics.
- 10 Capability
Update display message
Change the text on digital signs to show maintenance alerts or welcome messages. It helps you communicate with drivers in real time.
Set up in minutes
One URL. Then ask Parklio PMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Parklio PMS 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_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Parklio PMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS URL.
- Step 03
Save and start
Save the connection and enable Parklio PMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"parklio-pms": {
"url": "https://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS
Open Agent mode in chat and ask: "Using Parklio PMS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"parklio-pms": {
"url": "https://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS
Ask Copilot: "Using Parklio PMS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"parklio-pms": {
"url": "https://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS
Open Cascade and ask: "Using Parklio PMS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"parklio-pms": {
"url": "https://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS
Ask Cline: "Using Parklio PMS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add parklio-pms --transport http "https://edge.vinkius.com/vk_preview_OLs42w0HOcIW5yrxJQmFbGUdq0EPw8LMLDNxOZ1D/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 Parklio PMS
Ask Claude: "Using Parklio PMS, show me...". 10 tools are ready
Where the request belongs
Work Parklio can move forward.
This is for parking facility managers and maintenance techs who are tired of manual hardware troubleshooting and dashboard hopping. It's for the person who needs to fix a broken gate at 3 AM without getting out of bed.
Parking Operations Manager
Monitors lot health and updates signs daily to keep traffic moving.
Maintenance Technician
Troubleshoots offline gateways and reboots hardware remotely to avoid site visits.
Security Supervisor
Audits access logs to investigate unauthorized entries or barrier overrides.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIP Parking
Manage PARCS operations: sites, tariffs, gates, and ANPR events via IP Parking API.
Parkopedia
Global parking search, EV charging, and restrictions data via Parkopedia API.
Brivo
Manage your access control via Brivo. unlock doors, track access events, and oversee users directly from any AI agent.
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.
TomTom Parking Availability
Search parking spots. audit locations and availability via AI.
Bring your own AI
Change the model, client or framework. Keep Parklio 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 Parklio.
The practical details behind the request, access and result.
Can I use Parklio PMS MCP to manage my parking lot barriers?
Yes. It gives you direct control over opening, closing, and rebooting gates through a conversational interface.
How does this help with parking lot maintenance?
It lets you check hardware health and reboot offline gateways remotely, which saves you from having to drive to the site for simple fixes.
Can I update my digital parking signs with this?
Yes. You can change the text on your signs for maintenance alerts or welcome messages instantly.
Is Parklio PMS MCP good for security audits?
Yes. You can pull activity logs to see all barrier movements and system events to investigate specific incidents.
How do I find out if my parking lot hardware is online?
The agent can list all your gateways and show you which ones are currently online or offline in one simple list.
Can I add new hardware to my parking lot using this?
Yes. You can register new barriers, LPR readers, and other hardware gateways to your lots using your AI agent.
Can I remotely open or close a barrier gate?
Yes! Use the run_gateway_operation capability with the gateway_id and the operation 'open_barrier' or 'close_barrier'. This allows instant manual control without physical intervention.
How do I change the message on a digital display?
Use the update_display_message capability. Provide the display_id and your new message (e.g., 'Lot Full', 'Welcome to VIP Parking'). The screen updates within seconds.
Can I audit who opened barriers manually?
Yes! The get_activity_logs capability returns detailed logs of all gateway operations, including the user who performed the action and the timestamp. Essential for security and accountability.
One connection away
Give your agent a direct line to Parklio.
Connect Parklio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available