Smarter tools for Claude Code, Codex, Copilot, Cursor & OpenClaw. Fewer calls, smaller context, same model — your sessions stop ballooning.
No card required · 2-minute setup · your code never leaves your machine
of an agent's tokens go to re-reading code it has already seen this session.
re-ingests the whole transcript — each extra tool call makes every later call more expensive.
an exact-match miss on whitespace or quotes wastes the entire turn — then the agent re-reads and retries.
How it works
The same everyday task — find a function across files, change it everywhere, verify nothing broke.
Fewer calls → smaller context → savings compound every turn.
Tools
Drop-in replacements for the glob-grep-read-edit cycle that burns most of your context window.
Glob + grep + read + imported-by in a single ranked call. Your agent gets matches, context lines, and the import graph in one round-trip.
AST-aware truncation: long function bodies stubbed, imports, types and signatures kept. The agent sees the file's shape without ingesting 2,000 lines.
Batched multi-file edits with fuzzy matching that tolerates whitespace and quote drift — plus post-edit TS/JSON/YAML syntax validation so broken edits never ship.
Schema introspection, dialect auto-fix, and foreign-key graphs — the agent explores your database without dumping DDL into context.
Calls saved are counted. Bytes returned are measured. Bytes saved are estimates — and labeled that way. No made-up percentages.
An MCP server for Claude Code, Codex CLI, VS Code Copilot, Cursor and Windsurf — plus a native OpenClaw plugin. One license, all your harnesses.
Install
Pick your tool, paste one snippet, done. The same license key works across all of them.
claude mcp add tokeasy -e TOKEASY_LICENSE_KEY=tk-... -- npx -y -p openclaw-plugin-tokeasy tokeasy-mcp
~/.codex/config.toml
[mcp_servers.tokeasy]
command = "npx"
args = ["-y", "-p", "openclaw-plugin-tokeasy", "tokeasy-mcp"]
env = { TOKEASY_LICENSE_KEY = "tk-..." }
.vscode/mcp.json
{
"servers": {
"tokeasy": {
"command": "npx",
"args": ["-y", "-p", "openclaw-plugin-tokeasy", "tokeasy-mcp"],
"env": { "TOKEASY_LICENSE_KEY": "tk-..." }
}
}
}
.cursor/mcp.json
{
"mcpServers": {
"tokeasy": {
"command": "npx",
"args": ["-y", "-p", "openclaw-plugin-tokeasy", "tokeasy-mcp"],
"env": { "TOKEASY_LICENSE_KEY": "tk-..." }
}
}
}
openclaw plugins install openclaw-plugin-tokeasy
openclaw.json
{
"plugins": {
"entries": {
"tokeasy": {
"config": { "licenseKey": "tk-..." }
}
}
}
}
Your code, prompts and keys never touch our servers. The only network call Tokeasy makes is the license check — it sends your key and an instance hash, nothing else.
Pricing
Try it free for 14 days — see if your token bill drops.
FAQ