curl --request GET \
--url https://api.wacht.dev/ai/mcp-servers \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": [
{
"id": "<string>",
"name": "<string>",
"endpoint": "<string>",
"auth_type": "<string>",
"requires_user_connection": true,
"connection_status": "<string>",
"connected_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
}
]
}Was this page helpful?
curl --request GET \
--url https://api.wacht.dev/ai/mcp-servers \
--cookie __session={
"status": 123,
"message": "<string>",
"session": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"errors": [
{
"code": "<string>",
"message": "<string>"
}
],
"data": [
{
"id": "<string>",
"name": "<string>",
"endpoint": "<string>",
"auth_type": "<string>",
"requires_user_connection": true,
"connection_status": "<string>",
"connected_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z"
}
]
}