blocksign-mcp
Anchors e-signature agreements to the Bitcoin blockchain for cryptographic verification of signed documents.
Enables autonomous payment for agreement services using Stripe shared payment tokens and credit purchases.
Anchors e-signature agreements to the XRP Ledger, providing cryptographically provable audit trails for signed documents.
blocksign-mcp
A Model Context Protocol (MCP) server for blocksign.red — blockchain-anchored e-signatures.
Every signature blocksign produces is anchored to the XRP Ledger and Bitcoin, so agreements are cryptographically provable — not just asserted by a database. This MCP server lets AI agents create, send, negotiate, and verify legally binding agreements in a single call.
Endpoint
URL:
https://mcp.blocksign.red/mcpTransport: Streamable HTTP (MCP
2025-06-18, negotiates down to2024-11-05)Auth:
Authorization: Bearer bsk_agent_*— issue an agent-scoped key at https://blocksign.red/settings/api-keys
Related MCP server: QuickContract MCP
Tools
Tool | Description |
| One call: template + variables, Markdown, or base64 PDF → send to signers (individuals or companies) |
| Unified status: envelope state, per-signer status, verification URL |
| Recent agreements for the calling org |
| Contract templates (org-owned + platform public) |
| Public, no-auth cryptographic verification of the audit chain + anchors |
| Void an envelope before all parties sign |
| Render a template with variables (validate inputs before sending) |
| Upload text/Markdown → PDF, optional AI field detection |
| AI-detected signature/initials/date field positions |
| Plan, credit balance, usage, per-document pricing |
| Buy a credit pack (10/50/200) |
Agents can also pay autonomously — blocksign supports Stripe shared payment
tokens (spt_*) and x402, so a one-call create_agreement can create, pay,
and send with no human in the loop.
Discovery
MCP metadata:
https://api.blocksign.red/.well-known/mcp.jsonMCP server card (SEP-1649):
https://api.blocksign.red/.well-known/mcp/server-card.jsonA2A AgentCard:
https://a2a.blocksign.red/.well-known/agent-card.jsonllms.txt:https://blocksign.red/llms.txt
Quick start
# Point any MCP client at the hosted endpoint
npx @modelcontextprotocol/inspector https://mcp.blocksign.red/mcpRun it yourself
export BLOCKSIGN_API_URL=http://localhost:8085 # a running blocksign API
export MCP_PUBLIC_URL=http://localhost:8200/mcp
cargo runThen POST /mcp with JSON-RPC, sending your bsk_agent_* key as
Authorization: Bearer <key>.
About this repo
This is the MCP server component of blocksign.red, published for agent discoverability. The core platform (REST API, anchoring, worker services) remains closed-source.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.
E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.
Send AI-created PDFs for signature, track signers, and return verifiable document evidence.
E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result.
Related MCP Servers
- AlicenseAqualityDmaintenanceDocument signing for AI agents. Send markdown or PDF for two-party e-signing with a single tool call — handles PDF generation, email verification, and SHA-256 certified delivery.222MIT

QuickContract MCPofficial
AlicenseAqualityDmaintenanceEnables AI agents to sign contracts, release escrow, query portfolios, and verify on-chain proofs via QuickContract.1716MIT- AlicenseAqualityBmaintenanceEnables AI assistants to manage document signing workflows via natural language, including creating envelopes, uploading documents, analyzing contracts, and verifying blockchain anchors.8501MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to create, sign, and enforce binding agreements with deliverables, deadlines, penalties, and a full lifecycle state machine.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrecolin/blocksign-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server