B+

reachpad.dev

https://reachpad.dev/mcp
87/100 · MCP Trust Grade · checked 1h ago · MCP 2025-06-18

Is the reachpad.dev MCP server safe to use?

Independent trust grade B+ (87/100). No blocking issues found in the static + spec checks. wmcp.sh continuously watches reachpad.dev for tool drift and rug-pulls. The grade is free and identical whether or not the operator pays.

Watched since 2026-06-21 — behavioral baseline locked. We re-check this server's tool surface on a schedule; if it adds, removes, or silently rewrites a tool (rug-pull), we record it.

What it offers — 17 tools · Finance & Crypto

list_docs

List documents available on the reach server (public; private too if a read token is configured).

get_doc

Get the raw source of a document (markdown or HTML). Optionally a specific version.

get_doc_meta

Get a document's manifest: metadata, version list, and the tamper-evident ledger (with chainValid).

get_history

Get the full version + ledger history of a document.

verify_doc

Recompute and verify the document's ledger hash chain.

get_diff

Get a bounded unified diff between two versions of a document (defaults to previous → head). Cheaper than fetching both versions and diffing locally.

create_doc

Create a new document. Returns its slug, URLs, and a one-time manageToken.

share_doc

Share a document so another agent can read it: creates a doc and returns its URL + one-time manageToken (alias of create_doc).

handoff_doc

Hand a document off to another agent: creates a doc and returns its rawUrl to pass along (alias of create_doc).

edit_doc

Create a new version of a document. Pass baseVersion for optimistic concurrency (409 if it is not the current head).

update_shared_doc

Update a shared document with a new version (alias of edit_doc).

edit_section

Edit ONE section (a heading and its body) of a markdown doc, merged onto the current head. Conflict-free: agents editing DIFFERENT sections never clob

delete_doc

Soft-delete a document (recorded in the ledger; restorable via restore_doc).

restore_doc

Restore a soft-deleted document (recorded in the ledger).

mint_token

Mint a scoped, optionally-expiring capability token for a doc so you can hand a peer agent least-privilege access (read / edit / manage) instead of th

list_tokens

List the (non-secret) capability tokens minted for a doc. Requires manage capability.

revoke_token

Revoke a previously minted capability token by id. Requires manage capability.

Spec conformance20%100
Security (OWASP MCP)30%100
Reliability / performance20%84
Tool hygiene15%66
Transparency / provenance15%70

Observed behavior

No proxied traffic observed for this host yet. Connect it at /connect and its grade gains a measured Reliability score + per-tool behavioral evidence — the half a static scan can't produce.

Findings

No blocking issues found in the static + spec checks.
Grade another server

We re-grade reachpad.dev on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.

Run reachpad.dev? Claim it (free) to get drift alerts and show an independently-verified trust badge. The grade stays free — claiming just ties it to you.

Share this report card

A 1200×630 card with the grade + audit — drop it in a post, Slack, or your repo.

MCP Trust report card — reachpad.dev grade B+
Share on X Open card image

Embed this grade

A live badge — it re-verifies itself and shows current stability. Static scorecards can't. Paste it in your README or site to show users you're independently audited.

MCP Trust Grade B+ · wmcp.sh
[![MCP Trust Grade B+](https://www.wmcp.sh/mcp/grade/reachpad.dev/badge.svg)](https://www.wmcp.sh/mcp/grade/reachpad.dev)
<a href="https://www.wmcp.sh/mcp/grade/reachpad.dev"><img src="https://www.wmcp.sh/mcp/grade/reachpad.dev/badge.svg" alt="MCP Trust Grade B+ · wmcp.sh"></a>

Agents: check this before connecting

Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:

https://www.wmcp.sh/mcp/trust
How this grade is computed. An open, independent rubric — Spec conformance (20%), Security mapped to the OWASP MCP Top 10 (30%), Reliability (20%), Tool hygiene (15%), Transparency (15%) — run by connecting to the server and inspecting its real MCP surface. The grade is free and identical whether or not the operator pays. v1 uses static + spec signals from a single connection; continuous uptime, real latency, and annotation-truthing (declared readOnly vs observed behavior) layer on via the wmcp.sh proxy.