Productivity
blocksign.red
Create, send, list, and verify agreements and contract templates with status tracking and audit-chain verification.
ENDPOINT 1
https://mcp.blocksign.red/mcp
MCP server metadata
- Name
- blocksign-mcp-server
- Version
- 0.0.1
Use these tools to create blockchain-anchored e-signature agreements. With an API key, pass Authorization: Bearer bsk_agent_*. No key? Call create_agreement with 'payment' (a Stripe shared token spt_*) and 'sender' (name + email) — we charge and treat the payer as the sender. Start with `list_templates`, or `create_agreement` for a one-call signing flow.
Known tools 11
get_agreement_statusFetch unified status for an agreement: envelope state, per-signer status, verification URL.
Inferred read-onlylist_templatesList contract templates available to the calling org (org-owned + platform public).
Inferred read-onlyverify_agreementPublic verification of an agreement's audit chain and on-chain anchor.
Inferred read-onlypreview_templateRender a template with variables (no PDF, no envelope) — useful to validate inputs before create_agreement.
Inferred read-onlycheck_billing_statusCheck current billing plan, credit balance, usage, and per-document pricing for the calling org.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.blocksign-mcp-server]
url = "https://mcp.blocksign.red/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blocksign-mcp-server": {
"type": "http",
"url": "https://mcp.blocksign.red/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blocksign-mcp-server
Remote MCP URL: https://mcp.blocksign.red/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"blocksign-mcp-server": {
"url": "https://mcp.blocksign.red/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blocksign-mcp-server": {
"type": "http",
"url": "https://mcp.blocksign.red/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blocksign-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.blocksign.red/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.