mcpbeat Sign in

Otskit MCP Server

by alexalves87 Your server? Claim it
local only

Otskit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 322 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 199 · avg 30 · +43% w/w
a month agotoday
322
Installs / week
npm · @otskit/mcp
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 0 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    process.stdout.write(`Add to crontab (run: crontab -e):\n`)
Runs an external command migrate-db.mjs:51, src/utils.ts:10
  execSync(`${py} "${pyScriptPath}" "${dbPath}" "${tmpDump}"`, { stdio: 'inherit' })

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add otskit-mcp -- npx -y @otskit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "otskit-mcp": {
      "args": [
        "-y",
        "@otskit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.otskit-mcp]
command = "npx"
args = ["-y", "@otskit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "otskit-mcp": {
      "args": [
        "-y",
        "@otskit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "otskit-mcp": {
      "args": [
        "-y",
        "@otskit/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Otskit MCP

same job, measured the same way
Satoshidata Wallet Intel
by wrbtc

Bitcoin wallet intelligence for AI agents: trust, labels, tx verify, fees, and timestamps.

44 tools answering
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Putput MCP
by putput-io-dev

File uploads for AI agents. Upload, list, and manage files. No signup required.

21 installs/wk 4 tools answering
Postlia
by postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

15 tools answering
FaxSeal
by grichardomi

Send, receive, and verify faxes from AI assistants and agents via FaxSeal.

41 installs/wk answering
Siteaudit MCP
by vdalhambra

SEO, performance, and security audits for any URL — no API keys required

75 installs/wk local only
BTCFi API
by aiindigo925

Bitcoin data for AI agents. 27 tools with x402 micropayments. No API keys needed.

31 installs/wk local only
x-use
by ihuzaifashoukat

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

112 installs/wk local only

Otskit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Otskit MCP?
Otskit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @otskit/mcp was installed 322 times last week.
How do I connect Otskit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @otskit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Otskit MCP?
The npm package @otskit/mcp was installed 322 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Otskit MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.