Signet MCP Tools

Don't just log agent actions. Prove them. Cryptographic receipts for every AI agent tool call - signed, hash-chained, offline-verifiable. Independent of any provider. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-05-28 · ★ 37 · #99 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Signet MCP Tools

Claude Code

claude mcp add prismer-ai-signet -- npx -y @signet-auth/mcp-tools

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "prismer-ai-signet": {
      "command": "npx",
      "args": [
        "-y",
        "@signet-auth/mcp-tools"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @signet-auth/mcp-tools - the @signet-auth scope differs from the repo owner (prismer-ai); confirm it's the project's official package

registry namespace io.github.Prismer-AI is GitHub-verified and matches the repo owner

03 · What Signet MCP Tools can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.0 · 2026-05-07

> Note: This release consolidates changes accumulated since v0.9.0 that were not · > individually documented in the v0.9.1, v0.9.2, and v0.9.3 maintenance releases. · > Sub-sections below cover the full delta from…

v0.9.3 · 2026-04-26

v0.9.2 · 2026-04-26

04 · Who maintains Signet MCP Tools

Signet MCP Tools is maintained by prismer-ai. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #99 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.Prismer-AI/signet-mcp-tools (active, first published 2026-04-07)
packages
npm:@signet-auth/mcp-tools

06 · Signet MCP Tools FAQ

What is Signet MCP Tools?

Don't just log agent actions. Prove them. Cryptographic receipts for every AI agent tool call - signed, hash-chained, offline-verifiable. Independent of any provider. It runs locally over stdio via the published package.

Is Signet MCP Tools still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-28. We re-verify nightly.

How do I install Signet MCP Tools?

Run `npx -y @signet-auth/mcp-tools`. You can also paste the ready-made client config above.

Does Signet MCP Tools run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Signet MCP Tools