How to Use the HID Origo MCP in Cursor
Pull live HID Origo user data and credential status directly into your code with Cursor's AI agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HID Origo MCP to Cursor
Create your Vinkius account to connect HID Origo to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script New User Onboarding
The `create_enrollment_invitation` tool lets your agent provision mobile credentials programmatically. You can write a script that calls `list_identity_users` to get a batch of new employees, then loops through them to trigger `create_enrollment_invitation` for each one. Your agent can generate the code for this entire workflow right in your editor. This isn't mock data—it's hitting the real HID Origo API. It's the fastest way to build and test identity management automation.
Inject Live Audit Data into Your Editor
Use the `get_audit_log_events` tool to have Cursor's agent fetch and display security events directly. You can ask it to "get the last 10 admin actions" and it will call the tool and format the output as a comment, a variable, or even a test fixture. This is perfect for building monitoring dashboards or security analysis scripts. Instead of working with stale exports, your code is developed against live access event data from your HID Origo tenant.
Code with Real Credential Data using this MCP Server
When you're building something that interacts with user identities, you need real data. Use `get_user_details` and `get_mobile_identity` to have the agent pull specific user records and their credential status into your active file. Your agent can then use that live data to write functions that correctly handle the data structure of a mobile identity object. This MCP server connection means you stop guessing what the API response looks like and start coding with it.
Set up HID Origo MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the HID Origo MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent HID Origo transactions." If the MCP tools are loaded correctly, Cursor will call the HID Origo tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hid-origo-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by HID Origo. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about HID Origo MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HID Origo MCP today
We host it, we monitor it, we maintain it. You just paste one token.