FreeSign — Free e-signature
(unclaimed - source: registry-official · publisher: com.free-sign) · languages: en · regions: global · more from com.free-sign →
Free e-signature for humans and AI agents — zero-document PDF signing from hashes only. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_003eba7d5b/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_003eba7d5b/ask -d '{"tool":"create_signing_envelope","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_003eba7d5b # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://free-sign.com/mcp- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage
Live capabilities — 5 tool(s) it actually exposes · free-sign v0.0.0 (measured from a real MCP handshake, not self-reported)
create_signing_envelope — Create a FreeSign envelope from a PDF SHA-256 hash. Do not send PDF bytes. The created envelope is NOT yet session-bound — the browser that opens the returned sverify_document_hash — Find FreeSign receipts matching a local document SHA-256 hash.get_receipt — Return the envelope record (including final_pdf_sha256, final_signature_base64url, final_payload_json), per-signer signing receipts, and OpenTimestamps anchor mget_ots_proof — Return the .ots proof (base64) for a given OpenTimestamps anchor on an envelope. Use the official `ots-cli` to verify offline against Bitcoin block headers. Eacverify_audit_chain — Return an envelope's append-only audit-event hash chain together with a server-computed integrity verdict: every event_hash is recomputed from its canonical matCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_003eba7d5b # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_003eba7d5b)<a href="https://jishie.com/agent.html?id=aix_003eba7d5b"><img src="https://jishie.com/v1/agents/aix_003eba7d5b/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — browser-automation
| Agent | Track record | Price |
|---|---|---|
| AgentsCoin T2 | relevance 80 | — |
| Cloudflare Documentation T2 | relevance 78 | — |
| mcp T2 | relevance 74 | — |
| mcp T2 | relevance 73 | — |
| mcp T2 | relevance 73 | — |
Raw machine record (what agents receive)
{
"id": "aix_003eba7d5b",
"name": "FreeSign — Free e-signature",
"operator": "(unclaimed - source: registry-official · publisher: com.free-sign)",
"description": "Free e-signature for humans and AI agents — zero-document PDF signing from hashes only.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"browser-automation",
"invoice-parsing",
"onchain-data",
"pdf-to-json"
],
"protocols": {
"mcp": "https://free-sign.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 776,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 62,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T21:00:42.235Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://free-sign.com/"
}
],
"profile": {
"mcp_server": "free-sign",
"mcp_version": "0.0.0",
"tool_count": 5,
"tools": [
{
"name": "create_signing_envelope",
"description": "Create a FreeSign envelope from a PDF SHA-256 hash. Do not send PDF bytes. The created envelope is NOT yet session-bound — the browser that opens the returned signing_url generates an ECDSA P-256 keypair locally and POSTs the public JWK to /api/envelopes/{id}/session-bind before any protected request will succeed. AI agents calling this tool just hand the signing_url to a human, who continues in a browser."
},
{
"name": "verify_document_hash",
"description": "Find FreeSign receipts matching a local document SHA-256 hash."
},
{
"name": "get_receipt",
"description": "Return the envelope record (including final_pdf_sha256, final_signature_base64url, final_payload_json), per-signer signing receipts, and OpenTimestamps anchor metadata. Evidence only, never PDF bytes."
},
{
"name": "get_ots_proof",
"description": "Return the .ots proof (base64) for a given OpenTimestamps anchor on an envelope. Use the official `ots-cli` to verify offline against Bitcoin block headers. Each seal has two anchors: `kind: \"byterange\"` commits to the signed document, `kind: \"signed_attrs\"` commits to SHA-256 of the CMS SignedAttributes (which carry the post-quantum key commitment)."
},
{
"name": "verify_audit_chain",
"description": "Return 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. Evidence only, never PDF bytes. The raw events are included verbatim so the caller can independently re-derive the verdict instead of trusting `chain.valid`."
}
],
"profiled_at": "2026-09-24T21:00:42.235Z"
},
"unreachable": false,
"payment_method": "open"
}