What is the Sequesign MCP server?
Cryptographically verifiable receipts of an agent's delegated work, verified offline.
How to install Sequesign
Copy-paste configuration for popular MCP clients.
SEQUESIGN_MODETransport: 'direct' (default; sign locally, an independent witness co-signs) or 'managed' (route through the Sequesign broker for a registered identity).
SEQUESIGN_API_KEYsecretSequesign write-class API key (from the dashboard). Required for managed mode; in direct mode it authenticates the hosted witness.
SEQUESIGN_AGENT_PRIVATE_KEYsecretEd25519 PKCS#8 private-key PEM for the agent. In managed mode, the key registered to your API key. In direct mode, omit to mint an ephemeral key per session.
SEQUESIGN_PACKAGE_DIRDirectory where sealed receipt packages are written. Defaults to a temporary directory.
{
"mcpServers": {
"sequesign": {
"command": "npx",
"args": [
"-y",
"@sequesign/mcp"
],
"env": {
"SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
"SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
"SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
"SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
}
}
}
}{
"mcpServers": {
"sequesign": {
"command": "npx",
"args": [
"-y",
"@sequesign/mcp"
],
"env": {
"SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
"SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
"SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
"SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
}
}
}
}{
"mcpServers": {
"sequesign": {
"command": "npx",
"args": [
"-y",
"@sequesign/mcp"
],
"env": {
"SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
"SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
"SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
"SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
}
}
}
}{
"servers": {
"sequesign": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sequesign/mcp"
],
"env": {
"SEQUESIGN_MODE": "<YOUR_SEQUESIGN_MODE>",
"SEQUESIGN_API_KEY": "<YOUR_SEQUESIGN_API_KEY>",
"SEQUESIGN_AGENT_PRIVATE_KEY": "<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY>",
"SEQUESIGN_PACKAGE_DIR": "<YOUR_SEQUESIGN_PACKAGE_DIR>"
}
}
}
}claude mcp add sequesign --env SEQUESIGN_MODE=<YOUR_SEQUESIGN_MODE> --env SEQUESIGN_API_KEY=<YOUR_SEQUESIGN_API_KEY> --env SEQUESIGN_AGENT_PRIVATE_KEY=<YOUR_SEQUESIGN_AGENT_PRIVATE_KEY> --env SEQUESIGN_PACKAGE_DIR=<YOUR_SEQUESIGN_PACKAGE_DIR> -- npx -y @sequesign/mcpRelated 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.