BackBond

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

  1. Open the MCP client or server administration view you already use.
  2. Request or export the complete tools/list response as JSON.
  3. Save it locally as tools-list.json.
  4. Confirm it contains a tools array 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