Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Otskit

БесплатноНе проверен

Stamp, upgrade, and verify Bitcoin timestamps via AI agents using the OpenTimestamps protocol. No API keys required.

GitHubEmbed

Описание

Stamp, upgrade, and verify Bitcoin timestamps via AI agents using the OpenTimestamps protocol. No API keys required.

README

OTSkit MCP

@otskit/mcp

CI npm version npm downloads TypeScript Node Coverage Quality Gate License smithery badge

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.

OTSkit MCP server on Glama — security, license and quality rating plus download count

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
verify_external_proof Verify a whitelisted local file against its external .ots proof, without changing the local stamp store
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.

from github.com/OTSkit/OTSkit-MCP

Установка Otskit

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/OTSkit/OTSkit-MCP

FAQ

Otskit MCP бесплатный?

Да, Otskit MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Otskit?

Нет, Otskit работает без API-ключей и переменных окружения.

Otskit — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Otskit в Claude Desktop, Claude Code или Cursor?

Открой Otskit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare Otskit with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai