🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@otskit/mcp

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@otskit/mcp - npm Package Compare versions

Comparing version
0.7.6
to
0.8.0
+13
-3
package.json
{
"name": "@otskit/mcp",
"mcpName": "io.github.AlexAlves87/otskit-mcp",
"version": "0.7.6",
"version": "0.8.0",
"license": "MIT",

@@ -14,4 +14,14 @@ "description": "OpenTimestamps MCP server — stamp, upgrade, verify via AI agents",

"engines": {
"node": ">=18"
"node": ">=20.0.0"
},
"keywords": [
"otskit",
"opentimestamps",
"bitcoin",
"typescript",
"timestamping",
"mcp",
"mcp-server",
"ai-agents"
],
"bin": {

@@ -36,3 +46,3 @@ "ots-mcp": "dist/index.js"

"@modelcontextprotocol/sdk": "^1.29.0",
"@otskit/client": "^0.4.0",
"@otskit/client": "^0.5.0",
"node-sqlite3-wasm": "0.8.57",

@@ -39,0 +49,0 @@ "zod": "^4.4.3"

+5
-4
<p align="center">
<img src="https://raw.githubusercontent.com/OTSkit/OTSkit-MCP/master/docs/header.png" alt="OTSkit.ts MCP" width="480" />
<img src="docs/header.png" alt="OTSkit MCP" width="480" />
</p>

@@ -21,3 +21,3 @@

> **Note on confirmation times:** After stamping, a proof is `pending` until Bitcoin confirms it. This typically takes **~60 minutes** but can take **several hours** during network congestion. Use `ots-mcp watch` or `upgrade_timestamp` to monitor. A pending status is not an error.
> **Note on confirmation times:** After stamping, a proof is `pending` until Bitcoin confirms it. Confirmations typically arrive within **10–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.

@@ -108,5 +108,6 @@ ## Install

- [`@otskit/core`](https://github.com/OTSkit/otskit-core) - OpenTimestamps core logic
- [`@otskit/client`](https://github.com/OTSkit/otskit-client) - OTS calendar client
- [`@otskit/client`](https://github.com/OTSkit/OTSkit-client) - OTS calendar client (brings in [`@otskit/core`](https://github.com/OTSkit/OTSkit-core), the protocol engine)
- [`@modelcontextprotocol/sdk`](https://github.com/modelcontextprotocol/typescript-sdk) - MCP SDK
- `node-sqlite3-wasm` - local database (pure WASM, no native compilation)
Requires Node.js >= 20.