mcpbeat Sign in

SignaTrust MCP Server

by signatrust Your server? Claim it
local only

SignaTrust runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 18 Jul 2026.

Blockchain-anchored e-signatures: send envelopes, manage templates, verify anchors on Solana.

Installs per day peak 11 · avg 5 · +68% w/w
a month agotoday
31
Installs / week
npm · @signatrust/mcp-server
1
Stars
3 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SignaTrust every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @signatrust/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signatrust/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@signatrust/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signatrust/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@signatrust/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIGNATRUST_API_KEY (SignaTrust API key (starts with sk_live_). Create one at Settings -> API keys.), SIGNATRUST_API_URL (Override the API base URL. Defaults to https://app.signatrust.io; set for self-hosted or local development.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SignaTrust

same job, measured the same way
Scribe
by scribe-mail

Manage Scribe email signatures: templates, teammates, smart fields and campaigns, via OAuth.

answering
APISign
by apisign

Send documents for legally binding e-signature and manage the reusable templates behind them.

answering
Agentfolio MCP Server
by 0xbrainkid

AI agent identity verification via SATP on Solana. Trust scores and on-chain attestations.

98 installs/wk local only
Resent
by resentmail

Transactional email for AI agents: templates, domain verify, and sends.

answering
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Mailkite
by mailkite

Send email, manage domains, DNS, webhooks, templates, and inbound routing on MailKite

128 installs/wk answering
Swarmpay
by ginokino

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

74 installs/wk local only
C
Tenderly MCP
by tenderly

Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks.

answering

SignaTrust — questions

Answers built from our own checks of this server.

Why is there no uptime for SignaTrust?
SignaTrust runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @signatrust/mcp-server was installed 31 times last week.
How do I connect SignaTrust?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @signatrust/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use SignaTrust?
The npm package @signatrust/mcp-server was installed 31 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SignaTrust open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.