/
SH
shipsecai
/
ShipSec Studio API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 7m ago · Updated 3w ago
View markdown
shipsecai
ShipSec Studio API
patch
Update an MCP server configuration
v1
latest
OpenAPI 3.0.0
2026-07-17
153
78
310.4 KB
agents
2
analytics
4
api-keys
6
App
4
artifacts
3
audit-logs
1
components
3
files
5
Human Inputs
4
integrations
10
InternalMcp
6
InternalRuns
1
mcp
11
mcp-groups
13
mcp-servers
13
get
List all MCP servers
post
Create a new MCP server configuration
get
List enabled MCP servers only
get
List all tools from enabled MCP servers
get
Get health status of all enabled servers
get
Get a specific MCP server
delete
Delete an MCP server configuration
patch
Update an MCP server configuration
get
List discovered tools from a server
post
Toggle MCP server enabled/disabled status
post
Test connection to an MCP server
post
Toggle a tool enabled/disabled state
get
Get resolved MCP server configuration (with secrets resolved)
Schedules
8
secrets
7
TestingWebhook
5
webhooks
17
workflows
30
mcp-servers
Update an MCP server configuration
patch
/api/v1/mcp-servers/{id}
Path parameters
id
string
required
Request body
UpdateMcpServerDto
required
name
string
description
string
nullable
transportType
'http'
|
'stdio'
endpoint
string
uri
nullable
command
string
nullable
args
string[]
nullable
headers
object
nullable
healthCheckUrl
string
uri
nullable
enabled
boolean
Response
McpServerResponseDto
required
id
string
required
name
string
required
description
string
nullable
required
transportType
'http'
|
'stdio'
required
endpoint
string
nullable
required
command
string
nullable
required
args
string[]
nullable
required
hasHeaders
boolean
required
headerKeys
string[]
nullable
required
enabled
boolean
required
healthCheckUrl
string
nullable
required
lastHealthCheck
string
date-time
nullable
required
lastHealthStatus
'healthy'
|
'unhealthy'
|
'unknown'
nullable
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
groupId
string
nullable
required