Skip to main content
GET
{base_url}
/
admin
/
mcp-servers
Error
A valid request URL is required to generate request examples
[
  {
    "allowed_tools": [
      "<string>"
    ],
    "connected_at": "<string>",
    "description": "<string>",
    "disallowed_tools": [
      "<string>"
    ],
    "enabled": true,
    "headers": {},
    "last_error": "<string>",
    "managed": true,
    "name": "<string>",
    "prompt_count": 123,
    "resource_count": 123,
    "status": "<string>",
    "tool_count": 123,
    "tool_timeout_seconds": 123,
    "transport": "<string>",
    "url": "<string>",
    "user_paths": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Response

OK

allowed_tools
string[]
connected_at
string
description
string
disallowed_tools
string[]
enabled
boolean
headers
object
last_error
string
managed
boolean
name
string
prompt_count
integer
resource_count
integer
status
string
tool_count
integer
tool_timeout_seconds
integer
transport
string
url
string
user_paths
string[]