# io.github.Rckl88/seracade (npm · seracade)

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

- Trust score: 54/100 (low)
- Change this week: +35
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `seracade`: 54/100 (this document), [markdown](https://verifymcp.io/servers/rckl88-seracade/seracade.md), [page](https://verifymcp.io/servers/rckl88-seracade/seracade)

## Channel facts

- Registry: `npm`
- Package: `seracade`
- Version: `2.8.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - 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.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 74 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 54/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 336 tokens (~168/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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.

## Install

### Claude

```bash
claude mcp add rckl88-seracade -- npx -y seracade
```

### Codex

```bash
codex mcp add rckl88-seracade -- npx -y seracade
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rckl88-seracade": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "seracade"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add rckl88-seracade --command npx --arg -y --arg seracade
```

### Hermes

```yaml
mcp_servers:
  rckl88-seracade:
    command: "npx"
    args: ["-y", "seracade"]
```

### Other

```json
{
  "mcpServers": {
    "rckl88-seracade": {
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 54, +29)

- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 25, +25)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 0, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 0, −66)

- [security regression] Malware scan: pass → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Known CVEs: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security improvement] GHSA-frvp-7c67-39w9 no longer affects this package
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] Licence: MIT

### 2026-07-28 (score 66, +47)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 83
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

### 2026-07-27 (score 19)

First indexed and scored.

## MCP tools (2)

### `seracade_route` (~158 tokens)

Route an LLM completion to the cheapest model that meets your quality bar. Requires routing to be active — call seracade with action=activate_routing first. Returns the full completion, the model used, and per-call savings. Recommended: set SERACADE_API_KEY env var instead of passing api_key inline.

Input parameters:

- `api_key` (string): Your provider API key. Prefer setting SERACADE_API_KEY environment variable instead of passing inline.
- `max_tokens` (integer)
- `messages` (array, required): OpenAI-format messages array
- `model` (string, required): The model you would normally use (e.g. gpt-4o, claude-sonnet-4-6)
- `temperature` (number)

### `seracade` (~178 tokens)

Manage your Seracade account. Actions: start_audit, get_status, activate_routing, check_savings, set_budget. Recommended: set SERACADE_API_KEY env var instead of passing api_key inline.

Input parameters:

- `action` (string, required): Action to perform
- `action_on_exceed` (string): Action when budget exceeded (set_budget only, default: alert)
- `agent_name` (string): Agent identifier (set_budget only)
- `api_key` (string): Your provider API key. Prefer setting SERACADE_API_KEY environment variable instead of passing inline.
- `email` (string): Email for report delivery (start_audit only)
- `monthly_budget_usd` (number): Monthly budget cap in USD (set_budget only)
- `strategy` (string): Routing strategy (activate_routing only, default: balanced)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/rckl88-seracade/seracade#diagnostics

## Score history

- 2026-08-03: 54
- 2026-08-02: 54
- 2026-08-01: 25
- 2026-07-31: 0
- 2026-07-30: 0
- 2026-07-29: 66
- 2026-07-28: 66
- 2026-07-27: 19

## Links

- npm package: https://www.npmjs.com/package/seracade
- Socket report: https://socket.dev/npm/package/seracade
- Changelog RSS feed: https://verifymcp.io/servers/rckl88-seracade/seracade/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/rckl88-seracade/seracade/changelog.json
- HTML version of this page: https://verifymcp.io/servers/rckl88-seracade/seracade
