We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocklambros/nist-csf-2-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"timestamp": "2025-08-24T02:33:03.118Z",
"metrics": {
"test_counter": {
"value": 42,
"type": "counter"
},
"test_gauge": {
"value": 3.14,
"type": "gauge"
},
"test_duration": {
"value": 125,
"type": "histogram"
}
}
}