mcpbeat Sign in

Vtimestamp MCP Server

local only

Vtimestamp runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 10 May 2026.

MCP server for verifying and querying vtimestamp proofs on the Verus blockchain

Installs per day peak 23 · avg 7 · +9% w/w
a month agotoday
35
Installs / week
npm · vtimestamp-mcp
0
Stars
1 open issues
10 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vtimestamp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 vtimestamp -- npx -y vtimestamp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vtimestamp": {
      "args": [
        "-y",
        "vtimestamp-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vtimestamp]
command = "npx"
args = ["-y", "vtimestamp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vtimestamp": {
      "args": [
        "-y",
        "vtimestamp-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vtimestamp": {
      "args": [
        "-y",
        "vtimestamp-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vtimestamp

same job, measured the same way
Vtimestamp Write
by vdappdev2

MCP server for creating vtimestamp proofs on the Verus blockchain via a local or remote daemon

46 installs/wk local only
verify-proof
by csolomon0704-prog

Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.

348 installs/wk local only
Novai MCP Server
by 0x-devc

Read-only MCP server for querying the live NOVAI blockchain over its public JSON-RPC endpoint.

44 installs/wk local only
Chia Explorer
by spacetime-technology

MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.

105 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only
Rootstock (RSK) MCP Server
by rsksmart

MCP Server for Rootstock Blockchain

53 installs/wk local only
Data
by vdappdev2

MCP server for Verus on-chain data retrieval, decryption, signing, and verification

50 installs/wk local only
Osm Tagging Schema MCP
by gander-tools

MCP server for querying and validating OpenStreetMap tags

75 installs/wk local only

Vtimestamp — questions

Answers built from our own checks of this server.

Why is there no uptime for Vtimestamp?
Vtimestamp 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 vtimestamp-mcp was installed 35 times last week.
How do I connect Vtimestamp?
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 vtimestamp-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vtimestamp?
The npm package vtimestamp-mcp was installed 35 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vtimestamp open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.