ClockNext MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClockNext MCP Serververify usage signal for customer_abc with model gpt-4 and 500 tokens"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@clocknext/mcp
The ClockNext MCP server — meter usage, verify signals, and manage usage‑based billing directly from AI coding tools (Claude Code, Cursor, Codex, Antigravity) and any other Model Context Protocol client.
It runs locally over stdio: your AI tool spawns it as a subprocess, and your
organisation's cnk_… API key stays in the server's environment — never in the
model's context.
Install as a Claude Code plugin (recommended)
In Claude Code:
/plugin marketplace add ClockNext/clocknext-mcp
/plugin install clocknext@clocknextClaude Code prompts for your ClockNext API key at install (stored securely) and
wires the server up automatically — no manual config, no env vars. Run /mcp to
confirm the clocknext tools are available.
Related MCP server: 0nMCP
Manual setup (other MCP clients)
You need a ClockNext API key (Settings → API Keys). Then add the server to your tool's MCP config.
Claude Code
claude mcp add clocknext --env CLOCKNEXT_API_KEY=cnk_your_key -- npx -y @clocknext/mcpCursor / Windsurf / Antigravity — .cursor/mcp.json (or the tool's MCP JSON):
{
"mcpServers": {
"clocknext": {
"command": "npx",
"args": ["-y", "@clocknext/mcp"],
"env": { "CLOCKNEXT_API_KEY": "cnk_your_key" }
}
}
}Codex — ~/.codex/config.toml:
[mcp_servers.clocknext]
command = "npx"
args = ["-y", "@clocknext/mcp"]
env = { CLOCKNEXT_API_KEY = "cnk_your_key" }Environment
Variable | Required | Description |
| yes | Your org's |
| no | Override the API origin (e.g. a staging URL). Defaults to production. |
Tools
Tool | What it does |
| Identify the org behind the key and whether it's sandbox or live. Call first. |
| List enabled models + USD prices per 1M tokens. Use a |
| Dry run — validate + price a signal without recording it. Preflight your setup. |
| Record one real (billed) usage signal. Supports an |
A typical agent flow: whoami → list_models → verify_signal (confirm the
customer/model/plan price correctly) → record_usage.
Development
npm install # links the local @clocknext/sdk (file:../clocknext-sdk)
npm run build # tsup → dist/index.js (executable bin)
npm run dev # run from source via tsx
CLOCKNEXT_API_KEY=cnk_... npm startBuilt on the official @modelcontextprotocol/sdk over @clocknext/sdk. stdio
today; a hosted Streamable‑HTTP variant is planned. Logs go to stderr (stdout
is the protocol channel).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables access to Usage and Billing APIs for managing accounts, products, meters, plans, and usage reporting. Supports operations like creating products/plans, reporting usage, and retrieving billing information.Last updated18MIT
- Flicense-quality-maintenanceUniversal AI API Orchestrator. 850 tools across 53 services under a single MCP interface. Connect Claude, GPT, or Gemini to Stripe, Slack, GitHub, LinkedIn, Cloudflare, Shopify, Twilio, and 46 more via natural language. $0.10/execution, no subscription. Patent Pending.Last updated3905
- Alicense-qualityCmaintenanceConnect engineering metrics, DORA performance, deploy risk scoring, and PR health to any AI assistant. Score PRs for deployment risk using a 36-signal model, query team health, incidents, coverage, and more.Last updatedMIT
- AlicenseAqualityBmaintenanceReal-time Claude.ai subscription awareness for AI coding assistants. Surfaces live utilization, forecasts limits, gates expensive operations, and measures real per-task cost.Last updated5306MIT
Related MCP Connectors
Form companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools.
Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.
A paid remote MCP for code graph MCP for AI coding, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ClockNext/clocknext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server