Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔒 Security
  3. 1Claw Vault
1Claw Vault logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 10:16:36 AM

1Claw Vault

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
securitysecretsvaultblockchainmcp

HSM-backed vault access, secret rotation, transaction signing, and threat scanning for MCP clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y @1claw/mcp

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 4d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "1claw-vault": {
      "command": "npx",
      "args": [
        "-y",
        "@1claw/mcp"
      ],
      "env": {
        "ONECLAW_AGENT_API_KEY": "YOUR_VALUE_HERE",
        "ONECLAW_AGENT_TOKEN": "YOUR_VALUE_HERE",
        "ONECLAW_VAULT_ID": "YOUR_VALUE_HERE",
        "ONECLAW_LOCAL_ONLY": "YOUR_VALUE_HERE",
        "ONECLAW_LOCAL_VAULT": "YOUR_VALUE_HERE",
        "ONECLAW_DAEMON_SOCKET": "YOUR_VALUE_HERE",
        "MCP_TRANSPORT": "YOUR_VALUE_HERE",
        "PORT": "YOUR_VALUE_HERE"
      }
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (37) Directory Badge Claim listing Alternatives🔒 More in Security

Overview

1Claw Vault MCP server connects MCP clients to 1Claw vaults for just-in-time secret access and transaction operations. It authenticates through an agent API key or token, supports hosted HTTP streaming and local stdio, and can use a local daemon so secret values stay on the machine. Available tools depend on the agent's entitlements and can include vault management, environment resolution, signing keys, blockchain transaction simulation, and signing. Reach for it when an agent needs controlled access to secrets or signing capabilities without placing credentials in prompts or MCP configuration.

Use cases

•Fetch secrets just in time for an agent task
•Rotate credentials and inspect secret versions
•Resolve environment variables for a deployment
•Simulate and submit multi-chain transactions
•Scan content for prompt injection locally

Key features

•HSM-backed vault secret access
•Secret versioning and server-side rotation
•Environment bundle and variable resolution
•Multi-chain transaction signing and simulation
•Agent signing-key management
•Local security inspection mode

Capabilities & Tool Schemas (37) ~943 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by 1Claw Vault.

list_secrets

List all secrets (metadata only — never values)

get_secret

Fetch the decrypted value of a secret by path. Accepts optional `client_share` for MPC vaults.

put_secret

Create or update a secret (creates a new version). Response includes `client_share` when the vault has MPC enabled.

delete_secret

Soft-delete a secret at a path

describe_secret

Get metadata without fetching the value

rotate_and_store

Store a new value for an existing secret and return the version

How 1Claw Vault works

What 1Claw Vault MCP server does

1Claw Vault MCP server exposes 1Claw vault operations through Model Context Protocol. It can list secret metadata, retrieve decrypted values by path, create or update secrets, soft-delete entries, inspect versions, and rotate values. Environment-oriented tools parse env_bundle secrets or resolve the final variables for a vault and environment with precedence applied.

The server also supports vault creation, access grants, secret sharing, and transaction workflows. Agents can simulate individual transactions or ordered bundles through Tenderly, submit transaction intents, retrieve transaction records, and sign without broadcasting. Supported signing and submission networks include EVM, Bitcoin, Solana, XRP, Cardano, and Tron. XRPL operations can be supplied through transaction JSON for multiple transaction types.

As a 🔒 Security tool, 1Claw Vault MCP server is intended for agents that need policy-controlled access to credentials, signing keys, and transaction actions. The supplied material also identifies local security inspection tools, including an inspect_content mode that can run without vault credentials.

How it works

The default transport is stdio for local clients such as Claude Desktop and Cursor. Hosted deployments can use httpStream; set MCP_TRANSPORT=httpStream and provide a port. In hosted mode, requests use a bearer token and X-Vault-ID header.

For stdio, the recommended authentication method is ONECLAW_AGENT_API_KEY. The server exchanges the ocv_ key for a JWT, discovers the agent and vault, and refreshes the token. A legacy static JWT can be supplied with ONECLAW_AGENT_TOKEN together with ONECLAW_VAULT_ID. Each tool invocation builds its client from the current environment, so updated environment values take effect on the next call.

A local daemon mode is available through ONECLAW_LOCAL_VAULT=true. The daemon injects credentials into outbound requests, keeping raw secret values away from the model. ONECLAW_LOCAL_ONLY=true enables security inspection without vault credentials. Tool visibility is controlled by agent entitlements and optional toolset configuration rather than exposing every capability to every session.

Setup and configuration

Install the package with Homebrew on macOS or Linux using brew install 1clawAI/tap/1claw-mcp, or build it from the repository with pnpm. Configure an agent API key for the normal stdio setup. Use ONECLAW_DAEMON_SOCKET to select a non-default Unix socket in local daemon mode.

The server uses https://api.1claw.co by default for the vault API. ONECLAW_BASE_URL can change that endpoint for DPoP-bound tokens or self-hosted deployments. ONECLAW_DPOP=true enables proof-of-possession token binding. ONECLAW_MCP_TOOLSETS narrows or opts into exposed toolsets, but cannot exceed the agent's entitlements.

Tools and capabilities

1Claw Vault MCP server includes capabilities for:

  • Secret metadata, retrieval, creation, updates, deletion, version listing, and rotation.
  • Environment bundle parsing and agent-environment-aware variable resolution.
  • Vault creation, vault listing, access grants, and secret sharing.
  • Signing-key provisioning, listing, balance lookup, and human-only key import.
  • Transaction simulation, submission, lookup, message signing, typed-data signing, and digest signing.
  • Platform app listing, platform app creation, and connected-user bootstrap.

The transaction APIs include replay protection for submitted intents. Raw digest signing requires raw signing to be enabled and is audit logged.

Limitations and notes

Secret values are fetched at call time rather than intended for long-term model-context storage. Access depends on the agent's policies, entitlements, vault binding, and, where applicable, human approval. Imported signing keys require human-only step-up authentication.

The local-only mode provides security inspection without account credentials, but it is not the full vault feature set. The local daemon mode changes where credential handling occurs; it does not imply that every tool is available without the required agent configuration. LLM traffic through Shroud is separate from the MCP server, which does not proxy those requests.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Security View all alternatives
  • Agntor MCP logoAgntor MCP

    MCP audit server for agent discovery and certification. Provides trust and payment rail for AI agents including identity verification, escrow, settlement, and reputation management.

    🔒 Security3 views
    Compare vs Agntor MCP →
  • Captcha MCP logoCaptcha MCP

    L402 Lightning paywall + Hashcash proof-of-work gate for MCP tool calls. Free tier solves a PoW challenge; paid tier pays a Lightning invoice via self-hosted LNBits. No accounts, no API keys, no third-party SaaS. Drop-in middleware for any MCP server. npx @powforge/captcha-mcp.

    🔒 Security2 views
    Compare vs Captcha MCP →
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    🔒 Security5 views
    Compare vs Agentward →
  • Volta MCP Server logoVolta MCP Server

    Burn-after-read encrypted notes for AI agents. Create and read self-destructing notes via Volta Notes with AES-256-GCM E2E encryption — the decryption key never leaves the URL fragment. Secure credential handoff between users and agents without secrets appearing in chat history.

    🔒 Security3 views
    Compare vs Volta MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
Last commit
4d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Tools exposed
37
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about 1Claw Vault

On macOS or Linux, install it with Homebrew using `brew install 1clawAI/tap/1claw-mcp`. You can also build it from the repository with pnpm.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG Preview1Claw Vault AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/1claw-vault?style=directory)](https://allmcps.com/mcp/1claw-vault)
HTML Embed
<a href="https://allmcps.com/mcp/1claw-vault"><img src="https://allmcps.com/api/badge/1claw-vault?style=directory" alt="1Claw Vault on AllMCPs" /></a>

Technical Specs & Signals

Category🔒Security
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop, Cursor
Last updatedSep 21, 2026
11/15 checks healthy over the last 45d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 21, 2026
56Quality signal: Good · 56/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev · @1claw/mcp (npm)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔒 Security →Best MCP servers for Security →Alternatives to 1Claw Vault →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients