Skip to content

Connect to a server and list its tools, without storing anything

POST
/api/mcp/verify
curl --request POST \
--url http://localhost:5173/api/mcp/verify \
--cookie authjs.session-token=<authjs.session-token>

Send a url, with a secret when the server wants one, or an id to re-test a stored server without typing its token again. Answers { ok: true, tools, total }, or { ok: false, error } with the reason in a sentence.

The verdict

An id that is not the caller's.