Create a new MCP server
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>",
"server_url": "<string>",
"server_type": "url",
"institution": "<string>",
"require_approval": {
"enabled": true,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"status": "active"
}
'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"institution": "<string>",
"user": "<string>",
"server_type": "url",
"server_url": "<string>",
"require_approval": {
"enabled": false,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}Admin MCP Servers
Create a new MCP server
Creates a new Model Context Protocol server configuration
POST
/
api
/
admin
/
mcpserver
Create a new MCP server
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>",
"server_url": "<string>",
"server_type": "url",
"institution": "<string>",
"require_approval": {
"enabled": true,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"status": "active"
}
'{
"success": true,
"data": {
"_id": "<string>",
"name": "<string>",
"institution": "<string>",
"user": "<string>",
"server_type": "url",
"server_url": "<string>",
"require_approval": {
"enabled": false,
"skip_approval_tools": [
"<string>"
]
},
"authorization_header": "<string>",
"tool_configuration": {
"enabled": true,
"allowed_tools": [
"<string>"
]
},
"description": "<string>",
"created": "2023-11-07T05:31:56Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Server name (unique per institution).
MCP server URL endpoint.
Institution ObjectId.
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Available options:
active, inactive, deleted Was this page helpful?
⌘I