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:
| Field | Value |
|---|---|
| Transport Type | Streamable HTTP |
| MCP Server URL | Your organization's MCP endpoint (will be displayed in the configuration wizard) |
| Authentication | OAuth 2.0 Flow |
| Client ID | (empty for Dynamic Client Registration) |
| Scope | mcp |
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.
- Enter your MCP Server URL
- Select "OAuth 2.0 Flow" as the authentication method
- Leave Client ID empty for Dynamic Client Registration
- Enter the scope:
mcp - Click Connect
The inspector will guide you through the OAuth 2.0 authorization flow, where you'll:
- Log in to your account
- Select your organization
- Grant the requested permissions
After authorization, you can use the inspector to explore available tools and test functionality.