Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Stamp, upgrade, and verify Bitcoin timestamps via AI agents. No API keys required.

README.md

<p align="center"> <img src="docs/header.png" alt="OTSkit MCP" width="480" /> </p>

@otskit/mcp

![CI](https://github.com/OTSkit/OTSkit-MCP/actions/workflows/ci.yml) ![npm version](https://www.npmjs.com/package/@otskit/mcp) ![npm downloads](https://www.npmjs.com/package/@otskit/mcp) ![TypeScript](https://www.typescriptlang.org/) ![Node](https://nodejs.org) ![Coverage](https://codecov.io/gh/OTSkit/OTSkit-MCP) ![Quality Gate](https://sonarcloud.io/summary/new_code?id=OTSkit_OTSkit-MCP) ![License](LICENSE) ![smithery badge](https://smithery.ai/servers/otskit/otskit-mcp)

OpenTimestamps MCP server - stamp, upgrade, and verify Bitcoin timestamps via AI agents.

Exposes a set of tools to any MCP-compatible agent so it can timestamp documents, monitor confirmation status, and verify proofs against the Bitcoin blockchain - all from a conversation.

<a href="https://glama.ai/mcp/servers/@OTSkit/OTSkit-MCP"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@OTSkit/OTSkit-MCP/badge" alt="OTSkit MCP server on Glama — security, license and quality rating plus download count" /> </a>

Note on confirmation times: After stamping, a proof is pending until Bitcoin confirms it. Confirmations typically arrive within ~60 minutes, but can take several hours during network congestion. Use ots-mcp watch or upgrade_timestamp to monitor. A pending proof is not a failed proof.

Install

npm install -g @otskit/mcp

Agent setup

ots-mcp setup claude        # Claude Desktop
ots-mcp setup claude-code   # Claude Code CLI
ots-mcp setup codex         # Codex CLI

Each command writes the MCP entry into the agent's config file, makes a .bak backup if the file already exists, and skips if ots-mcp is already configured. Restart the agent afterwards to apply the changes.

CLI commands

| Command | Description | |---|---| | ots-mcp serve | Start the MCP server (stdio transport) | | ots-mcp stamp <sha256> | Stamp a SHA-256 hash against Bitcoin calendars | | ots-mcp upgrade <id> | Check if a pending stamp has been confirmed | | ots-mcp verify <id> | Verify a stamp against Bitcoin | | ots-mcp list [status] | List stamps (pending / confirmed / failed) | | ots-mcp watch [minutes] | Monitor pending stamps and attempt due upgrades (default: 30 min, minimum: 15 min) | | ots-mcp check-pending | Run one upgrade pass over all pending stamps | | ots-mcp scheduler install\|remove\|status | Manage OS-level scheduler for auto-upgrades | | ots-mcp backup [dest] | Backup the SQLite database | | ots-mcp setup <claude\|claude-code\|codex> | Configure MCP for an agent |

MCP tools exposed to agents

| Tool | Description | |---|---| | create_timestamp | Stamp a SHA-256 hash against 4 public OTS calendars | | upgrade_timestamp | Check if a pending stamp has been confirmed in Bitcoin | | verify_timestamp | Verify a stamp - proves hash existed before a given Bitcoin block | | inspect_timestamp | Inspect a stored proof file without network calls | | list_pending | List stamps with status, retry count, and filters | | watch | Open a terminal window monitoring pending stamps and attempting due upgrades | | hash_file | Compute the SHA-256 of a local file and return it as a 64-char hex string (no network calls) | | stamp_file | Compute SHA-256 of a local file and stamp it on Bitcoin in one step |

Data directory

All data is stored in ~/.ots-mcp/:

~/.ots-mcp/
  ots-mcp.db       # SQLite database (stamps, proof files)
  config.json      # Optional config overrides
  ots-mcp.log      # Log file

Configuration

Create ~/.ots-mcp/config.json to override defaults:

{
  "stamp_enabled": true,
  "scheduler_interval_minutes": 30,
  "retry_max_attempts": 20,
  "calendar_timeout_ms": 10000,
  "calendars": [
    "https://alice.btc.calendar.opentimestamps.org",
    "https://bob.btc.calendar.opentimestamps.org",
    "https://finney.calendar.eternitywall.com",
    "https://btc.calendar.catallaxy.com"
  ]
}

Development

npm run build    # production build
npm run dev      # watch mode
npm test         # run tests

Dependencies

Requires Node.js >= 20.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.