I built a remote MCP canary for opaque hosts — Claude listed 258 tools; ChatGPT called the sentinel #841
sjh9714
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built MCP Host Canary to pinpoint the last MCP boundary a managed host actually reached.
It creates a disposable 30-minute no-auth MCP server, records only server-observed protocol stages, and exports a privacy-minimized receipt. A
tools/callrequest and the actual tool callback are separate observations; the receipt never infers an event the server did not receive.Initial controlled receipts differed:
sentinel_257callback.sentinel_257three times.canary_ping; the indirect request produced no extra callback.These are observations from this server, not conformance grades or claims about either host's internal cause.
This complements a local inspector: the disposable URL is connected to the managed host itself, so the receipt shows the last boundary that reached the remote server. The pilot stores no tokens, prompts, tool arguments, request bodies, IP addresses, or raw User-Agent strings.
The beta is free, experimental, in memory on one instance, and a restart can remove active runs. Treat each temporary capability URL as a secret.
Which managed host stopped at which server-observed stage for you?
All reactions