Loading MCP server directory, please wait...
Meter usage and manage usage-based billing from AI tools via the ClockNext API.
npx @getmcp/cli add io.github.ClockNext/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOCKNEXT_API_KEYYour organisation's cnk_… API key (Settings → API Keys).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ClockNext/mcp": {
"command": "npx",
"args": [
"-y",
"@clocknext/mcp"
],
"env": {
"CLOCKNEXT_API_KEY": "",
"CLOCKNEXT_BASE_URL": "",
"CLOCKNEXT_DOCS_URL": ""
}
}
}
}