Skip to main content
GET
/
ext
/
mcp
/
{id}
Get MCP by ID
curl --request GET \
  --url https://api.trugen.ai/v1/ext/mcp/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "dcf04568-6bf5-40cf-bd6f-d68e4cb5b216",
  "name": "Livekit Docs",
  "description": "MCP server to get livekit info",
  "type": "shttp/sse",
  "request_config": {
    "url": "http://ec2-18-216-51-35.us-east-2.compute.amazonaws.com:8080/sse",
    "headers": {
      "User-Agent": "Trugen Avatar",
      "Accept": "application/json"
    }
  },
  "is_active": true,
  "created_at": "2025-10-02T17:22:10.96453Z",
  "updated_at": "2025-10-02T17:22:10.96453Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Unique identifier of the MCP

Example:

"0d585f9a-e992-42d4-bda2-9c25f2bd7eda"

Response

MCP object successfully retrieved

id
string<uuid>
required
Example:

"dcf04568-6bf5-40cf-bd6f-d68e4cb5b216"

name
string
required
Example:

"Livekit Docs"

description
string
required
Example:

"MCP server to get livekit info"

type
string
required
Example:

"shttp/sse"

request_config
object
required
is_active
boolean
required
Example:

true

created_at
string<date-time>
required
Example:

"2025-10-02T17:22:10.96453Z"

updated_at
string<date-time>
required
Example:

"2025-10-02T17:22:10.96453Z"