cURL
curl --request POST \ --url https://api.trugen.ai/v1/ext/mcp \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "Livekit Docs", "description": "MCP server to get livekit info", "type": "shttp/sse", "request_config": { "url": "https://www.example.com/in", "headers": { "User-Agent": "Trugen Avatar", "Accept": "application/json" } } } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "type": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Create a new MCP server configuration.
Documentation IndexFetch the complete documentation index at: https://docs.trugen.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.trugen.ai/llms.txt
Use this file to discover all available pages before exploring further.
"Livekit Docs"
"MCP server to get livekit info"
"shttp/sse"
Show child attributes
MCP created successfully