Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Silvanexum

NPM · @SILVANEXUM/MCP · 2 COMPONENTS · SCANNED SEP 21

Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.

0 this week 77 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • 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
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. 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 (Apache-2.0).Pass
  • Actively maintained (last published 75 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 727 tokens (~72/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "deploy_template" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Silvanexum MCP server?

Silvanexum runs locally as an npm package, launched with npx -y @silvanexum/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @silvanexum/mcp

# add to Claude Code
claude mcp add silvanexum-silvanexum -- npx -y @silvanexum/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "silvanexum-silvanexum": {
      "command": "npx",
      "args": [
        "-y",
        "@silvanexum/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "silvanexum-silvanexum": {
      "command": "npx",
      "args": [
        "-y",
        "@silvanexum/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add silvanexum-silvanexum -- npx -y @silvanexum/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "silvanexum-silvanexum": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@silvanexum/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add silvanexum-silvanexum --command npx --arg -y --arg @silvanexum/mcp
# ~/.hermes/config.yaml
mcp_servers:
  silvanexum-silvanexum:
    command: "npx"
    args: ["-y", "@silvanexum/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "silvanexum-silvanexum": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@silvanexum/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add silvanexum-silvanexum -t stdio -c npx -a -y @silvanexum/mcp
// mcp.json
{
  "mcpServers": {
    "silvanexum-silvanexum": {
      "command": "npx",
      "args": [
        "-y",
        "@silvanexum/mcp"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

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 21 Sept 2026 · Analysed npm/@silvanexum/mcp@0.4.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~727 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_budget ~185

Agent FinOps — create a spend cap over an org / project / agent for a period. With enforcement 'block', a run or mesh hop that would breach the cap is rejected server-side (HTTP 402). Requires a key with write scope.

NameTypeReqDescription
alertThresholdPctnumberPercent of the cap that flips state to 'warn'. Default 80.
enforcementstring'block' rejects a breaching run/hop (HTTP 402); 'alert' only warns. Default block.
limitCreditsnumberyesSpend cap in credits for the period.
namestringyesHuman label for the budget.
periodTypestringyesReset cadence for the cap.
scopeIdstringThe project/agent id — required unless scopeType is 'org'.
scopeTypestringyesWhat the cap applies to.

No output schema declared.

No examples provided.

deploy_template ~71

Deploy a 1-click vertical agent template into a ready, signed agent (M11). Note: template endpoints may be 'planned' / not yet live on a given deployment.

NameTypeReqDescription
paramsobjectTemplate parameter values (key → value).
templateIdstringyesThe template id to deploy.

No output schema declared.

No examples provided.

get_agent ~30

Fetch an agent's configuration and earned reputation by id.

NameTypeReqDescription
agentIdstringyesThe agent id.

No output schema declared.

No examples provided.

get_reputation ~43

Get an agent's earned reputation — volume-aware trust score, success rate, and confidence, derived from signed runs.

NameTypeReqDescription
agentIdstringyesThe agent id.

No output schema declared.

No examples provided.

get_run ~42

Fetch a run's full signed trace (the step-by-step model/tool/agent timeline) by id.

NameTypeReqDescription
runIdstringyesThe run/execution id.

No output schema declared.

No examples provided.

get_spending ~116

Agent FinOps — cost attribution. Spend rolled up by a dimension (agent / project / model / provider) over a time window, from real run telemetry + the mesh ledger. Read-only. Answers 'which agent/model burned the budget?'.

NameTypeReqDescription
groupBystringDimension to attribute spend by. Default: agent.
sincestringWindow start — relative ('-7d', '-24h') or ISO. Default -30d.
tostringWindow end — ISO. Default now.

No output schema declared.

No examples provided.

list_budgets ~56

Agent FinOps — list spend caps (budgets), each with its live computed spend, remaining, and state (ok / warn / exceeded) for the current period.

NameTypeReqDescription
scopeTypestringFilter budgets by scope.

No output schema declared.

No examples provided.

run_agent ~77

Run an agent on a prompt. The run is captured, secret-scrubbed, and cryptographically signed. Returns the answer plus a replayable, signed trace URL. Requires the `run` scope.

NameTypeReqDescription
agentIdstringyesThe agent id to run.
promptstringyesThe input/instruction for the agent.

No output schema declared.

No examples provided.

search_agents ~88

Search the Silvanexum marketplace for agents, ranked by PROVEN OUTCOMES (real run corpus + reputation), not stars. Returns proof-ranked listings.

NameTypeReqDescription
categorystringFilter by listing category.
qstringFree-text query, e.g. 'legal contract review'.
sortstringRanking. Default: proof (by signed-run corpus + reputation).

No output schema declared.

No examples provided.

wallet_balance ~19

Get the org's credit balance and recent ledger activity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the Silvanexum MCP server?

Silvanexum is an MCP server listed in the public MCP registry as io.github.silvanexum/silvanexum. Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools. This page covers its npm package (@silvanexum/mcp).

Is the Silvanexum MCP server safe to use?

Silvanexum scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Silvanexum MCP server expose?

Silvanexum exposes 10 tools: search_agents, get_agent, get_reputation, run_agent, get_run, and 5 more. Their descriptions and schemas cost roughly 727 tokens of context every time the server is loaded.

Is the Silvanexum MCP server still maintained?

Silvanexum is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Silvanexum MCP server under?

Silvanexum declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.