Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.robinsaige/verifier

com.robinsaige/verifier

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

Uptime
100.0%
2 direct probes · 30d
Response
786ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

registry_pulse

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 concentrat…

should_i_use

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 …

find_tools

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 th…

resolve_server_name

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…

check_server

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…

report_call

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 ac…

changes_since

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-crawlin…

list_findings

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.robinsaige/verifier": {
      "url": "https://robinsaige.com/mcp",
      "transport": "streamable-http"
    }
  }
}