Vorim AI — Agent Identity & Trust

Vorim AI — Agent Identity & Trust

AI agent identity, permissions, trust scores, and tamper-evident audit trails. 17 MCP tools: register agents (Ed25519 keypairs), check permissions (sub-5ms), emit audit events, verify trust scores (0-100), delegate credentials, ephemeral agents. IETF Internet-Draft filed. Works with LangChain, OpenAI, CrewAI, Stripe ACP. npx @vorim/mcp-server

Category
Visit Server

README

Vorim AI — MCP Server

MCP (Model Context Protocol) server for Vorim AI — the identity and trust layer for AI agents. Exposes 13 tools for agent registration, permission checks, audit logging, and trust verification.

Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible AI client.

Quick Start

npm install -g @vorim/mcp-server

Or run directly with npx:

VORIM_API_KEY=agid_sk_live_... npx @vorim/mcp-server

Configuration

Claude Desktop

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_..."
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "vorim": {
      "command": "npx",
      "args": ["@vorim/mcp-server"],
      "env": {
        "VORIM_API_KEY": "agid_sk_live_..."
      }
    }
  }
}

VS Code

Add to your VS Code MCP settings with the same format.

Get an API Key

  1. Sign up at vorim.ai (free)
  2. Go to Settings > API Keys
  3. Create a key with agents:*, audit:*, trust:* scopes

Available Tools (13)

Health

Tool Description
vorim_ping Check API health and connectivity

Agent Identity

Tool Description
vorim_register_agent Register a new agent with Ed25519 cryptographic identity
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

Permissions

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

Audit

Tool Description
vorim_emit_event Log an audit event for an agent action
vorim_export_audit Export signed audit bundle with SHA-256 manifest

Trust

Tool Description
vorim_verify_trust Verify agent trust score (public, no auth required)

Example Usage

Once configured, use natural language in Claude, Cursor, or any MCP client:

  • "Register an agent called invoice-processor with read and execute permissions"
  • "Check if agent agid_acme_a1b2 has permission to execute"
  • "Log a tool_call event for the agent: action=process_invoice, result=success"
  • "What's the trust score for agent agid_acme_a1b2?"
  • "Export the audit trail for the last 30 days"
  • "Revoke agent agid_acme_a1b2"

Environment Variables

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)

What is Vorim AI?

Vorim AI provides the identity and trust layer for autonomous AI agents:

  • Cryptographic Identity — Ed25519 keypairs for every agent
  • Fine-Grained Permissions — 7 scopes with time bounds and rate limits
  • Immutable Audit Trails — SHA-256 signed export bundles for compliance
  • Trust Scoring — 0-100 scores based on behavioural history
  • Compliance Ready — EU AI Act, US Executive Order 14110, SOC 2, GDPR

Links

License

MIT — see LICENSE for details.


Built by Vorim AI

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured