The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Veriswarm MCP listing page.
Official client libraries, MCP server, and plugins for VeriSwarm — trust infrastructure for AI agents.
| Package | Language | Install | Description |
|---|---|---|---|
| Python SDK | Python | pip install veriswarm | REST client with Workflows, credential issuance, scoring profiles, LangChain adapter |
| Node.js SDK | JavaScript | npm install @veriswarm/sdk | ESM client for decisions, events, Workflows, agent management |
| MCP Server | Python | pip install veriswarm-mcp | 89 MCP tools for trust scoring, Guard, Passport, Vault, Workflows, Compliance (OWASP/EU AI Act/NIST/ISO 42001), Cedar policies + ABAC attributes, SRE, context governance, and content provenance (EU AI Act Art. 50). Works with Claude Desktop, Cursor, and any MCP client. (approve_jit_grant and issue_jit_token are deliberately not exposed to the LLM — those actions live behind an authenticated session in the web UI.) |
| OpenClaw Plugin | TypeScript | openclaw plugins install veriswarm | 11 tools + 3 hooks for OpenClaw agents. PII tokenization, policy enforcement, audit. Per-feature enable/disable. |
| GitHub Action | Python | GitHub Marketplace | CI/CD trust gate — check agent trust scores in your pipeline |
| JSON Schemas | JSON | npm install @veriswarm/schemas | Schema definitions for events, profiles, scores, and workflows |
Add to your MCP client config (Claude Desktop, Cursor, etc.):
Or use the setup CLI:
This installs the MCP server, Guard hooks (PII protection + activity logging), and Guard Proxy config.
Get started with no credit card:
Sign up at veriswarm.ai.
MIT