Security & Testing
free-sign.com
Provides tools for creating and verifying digital signatures, retrieving signing receipts, and auditing document integrity.
ENDPOINT 1
https://free-sign.com/mcp
MCP server metadata
- Name
- free-sign
- Version
- 0.0.0
Known tools 5
verify_document_hashFind FreeSign receipts matching a local document SHA-256 hash.
Inferred read-onlyget_receiptReturn the envelope record (including final_pdf_sha256, final_signature_base64url, final_payload_json), per-signer signing receipts, and OpenTimestamps anchor metadata.
Inferred read-onlyverify_audit_chainReturn an envelope's append-only audit-event hash chain together with a server-computed integrity verdict: every event_hash is recomputed from its canonical material, and the prev_event_hash linkage and per-envelope seq contiguity are checked.
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.free-sign]
url = "https://free-sign.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"free-sign": {
"type": "http",
"url": "https://free-sign.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: free-sign
Remote MCP URL: https://free-sign.com/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": {
"free-sign": {
"url": "https://free-sign.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"free-sign": {
"type": "http",
"url": "https://free-sign.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "free-sign",
"transport": "streamable-http",
"url": "https://free-sign.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for free-sign.com was fetched 2026-09-06T09:47:22.000Z.
free-sign.com is assessed as RestrictedContent: Domain runs technology categorized as adult content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.