Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.robinsaige/verifier

REMOTE · ROBINSAIGE.COM · SCANNED SEP 26

MCP tool observatory: do registry servers answer, and are their answers true? No key.

Available components

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 1298 tokens (~162/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 71% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the com.robinsaige/verifier MCP server?

com.robinsaige/verifier is a hosted endpoint at https://robinsaige.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · robinsaige.com

# add to Claude Code
claude mcp add --transport http com-robinsaige-verifier 'https://robinsaige.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-robinsaige-verifier": {
      "url": "https://robinsaige.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-robinsaige-verifier": {
      "type": "http",
      "url": "https://robinsaige.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-robinsaige-verifier]
url = "https://robinsaige.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-robinsaige-verifier": {
      "type": "remote",
      "url": "https://robinsaige.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-robinsaige-verifier --url 'https://robinsaige.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-robinsaige-verifier:
    url: "https://robinsaige.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-robinsaige-verifier": {
      "Transport": "http",
      "Url": "https://robinsaige.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-robinsaige-verifier -t streamable-http -u 'https://robinsaige.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-robinsaige-verifier": {
      "type": "http",
      "url": "https://robinsaige.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Sept 26 0
    • Stability: 0.97 → pass security
  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 14 Sept 26 +4
    • Stability: fail → pass ▲ security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 65 to 69.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 59 to 62.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 52 to 55.

  • 5 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 45 to 49.

  • 3 Sept 26 +43
    • Stability: unverified → fail ▼ security
    • Injection markers: unverified → pass ▲ security
    • Transport: fail → pass ▲ security
    • Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. security
    • MCP protocol: unverified → fail ▼ functional
    • Endpoint reachability: not serving MCP → reachable ▲ functional
    • Tool coverage: unverified → 100 ▲ functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 26 Sept 2026 · Probed https://robinsaige.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=robinsaige.com CN=WE1,O=Google Trust Services,C=US 12 Aug 2026 10 Nov 2026 ECDSA 256 ECDSA-SHA256 f6677aea90e6fbe10ef9ff28cb3de753
SANs: robinsaige.com, *.robinsaige.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of robinsaige.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
robinsaige.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://robinsaige.com/mcp Verified 200
http (plaintext) http://robinsaige.com/mcp HTTPS enforced 308 https://robinsaige.com/mcp
MCP tools · 8 exposed · ~1,076 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
changes_since ~70

What changed in the tool economy since a date: verdict flips, deaths, revivals, new servers, confirmed drift — the census diff as data. Poll this weekly to keep a local view current without re-crawling.

NameTypeReqDescription
sincestring–YYYY-MM-DD; omit for the whole latest diff

No output schema declared.

No examples provided.

check_server ~165

The FULL evidence behind the verdict for ONE server, by exact registry name — call should_i_use first for the one-word decision; call this when you want the whole record. Leads with the verdict (allow/warn/block), then the `rating` grouped as REACH (answers, latency vs population, protocol, auth), USE (tool count vs population, capability breadth, harness readiness) and TRUST (costume-farm?, duplicate inventory?, verifiability grade, drift / rug-pull, and where checkable whether its ANSWERS are true vs a public primary), a cluster tag, a distinctiveness score, and an explicit not_claimed block. Argument: name.

NameTypeReqDescription
namestringyesexact registry name, e.g. io.github.you/your-mcp

No output schema declared.

No examples provided.

find_tools ~238

Find and RANK the trustworthy tool for a NEED. Describe the task in plain words ('screen a company for sanctions', 'US tariff data', 'vessel tracking') — the search is full-text over tool names AND their stored descriptions (stemmed, BM25-ranked), so your words need not appear in any tool's name. Servers come best-rated first, and EACH ROW carries its verdict (allow/warn/block), cluster, distinctiveness and the matching tool names, so you can pick without a second call. Alive, non-costume, current-protocol servers rank on top; dead / costume-farm / walled ones sink. Argument: need.

NameTypeReqDescription
free_onlyboolean–exclude servers that demand payment at the handshake
max_latency_msinteger–only servers at or under this probe latency
naturestring–only servers whose dominant tool nature is this (see robinsaige.com/verification)
needstringyeswhat the tool should do, in plain words
open_onlyboolean–exclude auth-walled servers
verdictstring–only servers with this verdict

No output schema declared.

No examples provided.

list_findings ~62

The observatory's ruled findings — each with its claim and its falsification test — plus the public corrections log (what we published, then corrected, never deleted). Call this to cite what has been established, or to see where we were wrong. No arguments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

registry_pulse ~92

Call this FIRST for the state of the MCP tool ecosystem in one shot: how many servers exist, how many actually answer a real handshake, how many are behind a login, the largest costume-farm concentration, AND the Tier-2 truth summary (how many server answers were re-derived against a public primary source and matched). Every number is re-derivable; grades observed/reported/derived. No arguments.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

report_call ~179

AFTER your agent calls a tool, fire-and-forget how it went — success/failure, latency, cost — so the observatory accumulates realized reliability (the one thing outside-in probing can't see: did it actually work for a real call). Anchored against our own probe: a 'worked' report on a server we saw dead is discarded. Does NOT change the current rating yet (probing stays load-bearing) — this is accumulate-ahead-of-demand. Args: server (required), tool, ok, latency_ms, cost_tokens, call_hash (a hash binding the report to a real call).

NameTypeReqDescription
call_hashstring––
cost_tokensinteger––
latency_msinteger––
okboolean––
serverstringyesexact registry name
toolstring––

No output schema declared.

No examples provided.

resolve_server_name ~91

Resolve a partial or misspelled server name to its EXACT registry id before calling should_i_use / check_server. Matches a fragment against registry NAMES only (not capabilities — for 'which tool does X' use find_tools). Returns candidate exact names with each one's latest liveness outcome. Empty query rejected.

NameTypeReqDescription
querystringyesa fragment of a registry name, e.g. 'tariff'

No output schema declared.

No examples provided.

should_i_use ~179

THE GATE — call this before your agent depends on a tool you don't already trust. Give an exact server registry name and get a one-word verdict — allow / warn / block — with the reason, plus the full rating underneath. 'block' = dead/unreachable/costume-farm-shaped, don't depend on it; 'warn' = usable but look first; 'allow' = safe to depend on. If you have a NEED not a name, use find_tools; if you have a fuzzy name, use resolve_server_name. Argument: name, e.g. 'com.trimtabist/us-tariff-ledger'.

NameTypeReqDescription
namestring–exact registry name, e.g. io.github.you/your-mcp
namesarray–batch form: vet a whole config at session start (max 20)

No output schema declared.

No examples provided.

Common questions

What is the com.robinsaige/verifier MCP server?

com.robinsaige/verifier is an MCP server listed in the public MCP registry as com.robinsaige/verifier. MCP tool observatory: do registry servers answer, and are their answers true? No key. This page covers its hosted endpoint (https://robinsaige.com/mcp).

Is the com.robinsaige/verifier MCP server safe to use?

com.robinsaige/verifier scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.robinsaige/verifier MCP server expose?

com.robinsaige/verifier exposes 8 tools: registry_pulse, should_i_use, find_tools, resolve_server_name, check_server, and 3 more. Their descriptions and schemas cost roughly 1,076 tokens of context every time the server is loaded.

Does the com.robinsaige/verifier MCP server require authentication?

No. We connected to com.robinsaige/verifier without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the com.robinsaige/verifier MCP server still maintained?

com.robinsaige/verifier is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.