← blocksign.red

INDIVIDUAL MCP TOOL

create_agreement

Create and optionally send an agreement in a single call.

blocksign.rednone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.blocksign.red/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_agreement and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

blocksign.red

CONNECT 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.

Related tools

  • get_agreement_status — Fetch unified status for an agreement: envelope state, per-signer status, verification URL.
  • list_agreements — List recent agreements for the calling org.
  • list_templates — List contract templates available to the calling org (org-owned + platform public).
  • verify_agreement — Public verification of an agreement's audit chain and on-chain anchor.
  • void_agreement — Void an envelope before all parties sign.
  • preview_template — Render a template with variables (no PDF, no envelope) — useful to validate inputs before create_agreement.
  • upload_document — Upload a document for use in agreements.
  • detect_fields — Run AI field detection on a previously uploaded text document.