Get MCP server
MCP Servers V2
Get MCP server
Retrieves an MCP server by id. Sensitive fields in the manifest (e.g. auth_data secrets) are redacted.
GET
Get MCP server
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
MCP server id (the id returned by GET /v1/mcp, not the name).
Example:
"mcp-01HXYZ..."
Query Parameters
Resolve tools for the MCP server. Only applies to server types that persist tools (e.g. OpenAPIMCPServer). Defaults to false.
Response
MCP server.
MCP Server