Skip to main content
PUT
Update MCP server

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

MCP Server ID

Body

application/json
name
string
required

Server name (unique per institution).

server_url
string
required

MCP server URL endpoint.

server_type
string
default:url
institution
string

Institution ObjectId.

require_approval
object
authorization_header
string
tool_configuration
object
description
string
status
enum<string>
default:active
Available options:
active,
inactive,
deleted

Response

MCP server updated successfully

success
boolean
Example:

true

message
string

Success message

Example:

"User institution deleted successfully"