← WebMCP Directory

Tool tree

vorim.ai

liveAI & Agents
https://www.vorim.ai/
Identity, permissions, and audit layer for AI agents — scoped least-privilege permissions, trust scoring, and SDKs.
Explore capabilities
vorim_get_product_overviewAction

Get a plain-language overview of what Vorim AI is: the identity, permissions, and audit layer for AI agents. Returns the product summary, key links, and the underlying open protocol.

View tool JSON
{
  "name": "vorim_get_product_overview",
  "kind": "act",
  "impl": "imperative",
  "description": "Get a plain-language overview of what Vorim AI is: the identity, permissions, and audit layer for AI agents. Returns the product summary, key links, and the underlying open protocol.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
vorim_list_sdksAction

List the Vorim AI SDKs and packages an agent or developer can install, including the TypeScript SDK, Python SDK, MCP server, and CLI.

View tool JSON
{
  "name": "vorim_list_sdks",
  "kind": "act",
  "impl": "imperative",
  "description": "List the Vorim AI SDKs and packages an agent or developer can install, including the TypeScript SDK, Python SDK, MCP server, and CLI.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
vorim_list_permission_scopesAction

List the permission scopes Vorim supports for AI agents. These are the scoped, least-privilege permissions that can be granted to an agent and checked at tool-call time.

View tool JSON
{
  "name": "vorim_list_permission_scopes",
  "kind": "act",
  "impl": "imperative",
  "description": "List the permission scopes Vorim supports for AI agents. These are the scoped, least-privilege permissions that can be granted to an agent and checked at tool-call time.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
vorim_get_plansAction

Get an overview of Vorim AI plan tiers. Vorim uses usage-based pricing metered on audit events (every signed agent action). Returns the per-tier event volume, agent caps, and audit retention. Paid pricing is custom; directs to contact for details.

View tool JSON
{
  "name": "vorim_get_plans",
  "kind": "act",
  "impl": "imperative",
  "description": "Get an overview of Vorim AI plan tiers. Vorim uses usage-based pricing metered on audit events (every signed agent action). Returns the per-tier event volume, agent caps, and audit retention. Paid pricing is custom; directs to contact for details.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}