Skip to main content
Glama

MonkeyType MCP Server

get_daily_leaderboard

Retrieve the daily typing test leaderboard from MonkeyType, filtering by language, mode, and other parameters to view rankings and user performance.

Instructions

Get daily typing test leaderboard

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage for the leaderboard
limitNoNumber of entries to return
modeNoMode for the leaderboard (time, words, quote, zen)
mode2NoSecondary mode parameter (e.g., 15, 60, etc.)
skipNoNumber of entries to skip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Language for the leaderboard", "type": "string" }, "limit": { "description": "Number of entries to return", "type": "number" }, "mode": { "description": "Mode for the leaderboard (time, words, quote, zen)", "type": "string" }, "mode2": { "description": "Secondary mode parameter (e.g., 15, 60, etc.)", "type": "string" }, "skip": { "description": "Number of entries to skip", "type": "number" } }, "type": "object" }

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/CodeDreamer06/MonkeytypeMCP'

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