We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/druce/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[
{
"period": "0m",
"strongBuy": 1,
"buy": 2,
"hold": 9,
"sell": 2,
"strongSell": 5
},
{
"period": "-1m",
"strongBuy": 2,
"buy": 3,
"hold": 7,
"sell": 2,
"strongSell": 5
},
{
"period": "-2m",
"strongBuy": 2,
"buy": 3,
"hold": 13,
"sell": 0,
"strongSell": 1
},
{
"period": "-3m",
"strongBuy": 2,
"buy": 3,
"hold": 13,
"sell": 0,
"strongSell": 1
}
]