🧪 MCP Playground API
Call MCP Server Tool
Executes a tool call on an MCP server — the playground API for testing and debugging tools by directly invoking them with parameters.
The target server is identified by the X-Enkrypt-MCP-Registry-Server header — the gateway fetches its config from GET /mcp-registry/get-server using your apikey and uses the cloud’s 200/401/403 response as the authentication gate.
The request body carries the tool invocation: tool_name (required) and optional tool_arguments.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Registry server saved_name
Maximum string length:
32Example:
"my-filesystem-server"
Registry server version (defaults to "v1")
Example:
"v1"
Body
application/json

