MCP Inspector Configuration

Use the MCP Inspector to test and debug your MCP server integration.

Overview

The MCP Inspector is a developer tool that helps you test and debug MCP server implementations. It provides a visual interface to:

  • Test server connectivity
  • Explore available tools and resources
  • Execute tool calls and view responses
  • Debug OAuth 2.0 authentication flows

Connection Information

Copy these configuration values to use with the MCP Inspector:

FieldValue
Transport TypeStreamable HTTP
MCP Server URLYour organization's MCP endpoint (will be displayed in the configuration wizard)
AuthenticationOAuth 2.0 Flow
Client ID(empty for Dynamic Client Registration)
Scopemcp

Using the Inspector

The MCP Inspector supports Dynamic Client Registration, which means you don't need to pre-configure a client ID. The inspector will automatically register as a new client when you first connect.

  1. Enter your MCP Server URL
  2. Select "OAuth 2.0 Flow" as the authentication method
  3. Leave Client ID empty for Dynamic Client Registration
  4. Enter the scope: mcp
  5. Click Connect

The inspector will guide you through the OAuth 2.0 authorization flow, where you'll:

  1. Log in to your account
  2. Select your organization
  3. Grant the requested permissions

After authorization, you can use the inspector to explore available tools and test functionality.

Helpful Resources