An MCP server to start, observe, and interact with Claude Managed Agents
from any MCP client (stdio / HTTP / AWS Lambda, pluggable inbound auth).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add TokenBurnRate — LLM token cost tracker MCP
Adds TokenBurnRate, an open-source MCP server + CLI for tracking LLM token costs across Claude, GPT, and Gemini.
Logs every API call locally (SQLite, no telemetry)
Terminal dashboard with daily cost breakdown
8 deterministic optimization hints with estimated monthly savings
Works with Claude Desktop as an MCP server
npm: https://www.npmjs.com/package/token-tracker-mcp
GitHub: https://github.com/nikhilnt1234/TokenBurnRate
Server is now listed on Glama (glama.ai/mcp/servers/tinqiao-oss/clawtouch-mcp);
adding the score badge per the Check Glama Link bot request.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Satisfies the glama-check bot requirement on PR #7220. Badge uses the
no-@ slug form matching every adjacent entry in the Finance & Fintech
section.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pantrist is a smart-grocery / pantry / recipe / meal-planning app.
The MCP server wraps its public REST API so LLM agents (Claude, etc.)
can manage shopping lists, the pantry, recipes and the weekly meal
plan in natural language.
Full OAuth 2.1 + PKCE + RFC 7591 dynamic client registration so the
Claude.ai Custom Connector flow completes without copying a token
by hand. Hosted at https://mcp.pantrist.app — self-hostable via the
public repo.
Catalog has grown since initial submission; Glama also scored the
server with 264 endpoints (incl. variants). Round the user-facing
figure to 280+ to reflect the current canonical tool count.
Cost-of-living and quality-of-life comparison across ~165 cities:
take-home pay, taxes, equivalent salary, and safety-net deltas.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>