What is the SignaTrust MCP server?
Blockchain-anchored e-signatures: send envelopes, manage templates, verify anchors on Solana.
How to install SignaTrust
Copy-paste configuration for popular MCP clients.
SIGNATRUST_API_KEYrequiredsecretSignaTrust API key (starts with sk_live_). Create one at Settings -> API keys.
SIGNATRUST_API_URLOverride the API base URL. Defaults to https://app.signatrust.io; set for self-hosted or local development.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@signatrust/mcp-server"
],
"env": {
"SIGNATRUST_API_KEY": "<YOUR_SIGNATRUST_API_KEY>",
"SIGNATRUST_API_URL": "<YOUR_SIGNATRUST_API_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@signatrust/mcp-server"
],
"env": {
"SIGNATRUST_API_KEY": "<YOUR_SIGNATRUST_API_KEY>",
"SIGNATRUST_API_URL": "<YOUR_SIGNATRUST_API_URL>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@signatrust/mcp-server"
],
"env": {
"SIGNATRUST_API_KEY": "<YOUR_SIGNATRUST_API_KEY>",
"SIGNATRUST_API_URL": "<YOUR_SIGNATRUST_API_URL>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@signatrust/mcp-server"
],
"env": {
"SIGNATRUST_API_KEY": "<YOUR_SIGNATRUST_API_KEY>",
"SIGNATRUST_API_URL": "<YOUR_SIGNATRUST_API_URL>"
}
}
}
}claude mcp add mcp-server --env SIGNATRUST_API_KEY=<YOUR_SIGNATRUST_API_KEY> --env SIGNATRUST_API_URL=<YOUR_SIGNATRUST_API_URL> -- npx -y @signatrust/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.