Clervo Connect
NPM · @CLERVO/MCP · SCANNED AUG 15
Free-first Clervo tools and bounded opt-in commerce through one local wallet.
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 Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 116 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to clervo/clervo). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability59
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 394 tokens (~43/item across 9 items; 9 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 Coverage78
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 33% 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 · @clervo/mcp
claude mcp add clervo-connect -- npx -y @clervo/mcp
codex mcp add clervo-connect -- npx -y @clervo/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"clervo-connect": {
"type": "local",
"command": [
"npx",
"-y",
"@clervo/mcp"
],
"enabled": true
}
}
} openclaw mcp add clervo-connect --command npx --arg -y --arg @clervo/mcp
mcp_servers:
clervo-connect:
command: "npx"
args: ["-y", "@clervo/mcp"] {
"mcpServers": {
"clervo-connect": {
"command": "npx",
"args": [
"-y",
"@clervo/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.
- 12 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Aug 26 59
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 15 Aug 2026 · Analysed npm/@clervo/mcp@0.5.2
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | clervo/clervo |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/clervo/clervo/.github/workflows/publish-packages.yml@refs/heads/main |
| Rekor log index | 2421063968 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:63e1827890953aa4a0f610d2a439bdb9feac8b6a5ab35fad5214e23b2942eac3c4ec4f26fdfe047cfda03f40e5e214d374146c9ce123826c2c126319d |
Dependencies 116 packages
| Packages resolved | 116 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
ai_execute Execute a normalized Clervo AI request ~101
Executes a free model or returns the exact paid challenge without signing or paying. The tool never creates a wallet or authorizes payment.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | – | – |
| input | object | yes | Normalized AI input object; its kind must match the selected model capability. |
| maximumOutputTokens | integer | – | – |
| maximumReasoningTokens | integer | – | – |
| model | string | yes | Stable canonical Clervo model ID or a published alias. |
No output schema declared.
No examples provided.
clervo_execute Execute a currently served Clervo full operation ~91
Generic execution for the full profile. Runtime registry truth is checked on every call. Automatic payment is disabled; payable calls return a quote.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | yes | – |
| idempotencyKey | string | – | – |
| paid | boolean | – | For a product with a free path, explicitly request its paid path. Signing still requires local --auto-pay opt-in. |
| productId | string | yes | – |
No output schema declared.
No examples provided.
connect_status Clervo wallet and shared Connect status ~16
Clervo wallet and shared Connect status
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
doctor Diagnose the local Clervo Connect installation ~15
Diagnose the local Clervo Connect installation
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
local_usage Clervo durable local usage ~14
Clervo durable local usage
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
models_list List the live Clervo AI catalog ~32
Returns stable provider-neutral model IDs, capabilities, health, availability, free/paid state, pricing, and commerce metadata.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
reconcile Reconcile unresolved Clervo operations without a new payment ~18
Reconcile unresolved Clervo operations without a new payment
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search_web Clervo web evidence preview ~92
Runs the live bounded free Search route or obtains its exact paid challenge without signing.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | – | – |
| language | string | – | – |
| maxResults | integer | – | – |
| mode | string | – | Preview calls the live free route. Challenge obtains the exact paid 402 but never signs or pays. |
| query | string | yes | The evidence query. |
| region | string | – | – |
No output schema declared.
No examples provided.
spend_limits Clervo buyer-side spend limits ~15
Clervo buyer-side spend limits
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.