mcpbeat Sign in

Vtimestamp Write MCP Server

local only

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

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

Installs per day peak 22 · avg 5 · -14% w/w
a month agotoday
46
Installs / week
npm · vtimestamp-mcp-write
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 Write 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-write -- npx -y vtimestamp-mcp-write
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vtimestamp-write": {
      "args": [
        "-y",
        "vtimestamp-mcp-write"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vtimestamp-write]
command = "npx"
args = ["-y", "vtimestamp-mcp-write"]
.cursor/mcp.json
{
  "mcpServers": {
    "vtimestamp-write": {
      "args": [
        "-y",
        "vtimestamp-mcp-write"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vtimestamp-write": {
      "args": [
        "-y",
        "vtimestamp-mcp-write"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VERUS_RPC_URL (Verus daemon RPC URL (e.g., http://127.0.0.1:27486)), VERUS_RPC_USER (RPC username from VRSC.conf), VERUS_RPC_PASSWORD (RPC password from VRSC.conf), VERUS_NETWORK (Network: mainnet (default) or testnet). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vtimestamp Write

same job, measured the same way
Vtimestamp
by vdappdev2

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

35 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
Symbol
by inotakeh

Read-only MCP server for the Symbol blockchain (XYM): node health, harvesting, voting keys.

311 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
C
The MCP Census
by mcpcensus

Vet any MCP server before you depend on it. Stamp: PASS, REVIEW, or BLOCK.

15 tools answering
Data
by vdappdev2

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

50 installs/wk local only
Database MCP Libsql
by arifulislamat

MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.

59 installs/wk local only
spArxx.io
by sparxx

Prove you made it first. Blockchain Timestamp creative work via Claude or any MCP-enabled AI Agent.

answering

Vtimestamp Write — questions

Answers built from our own checks of this server.

Why is there no uptime for Vtimestamp Write?
Vtimestamp Write 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-write was installed 46 times last week.
How do I connect Vtimestamp Write?
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-write straight from npm; nothing to host, nothing to sign up for.
How many people use Vtimestamp Write?
The npm package vtimestamp-mcp-write was installed 46 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vtimestamp Write 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.