The Inspector supports URL query parameters for deep linking to a specific server or tab and for auto-connecting to a server on load.Documentation Index
Fetch the complete documentation index at: https://docs.mcp-use.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Purpose | Values |
|---|---|---|
| server | Select a connected server by ID, or open and connect to a server by URL | Connection ID (URL) or HTTP(S) URL |
| autoConnect | Open Inspector and connect to a server automatically | URL string or JSON config |
| tab | Open a specific tab | tools, prompts, resources, chat, sampling, elicitation, notifications, playground |
| tunnelUrl | Tunnel subdomain or URL (preserved when navigating) | URL string |
| embedded | Run Inspector in embedded mode (e.g. iframe) | true |
| embeddedConfig | Embedded mode styling (background, padding) | JSON string |
server
Select an already-connected server by its connection ID (the server URL). If the value is an HTTP(S) URL and no matching connection exists, the Inspector treats it like autoConnect: it connects to that URL and then selects the server. Examples:autoConnect
Open the Inspector and connect to a server automatically. Use a plain URL or a JSON object for advanced options (name, auth, transport type, etc.). Plain URL:url (required), name, transportType ("http" or "sse"), connectionType ("Direct" or "Via Proxy"), customHeaders, auth (OAuth tokens), requestTimeout, resetTimeoutOnProgress, maxTotalTimeout.
tab
Open the Inspector with a specific tab selected. Valid values:tools, prompts, resources, chat, sampling, elicitation, notifications, playground
Example: