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
{
"server": {
"url": "https://presentation.s.xtrf.eu/home-api"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Assigns vendor to a job in a project.",
"name": "assign_vendor"
},
{
"description": "Sends invitation to Vendor Portal.",
"name": "send_invitations"
},
{
"description": "Sends invitations to Vendor Portal.",
"name": "send_invitations_1"
},
{
"description": "Assigns vendor to a job in a project.",
"name": "assign_vendor_1"
},
{
"description": "Updates instructions for all vendors performing the jobs in a project. See also \"PUT /jobs/{jobId}/instructions\" for updating instructions for a specific job in a project or quote.",
"name": "update_vendor_instructions"
}
]
}