Back to Browse

Signatrust MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for document signing with proper authentication, appropriate scope validation, and no malicious patterns. The code demonstrates good security practices including vendored dependencies (zero external runtime deps), input validation, and error sanitization. Minor quality issues around error handling breadth and logging do not significantly impact security posture. Permissions align well with the server's document signing and API integration purpose. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

file_stat

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

SignaTrust API key (starts with sk_live_). Create one at Settings -> API keys.Required

Environment variable: SIGNATRUST_API_KEY

Override the API base URL. Defaults to https://app.signatrust.io; set for self-hosted or local development.Optional

Environment variable: SIGNATRUST_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-signatrust-mcp-server": {
      "env": {
        "SIGNATRUST_API_KEY": "your-signatrust-api-key-here",
        "SIGNATRUST_API_URL": "your-signatrust-api-url-here"
      },
      "args": [
        "-y",
        "@signatrust/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!