Vorim MCP Server
UnclaimedMCP server for Vorim AI — AI agent identity, permissions, and audit trails. 17 tools for Claude, Cursor, VS Code, and any MCP-compatible client.
Install
npm install -g @vorim/mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (19)
vorim_check_permission
Check if agent has a permission scope (sub-5ms)
vorim_delegate_credential
Delegate OAuth credentials to an agent
vorim_emit_event
Log an audit event for an agent action
vorim_export_audit
Export signed audit bundle with SHA-256 manifest
vorim_get_agent
Get agent details by ID
vorim_grant_permission
Grant a permission with optional expiry and rate limits
vorim_list_agents
List all agents with pagination and filtering
vorim_list_delegations
List active credential delegations
vorim_list_permissions
List all active permissions for an agent
vorim_onboard_check
Check whether the user approved onboarding and retrieve the issued API key
vorim_onboard_start
Start device-authorization onboarding for a user with no API key; returns a user code and activation URL
vorim_ping
Check API health and connectivity
vorim_register_agent
Register a new agent with Ed25519 cryptographic identity
vorim_register_ephemeral
Register a did:key ephemeral agent with TTL
vorim_request_token
Agent requests a short-lived access token
vorim_revoke_agent
Permanently revoke an agent
vorim_revoke_permission
Revoke a specific permission scope
vorim_update_agent
Update agent metadata (name, description, status)
vorim_verify_trust
Verify agent trust score (public, no auth required)