Create MCP Server
MCP Servers
Create MCP Server
Register a new MCP server for use with your agents.
POST
Create MCP Server
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Server name (1-100 characters)
Description of the server (max 500 characters)
Transport type (use
"http")Endpoint URL for the MCP server
HTTP headers, such as authentication headers (stored encrypted)
Additional configuration options
Example Request
Example Response
Status Codes
| Code | Description |
|---|---|
201 | MCP server created successfully |
400 | Invalid request (validation error) |
401 | Unauthorized - invalid or missing authentication |
409 | Server with that name already exists |

