Discover MCP Server Tools

Ask a remote MCP server what tools it exposes, without registering anything. Call this before registering tools so the names come from the server rather than a guess. Accepts the same authentication fields as registration, so a server behind an API key can be inspected before it is stored.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Request

This endpoint expects an object.
server_urlstringRequiredformat: "uri"1-2083 characters
auth_session_idstring or nullOptional
api_keystring or nullOptionalformat: "password"
api_key_strategyenum or nullOptional
api_key_header_namestring or nullOptional

Response

The tools the server exposes
server_urlstringformat: "uri"1-2083 characters
canonical_resourcestringformat: "uri"1-2083 characters
toolslist of objects
transportenum

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error