Weckr is a Model Context Protocol (MCP) server: Ask which of your customers cost more in LLM calls than they pay, per user and per feature. Because it speaks the Model Context Protocol, AI assistants can use Weckr as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package @weckr/mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need WECKR_API_KEY. The current release is v0.1.2, published under the MIT license, with source at Ghiles3232/weckr-sdks on GitHub.
On mcp.site, Weckr sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Weckr for useweckr.com, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @weckr/mcp · MCP over stdio
▸Credentials — Requires WECKR_API_KEY
▸Open source — MIT license · Ghiles3232/weckr-sdks