
SkillFM Claude Code Token Usage
Plug in the Claude Code–specific SkillFM MCP entry when you need token usage, cost visibility, and Beacon health checks tuned to Anthropic sessions.
Overview
SkillFM Claude Code Token Usage is a MCP server for the Operate phase that exposes Claude session token usage, cost visibility, and Beacon health checks.
What is this MCP server?
- Claude Code token usage and Claude usage keywords in registry metadata
- Token cost and LLM cost framing for Anthropic-heavy workflows
- SkillFM Beacon AI health checkup and context cleanup for Claude sessions
- Dedicated @skillfm/claude-code-token-usage-mcp npm package (stdio)
- Repository skillfm-claude-code-token-usage-mcp separate from generic Beacon
- Registry version 0.1.0
- npm package @skillfm/claude-code-token-usage-mcp
- GitHub repository id 1244230499 (skillfm-claude-code-token-usage-mcp)
What problem does it solve?
Claude Code makes it easy to burn context and tokens across long tasks, but you lack MCP tools your agent can use to quantify cost and trigger cleanup.
Who is it for?
Solo builders standardized on Claude Code who want a registry package named for Claude token and cost monitoring.
Skip if: Multi-editor shops that only need vault-first BYOK tooling without Claude-specific usage framing.
What do I get? / Deliverables
After registration, your Claude Code agent can query SkillFM tools for usage, cost, health, and context cleanup guidance during live coding.
- Claude Code–labeled MCP tools for usage and cost queries
- Beacon health and context cleanup audit hooks in-session
- Clearer operate decisions when trimming prompts or restarting threads
Recommended MCP Servers
Journey fit
How it compares
Claude Code–scoped usage MCP, not the generic SkillFM Beacon slug or BYOK Vault server.
Common Questions / FAQ
Who is SkillFM Claude Code Token Usage for?
It is for developers who primarily ship with Claude Code and want MCP-driven token usage, cost visibility, and Beacon health checks in that environment.
When should I use this SkillFM server?
Use it during operate when Claude Code sessions grow expensive or sluggish and you want the agent to surface usage and cleanup audits automatically.
How do I add it to Claude Code?
Install @skillfm/claude-code-token-usage-mcp, add the stdio MCP server entry in Claude Code’s MCP settings, restart, and invoke the SkillFM tools from your session.