How to Use the HID Origo MCP in Claude Code
Pipe HID Origo identity data directly into your shell scripts. Manage users, check credentials, and pull audit logs from the command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HID Origo MCP to Claude Code
Create your Vinkius account to connect HID Origo to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Credential Audits in CI/CD
Set up a cron job or a GitHub Action to run daily security checks. A simple shell script using Claude Code can call `list_mobile_identities` and pipe the output to `grep` or `jq` to find credentials that are expired or haven't been activated. This gives you a headless, automated way to monitor credential hygiene. You can even have the script call `get_user_details` for any flagged identities and send a summary to a Slack channel. It's security monitoring that runs itself.
Bulk User Enrollment via CLI
Got a list of new hires in a CSV? Use a simple `for` loop in your shell to read the file and feed each user to Claude Code. The script can use `list_identity_users` to find the correct ID and then construct the JSON body for `create_enrollment_invitation`. This turns a tedious manual task into a one-line command. You can enroll dozens of users in seconds, right from your terminal. This is what makes this MCP server so useful for ops.
Real-Time Access Monitoring
Need to watch access events as they happen? You can run `claude mcp call get_audit_log_events` in a `watch` command. This gives you a live, streaming view of who is accessing what, right in your terminal. Filter the output for specific event types, user IDs, or reader IDs to troubleshoot access issues without ever opening a web UI. Combine it with `list_access_readers` to map reader IDs back to physical locations for a complete operational picture.
Set up HID Origo MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehid-origo-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HID Origo transactions." It will automatically discover and invoke the available HID Origo tools.
claude mcp add --transport http hid-origo-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.