Skip to main content
POST

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-MCP-Registry-Server
string
required

Registry server saved_name

Maximum string length: 32
Example:

"my-filesystem-server"

X-Enkrypt-MCP-Registry-Server-Version
string
default:v1

Registry server version (defaults to "v1")

Example:

"v1"

Body

application/json
tool_name
string
required

Name of the tool to call

Example:

"read_file"

tool_arguments
object

Arguments to pass to the tool (max 100KB, max depth 10 levels)

Response

Tool executed successfully

success
boolean

Whether the tool call was successful

error
string | null

Error message if failed

details
string | null

Additional error details

data
object