MCP Server
MCP
io.github.Clocknext/mcp
Meter usage and manage usage-based billing from AI tools via the ClockNext API.
Install
npx -y @clocknext/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@clocknext/mcp",
"version": "0.7.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your organisation's cnk_… API key (Settings → API Keys).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CLOCKNEXT_API_KEY"
},
{
"description": "Override the API origin (e.g. a staging URL). Defaults to production.",
"format": "string",
"name": "CLOCKNEXT_BASE_URL"
},
{
"description": "Override the docs origin for the search_docs/get_doc tools. Defaults to https://help.clocknext.com.",
"format": "string",
"name": "CLOCKNEXT_DOCS_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment