Skip to main content
GET
Get an MCP server

Authorizations

X-Api-Key
string
header
default:LANGSMITH_API_KEY
required

Path Parameters

mcp_server_id
string<uuid>
required

MCP server ID.

Response

MCP server.

id
string<uuid>
tenant_id
string<uuid>
name
string
url
string<uri>
headers
object[]

Credential headers attached to every invocation of this MCP server. Omitted from response bodies when the caller lacks invoke permission on the server.

auth_type
string
oauth_provider_id
string<uuid> | null
oauth_mode
string
created_at
string<date-time>
updated_at
string<date-time>
mcp_vendor_id
string | null
vendor_id
string | null
external_system_id
string | null
can_invoke
boolean

Whether the caller has invoke permission on this server. Omitted when ambient permissions already imply invoke.