Does the tool do what it says? Conformance receipts for MCP servers, and unknown when unchecked.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
DRAFT COPY β pending the owner's pass. Everything below is measured or mechanical, and none of it is a marketing claim, but the wording has not been approved.
A publisher declares, in a signed machine-readable contract, exactly what a tool does. A harness makes the tool run and checks it against that contract. Every run emits a hash-chained receipt anyone verifies in a browser, with no account, and without trusting the issuer.
The question it answers is narrow on purpose: does this tool do what it says? Not is it safe, not is it good. A tool that refuses to act has not been shown to be safe β it has not been shown anything, and SayDo says that in those words rather than returning a green tick.
not-covered is never quietly upgraded to pass. Most of the interesting
failures in this domain come from silence being read as good behaviour.
And a whole run resolves to one of four things, not two:
INCONCLUSIVE carries most of the weight. A server that declines every call β
the commonest kind in the public sweep β makes no network request, writes no
file and starts no process, so a naive harness marks all three as passes and
issues a warrant for a program that did nothing. SayDo requires a run to have
demonstrated conduct before any of those checks can pass, and a server
describing itself does not count as conduct.
The build fails if the tool breaks its declaration, and also if the run
established nothing β because a green check that proves nothing is worse than
no check, being a claim of conformance that nobody actually made. Set
require-coverage: false to let such a build through; the receipt still
records it as inconclusive and never as a warrant.
This is the place the tool is worth the most. Coverage comes from the tool actually doing its work, which needs the credentials and inputs it accepts β and those exist in the publisher's own CI and essentially nowhere else.
saydo puts one tool under test and writes a receipt. The tool does not have
to be yours, and it does not have to be an F-Keys one:
With --declaration, the author's own contract is the thing being tested.
Without one, a deliberately conservative contract is inferred and most
invariants come back not-covered β the honest result for a stranger poking at
a server they have no credentials for.
--sandbox runs the server inside a container whose only route out is a
recording proxy (Linux and Docker; the containment is proven in CI, and
tools/SANDBOX.md states plainly what it does and does not cover). Without it
the run is observed, not enforced, and the receipt says observed, so no
claim can outrun the mechanism that produced it.
Then check the result yourself:
Open verifier/index.html, paste in the receipt and the anchor, and the page
recomputes the entire chain and the signature in your browser. No request
leaves it.
Layer 4 exists because a receipt is a fact about one moment, and left there it answers the wrong question. Nobody choosing a tool wants to know it behaved in August. Claims therefore expire at read time, so nothing stays green merely because no one re-ran it, and a revocation is sticky: publishing a newer passing receipt over a withdrawn claim records the attempt and does not lift the withdrawal.
The counterfactual. Watching a tool make a network call tells you it made a
call. It does not tell you whether your data left. So the tool is run twice
with different inputs, and each destination is classified by whether what it
received changed with the input: input-dependent means the payload carried
what you gave it, input-independent means it did not, and an opaque body is
reported unexamined rather than clean. It sent your input to example.com is
a different sentence from it made a request, and only the first one is worth
anything to the person deciding.
Demonstrated by seeded/leakserver.py, which exists because this was claimed
here before it was tested. Two tools contact the same host on every call.
submit posts the text it was given; ping posts a fixed body:
network.none sees both and cannot separate them, which is what watching
traffic gets you. data.stays-put names only submit.
The correction that made this real. Until 2026-08-31 the marker was planted
only in SAYDO_CANARY, an environment variable, and the only fixture that ever
carried it out read it from there β which is the mechanism the prior art
already uses, not a different one. Nothing put the marker into a tool's
arguments, so across 279 third-party servers the proxy searched for a string
that had never been in any input, and all 279 came back unexamined. The
marker now goes into the arguments each run is given, one per run, which is
what the paragraph above always said it did.
Drift. A tool redefined under an unchanged version number looks completely
ordinary in any single receipt; the deception exists only as a difference
between two runs. Receipts therefore chain to their predecessor, and a
redefinition with no version change is graded serious rather than noted.
This one is not unusual, and it was listed here as though it were until a
proper look at the field turned up several projects doing it β see Adjacent
work below. askalf/truecopy pins a vetted tool definition by content hash
and fails a CI run when the bytes change, which is drift detection by another
name and shipped before this. The distinctive claim is narrower than it first
appeared: the counterfactual above, and testing behaviour against a contract
the author wrote, rather than checking that the bytes are the ones you vetted.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/saydo)<a href="https://allmcps.com/mcp/saydo"><img src="https://allmcps.com/api/badge/saydo?style=directory" alt="SayDo on AllMCPs" /></a>