Umarise exposes a remote MCP (Model Context Protocol) server. Any MCP-compatible LLM — Claude Code, Claude Desktop, or any other client — can anchor files to Bitcoin, verify proofs, and look up attestations as native tools. No local setup or scripts needed; you just point your LLM at the URL.
Register at register.html and copy your primary key. The Starter plan (100 credits) is free.
Add this to your ~/.claude/settings.json (global) or
your project's .claude/settings.json:
Restart Claude Code after saving. The Umarise tools appear automatically.
Open Claude Desktop → Settings → Developer → Edit Config and add:
Restart Claude Desktop after saving.
Any MCP-compatible client that supports Streamable HTTP transport:
Discovery (no auth): GET https://umarise.soveliti.nl/functions/v1/mcp
Try these prompts:
hash (sha256:… or 64 hex) or text (auto-hashed) · dry_run (boolean, optional)origin_id, short_token, proof_status, captured_at
hash (required)found (true/false), proof_status, bitcoin_block_height, anchored_at
hash, token, or origin_id (at least one)origin_id (required)bitcoin_block_height, bitcoin_block_hash, confirmations, blockstream_url
List available tools (no key needed):
Anchor text with your key:
Full API reference: docs.html · Get a key: register.html