Skip to main content
GET
{base_url}
/
admin
/
mcp-servers
/
{name}
/
catalog
Error
A valid request URL is required to generate request examples
{
  "instructions": "<string>",
  "prompts": [
    {
      "description": "<string>",
      "name": "<string>"
    }
  ],
  "resources": [
    {
      "description": "<string>",
      "name": "<string>",
      "uri": "<string>"
    }
  ],
  "server": "<string>",
  "templates": [
    {
      "description": "<string>",
      "name": "<string>",
      "uri_template": "<string>"
    }
  ],
  "tools": [
    {
      "description": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required

MCP server name

Response

OK

instructions
string
prompts
object[]
resources
object[]
server
string
status
enum<string>
Available options:
disabled,
connecting,
connected,
degraded
templates
object[]
tools
object[]