Once connected (with or without auth), theDocumentation Index
Fetch the complete documentation index at: https://mcpjam-mintlify-docs-update-pr-1971-1777408512704.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
tools, resources, and prompts command groups let you explore and exercise what the server exposes.
Tools
List tools
Call a tool
@path, or - for stdin. The result includes the tool’s response content.
tools call supports --debug-out <path> to capture the full request/response
trace for debugging. For stdio targets, the artifact records only the
explicit env keys passed through -e/--env; inherited shell variables are
not enumerated.Render a tool result in Inspector
Iftools list shows _meta.ui.resourceUri, deprecated _meta["ui/resourceUri"], or openai/outputTemplate in toolsMetadata, the tool has interactive UI. Add --ui to execute it once and render the completed result in Inspector’s App Builder:
--ui, tools call returns the raw tool result. With --ui, it returns an envelope containing the raw result, inspectorBrowserUrl, and inspectorRender evidence. Browser automation should open inspectorBrowserUrl; --inspector-url is the local Inspector backend/API base URL. If you already know the Inspector browser/client URL, pass --frontend-url <url> to use it directly and skip health-advertised frontend checks and local dev port discovery.
For agent/browser automation, open http://127.0.0.1:6274/#app-builder in the automation browser first, then run tools call --ui --quiet --format json. JSON/quiet --ui will not open a system browser or scan local frontend ports unless you pass --open, but it may start Inspector; add --attach-only when startup, browser opening, and discovery should be disallowed. Human TTY and --open flows may discover local dev frontends. The normal JSON output is compact; pass --debug-out <path> for the full render envelope.
For a local stdio server:
Resources
List resources
Read a resource
resources read --resource-uri ui://... when you need to inspect raw widget HTML or other UI resources directly.
List resource templates
Prompts
List prompts
Get a prompt
Common patterns
Enumerate the full server surface
Test a specific tool end-to-end
Using a credentials file
Instead of passing--access-token to every command, save credentials once and reuse the file:
No-auth servers
For servers that don’t require authentication (likemcp.excalidraw.com/mcp), simply omit the auth flags:
-e/--env to add values or override inherited ones for local subprocesses.
