stats
ActiveTool of Wakatime
declared in 0.1.0
Fetch aggregated WakaTime coding stats for a user over a range ("last_7_days", "last_30_days", "last_6_months", "last_year", "all_time"); returns totals and rankings by language, project, editor, and OS.
Parameters schema
{
"type": "object",
"examples": [
{
"range": "last_30_days",
"user_id": "wakatime_user_123"
}
],
"required": [
"user_id",
"range"
],
"properties": {
"range": {
"type": "string"
},
"project": {
"type": "string"
},
"timeout": {
"type": "number"
},
"user_id": {
"type": "string"
},
"writes_only": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wakatime
https://github.com/pipeworx-io/mcp-wakatime
1/7 registries