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": "Lists all vendor invoices in all statuses (including not ready and drafts) that have been updated since a specific date.",
"name": "get_all_2"
},
{
"description": "Searches for data (ie. customer, task, etc) and returns it in a tabular form.",
"name": "browse_j_s_o_n"
},
{
"description": "Searches for data (ie. customer, task, etc) and returns it in a CSV form.",
"name": "browse_c_s_v"
},
{
"description": "Exports reports definition to XML.",
"name": "export_to_x_m_l"
},
{
"description": "Imports a report definition from an XML using a file token. To obtain the token, you first need to upload a temporary XML file, as specified in the Files section. Note that the name of the imported report must be unique.",
"name": "import_from_x_m_l"
},
{
"description": "Marks report as preferred or not.",
"name": "set_preferred"
},
{
"description": "Generates CSV content for a report.",
"name": "generate_c_s_v"
},
{
"description": "Generates printer friendly content for a report.",
"name": "generate_printer_friendly"
}
]
}