loading…
Search for a command to run...
loading…
AI agent identity, trust, and audit trail infrastructure. 17 MCP tools: register agents with Ed25519 keypairs, check permissions (sub-5ms), emit tamper-evident
AI agent identity, trust, and audit trail infrastructure. 17 MCP tools: register agents with Ed25519 keypairs, check permissions (sub-5ms), emit tamper-evident audit events, verify trust scores (0-100), delegate credentials, and manage ephemeral agents. IETF Internet-Draft filed (draft-vorim-vaip-00). Works with LangChain, OpenAI, CrewAI, Stripe ACP, and 4 more frameworks. npx @vorim/mcp-server.
npm version smithery badge MIT License
Give every AI agent its own cryptographic identity, scoped permissions, and a tamper-evident audit trail — directly from Claude Desktop, Cursor, or any MCP-compatible client.
Vorim AI is the identity and trust layer for autonomous AI agents. It gives each agent its own Ed25519 keypair, time-bounded scoped permissions, hash-linked audit events, and a publicly verifiable trust score — so when an agent does something, you can prove who acted, what they were allowed to do, and what happened.
The protocol underneath (VAIP) is open, MIT-licensed, and submitted to IETF as draft-nyantakyi-vaip-agent-identity-01.
This package is the MCP (Model Context Protocol) server that exposes 17 Vorim tools to any MCP-compatible AI client.
Works with Claude Desktop, Cursor, VS Code, and any other MCP client.
npm install -g @vorim/mcp-server
Or run directly with npx:
VORIM_API_KEY=agid_sk_live_... npx @vorim/mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}
Add to your VS Code MCP settings with the same format.
agents:*, audit:*, trust:* scopes| Tool | Description |
|---|---|
vorim_ping |
Check API health and connectivity |
| Tool | Description |
|---|---|
vorim_register_agent |
Register a new agent with Ed25519 cryptographic identity |
vorim_register_ephemeral |
Register a did:key ephemeral agent with TTL |
vorim_get_agent |
Get agent details by ID |
vorim_list_agents |
List all agents with pagination and filtering |
vorim_update_agent |
Update agent metadata (name, description, status) |
vorim_revoke_agent |
Permanently revoke an agent |
| Tool | Description |
|---|---|
vorim_check_permission |
Check if agent has a permission scope (sub-5ms) |
vorim_grant_permission |
Grant a permission with optional expiry and rate limits |
vorim_list_permissions |
List all active permissions for an agent |
vorim_revoke_permission |
Revoke a specific permission scope |
| Tool | Description |
|---|---|
vorim_delegate_credential |
Delegate OAuth credentials to an agent |
vorim_request_token |
Agent requests a short-lived access token |
vorim_list_delegations |
List active credential delegations |
| Tool | Description |
|---|---|
vorim_emit_event |
Log an audit event for an agent action |
vorim_export_audit |
Export signed audit bundle with SHA-256 manifest |
| Tool | Description |
|---|---|
vorim_verify_trust |
Verify agent trust score (public, no auth required) |
Once configured, use natural language in Claude, Cursor, or any MCP client:
| Variable | Required | Default | Description |
|---|---|---|---|
VORIM_API_KEY |
Yes | — | Your Vorim API key (agid_sk_live_...) |
VORIM_BASE_URL |
No | https://api.vorim.ai |
API base URL (override for self-hosted) |
MIT — see LICENSE for details.
Built by Vorim AI. Questions or feedback: [email protected].
Run in your terminal:
claude mcp add kzino-vorim-mcp-server -- npx Yes, Kzino/vorim-mcp-server MCP is free — one-click install via Unyly at no cost.
No, Kzino/vorim-mcp-server runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Kzino/vorim-mcp-server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Payments, customers, subscriptions
by Stripe110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
by malamutemayhemUnified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
by whiteknightonhorseDeploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All finance MCPs