Skip to main content
Glama
CodeDreamer06

MonkeyType MCP Server

get_typing_stats

Retrieve global typing statistics via the MonkeyType MCP Server to analyze typing performance, test data, and trends for informed insights and improvements.

Instructions

Get global typing statistics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for the get_typing_stats tool, which calls the MonkeyType API /public/typingStats endpoint and returns the JSON response.
    case "get_typing_stats": { const result = await callMonkeyTypeApi('/public/typingStats', 'GET', apiKey); return { content: [{ type: "text", text: JSON.stringify(result, null, 2) }], }; }
  • Zod schema definition for the get_typing_stats tool input (empty since no parameters required).
    const GetTypingStatsSchema = BaseApiSchema.extend({});
  • server.js:227-231 (registration)
    Registration of the get_typing_stats tool in the ListTools response, including name, description, and input schema.
    { name: "get_typing_stats", description: "Get global typing statistics", inputSchema: zodToJsonSchema(GetTypingStatsSchema), },

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

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