Skip to main content
POST
MCP Inspector Endpoint

Authorizations

X-API-Key
string
header
required

API key for the MCP Inspector endpoint (/mcp/inspector) only. Generate your own key via /api/api-keys. Format: mcp_<64 hex characters>. API keys carry mcp:* scopes and authenticate MCP Inspector operations — they are not accepted on the REST API (/api/...) or the main MCP endpoint (/mcp), which use OAuth bearer tokens.

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
Example:

"2.0"

method
enum<string>
required
Available options:
initialize,
tools/list,
tools/call,
resources/list,
resources/templates/list,
resources/read,
prompts/list,
ping
Example:

"tools/list"

id
Example:

1

params
object

Method-specific parameters

Response

MCP response

jsonrpc
enum<string>
Available options:
2.0
id
result
object
error
object