Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/mcpserver \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "name": "<string>", "url": "<string>", "description": "<string>", "status": "active", "institution": "<string>" } '
{ "success": true, "data": { "_id": "<string>", "name": "<string>", "url": "<string>", "description": "<string>", "status": "active", "institution": "<string>", "created": "2023-11-07T05:31:56Z" } }
Creates a new Model Context Protocol server configuration
JWT token passed in x-access-token header
Server name
Server URL
Server description
active
inactive
Institution ID
MCP server created successfully
Show child attributes
Was this page helpful?