Odel
SignaTrust

SignaTrust

Local
@signatrustdev1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@signatrust/mcp-serverv0.3.2

Run

npx -y @signatrust/mcp-server

MCP client config

{
  "mcpServers": {
    "signatrust": {
      "command": "npx",
      "args": [
        "-y",
        "@signatrust/mcp-server"
      ]
    }
  }
}