io.github.Rckl88/clawbackai-mcp
NPM · CLAWBACKAI-MCP · SCANNED AUG 3
LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 108 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability60
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 463 tokens (~57/item across 8 items; 8 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 84% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · clawbackai-mcp
claude mcp add rckl88-clawbackai-mcp -- npx -y clawbackai-mcp
codex mcp add rckl88-clawbackai-mcp -- npx -y clawbackai-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rckl88-clawbackai-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"clawbackai-mcp"
],
"enabled": true
}
}
} openclaw mcp add rckl88-clawbackai-mcp --command npx --arg -y --arg clawbackai-mcp
mcp_servers:
rckl88-clawbackai-mcp:
command: "npx"
args: ["-y", "clawbackai-mcp"] {
"mcpServers": {
"rckl88-clawbackai-mcp": {
"command": "npx",
"args": [
"-y",
"clawbackai-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +40
- GHSA-frvp-7c67-39w9 affects this package: medium ▼ security
- Known CVEs: unverified → fail ▼ security
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Schema quality: unverified → fair ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +15
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −22
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-frvp-7c67-39w9 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N | yes |
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
activate_routing ~49
Activate smart routing after reviewing audit results. Only call after get_audit_status shows a completed report.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your API key |
| strategy | string | — | Routing strategy |
No output schema declared.
No examples provided.
check_savings ~35
Check monthly and all-time routing value (price difference captured per routed call).
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your API key |
No output schema declared.
No examples provided.
get_audit_status ~51
Check audit progress. Returns calls logged, report URL when ready, routing recommendations, and next steps. Share the report URL with a human decision maker.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your API key |
No output schema declared.
No examples provided.
get_frontier ~37
Get the efficient frontier — best quality per dollar by task type. No API key needed.
| Name | Type | Req | Description |
|---|---|---|---|
| task_type | string | — | Task type |
No output schema declared.
No examples provided.
get_model_recommendation ~70
Get the recommended model for a task type without making an API call. No key needed.
| Name | Type | Req | Description |
|---|---|---|---|
| max_cost_per_million | number | — | Max cost per million tokens |
| min_quality | number | — | Minimum quality score (0-100) |
| task_type | string | — | Task type |
No output schema declared.
No examples provided.
optimize_llm_call ~81
Route a completion to the best model. Requires routing to be activated first via the audit flow.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your provider API key |
| max_tokens | integer | — | — |
| messages | array | yes | OpenAI-format messages array |
| model | string | yes | The model you would normally use |
| temperature | number | — | — |
No output schema declared.
No examples provided.
set_agent_budget ~66
Set per-agent monthly budget. Requires routing to be active.
| Name | Type | Req | Description |
|---|---|---|---|
| action_on_exceed | string | — | — |
| agent_name | string | yes | Agent name |
| api_key | string | yes | Your API key |
| monthly_budget_usd | number | yes | Monthly budget in USD |
No output schema declared.
No examples provided.
start_audit ~74
Start a free Clawback audit. Registers your API key for traffic observation. Route 50+ calls through clawback.run/v1 to trigger the audit automatically.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your provider API key (hashed for identification, never stored raw) |
| string | — | Optional email for report delivery |
No output schema declared.
No examples provided.