cost-estimate

Estima custo USD de um prompt ANTES de mandar para Claude. Heurística chars/4 com range ±30% (sem tokenizer real na v1.37.0 — debt em SKILL.md). Retorna estimated_input_tokens, estimated_output_tokens, estimated_usd, estimated_usd_range:[low,high], disclaimer. Triggers:

Server Kit luanpdd/kit-mcp
Category Execute
Risk class High
Parameters 00 required

What cost-estimate does on Kit

AI agents invoke cost-estimate to trigger actions in Kit. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why cost-estimate needs a policy

cost-estimate triggers real processes with real consequences. An agent gone sideways doesn't fire it once — it starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

Questions about cost-estimate

What does the cost-estimate tool do? +

Estima custo USD de um prompt ANTES de mandar para Claude. Heurística chars/4 com range ±30% (sem tokenizer real na v1.37.0 — debt em SKILL.md). Retorna estimated_input_tokens, estimated_output_tokens, estimated_usd, estimated_usd_range:[low,high], disclaimer. Triggers:. It is categorised as a Execute tool in the Kit MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on cost-estimate? +

Register the Kit MCP server in PolicyLayer and add a rule for cost-estimate: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Kit. Nothing to install.

What risk level is cost-estimate? +

cost-estimate is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit cost-estimate? +

Yes. Add a rate_limit block to the cost-estimate rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block cost-estimate completely? +

Set action: deny in the PolicyLayer policy for cost-estimate. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides cost-estimate? +

cost-estimate is provided by the Kit MCP server (luanpdd/kit-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.