Skip to main content
Glama

chesscom-mxcp

get_trending_players.sql•531 B
-- Most viewed players analysis -- get_trending_players: Get most viewed players in recent time SELECT username, COUNT(*) as view_count, MAX(follower_count) as latest_followers, MIN(follower_count) as earliest_followers, MAX(follower_count) - MIN(follower_count) as follower_growth, COUNT(DISTINCT DATE(viewed_at)) as days_tracked FROM player_profile_views WHERE viewed_at >= CURRENT_DATE - INTERVAL ($days || ' days') GROUP BY username HAVING COUNT(*) >= $min_views ORDER BY view_count DESC LIMIT $limit;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/datYori/chesscom-mxcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server