AGENT SCAN / GUIDE
Export the tool list.
The browser checker needs the JSON response that describes the tools available to an MCP client. It does not connect to your server for you.
Use your client’s developer view
- Open the MCP client or server administration view you already use.
- Request or export the complete
tools/listresponse as JSON. - Save it locally as
tools-list.json. - Confirm it contains a
toolsarray with names, descriptions, and input schemas where supplied.
Do not paste credentials, access tokens, server URLs, prompts, traces, or unrelated configuration. If the response is paginated, export the complete list before checking it.
Then check it locally
The preview accepts MCP tools/list JSON up to 256 KiB and 200 tools. Larger or different formats can use the pinned local CLI.
npx -y @backbond/agent-scan@0.6.2 vet-tools --stdin < tools-list.json