We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heesookiim/xtrf-home-portal-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp_config_user_custom_fields.json•766 B
{
"server": {
"url": "https://presentation.s.xtrf.eu/home-api"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Returns list of simple users representations",
"name": "get_all_names_with_ids_1"
},
{
"description": "Returns custom fields of a given user.",
"name": "get_custom_fields_4"
},
{
"description": "Updates custom fields of a given user.",
"name": "update_custom_fields_2"
},
{
"description": "Returns custom field of a given user.",
"name": "get_custom_field_1"
},
{
"description": "Updates given custom field of a given user.",
"name": "update_custom_field_1"
}
]
}