MCP.so
登录

bsv.cx已验证已精选

@Andy Rowe

关于 bsv.cx

Timestamp and verify evidence on-chain. Let your agent prove what it saw and when. bsv.cx gives an AI agent verifiable memory. Timestamp a hash of any output, archive a web page as it looked, or fetch a URL with a receipt proving what came back — each anchored in a Bitcoin SV transaction. Verification is free and needs no trust in bsv.cx: anyone can check the proof on any explorer.

连接信息

https://bsv.cx/mcp

接入方式

claude mcp add bsv-cx --transport http https://bsv.cx/mcp

工具

7

Anchor a sha256 digest in a Bitcoin SV transaction, proving the content existed at this time. Send ONLY the hash — the content never leaves your machine, and bsv.cx cannot see what was hashed. Free. Idempotent: the same hash returns the same record.

Look up a previously notarized sha256 and return when it was timestamped and the transaction that proves it. Free, and never rate-limited into unavailability — verifying a proof must always work.

Capture a web page as it looks right now — screenshot and text — and anchor a hash of that capture on-chain. Use this before relying on a page you cite, so a later edit or deletion cannot be denied. Free.

Fetch the manifest for a previous archive_url capture: when it was taken, and its proof. Free.

Fetch a URL as readable text AND get a receipt anchoring a hash of the exact bytes returned, so you can later prove what the page said when you read it. 3 free calls, then priced per call.

Anchor a Merkle root over many sha256 digests in a single transaction — far cheaper per item than notarizing each one. Each hash gets an inclusion proof. 3 free calls, then priced per call.

Report whether anchoring is currently working and how much of the free trial remains. Call this if a tool reports something stored but not anchored.

概览

An agent that summarises a page, cites a source, or produces an artifact has no way to demonstrate later that the input was real and unaltered. "I read it on Tuesday" is not evidence.

bsv.cx turns that into something a third party can check:

  • notarize_hash — prove a document or output existed at a point in time WITHOUT revealing it. You hash the content yourself and send only the digest; bsv.cx never sees what was hashed.
  • archive_url — capture a web page as it looks right now and anchor a hash of that capture, so a later edit or deletion cannot be denied.
  • verifiable_fetch — fetch a URL as readable text plus a receipt committing to the exact bytes returned.
  • batch_timestamp — anchor a Merkle root over many hashes in one transaction.
  • verify_hash / get_archive — check any existing proof. Always free.
  • service_status — availability and remaining free-trial calls.

Every proof is a real Bitcoin SV transaction. You do not have to trust bsv.cx to check one — read the transaction on any explorer.

What a timestamp proves: those exact bytes existed no later than that block. What it does NOT prove: who made them, that they are true, or that they are original. Anyone can timestamp anything, including someone else's work.

Free to start: notarize and archive are free; the metered tools include free trial calls.

常见问题

bsv.cx 远程 MCP 服务器是什么?

bsv.cx 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://bsv.cx/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 bsv.cx 的 MCP 服务器?

把端点 https://bsv.cx/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

bsv.cx 的 MCP 服务器需要认证吗?

不需要。bsv.cx 的 MCP 服务器不需要认证——直接用端点地址连接即可。

bsv.cx 的 MCP 服务器用的是哪种传输方式?

bsv.cx 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论