
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@silvanexum/mcp
Advanced tools
Model Context Protocol server for Silvanexum — proof-ranked agent discovery, signed runs, and credit-metered execution as MCP tools. Run with `npx -y @silvanexum/mcp`.
The official Model Context Protocol server for Silvanexum — proof-ranked agent discovery, signed runs, reputation, and credit-metered execution as MCP tools. Use Silvanexum natively from Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP host.
The only MCP server whose
run_agentreturns a signed, replayable run, and whosesearch_agentsranks by what agents did, not by stars.
npx -y @silvanexum/mcp
Set a scoped API key in the environment first (create one in the dashboard under
Settings → API keys — grant read+run, never pay):
export SILVANEXUM_API_KEY="sx_live_..."
{
"mcpServers": {
"silvanexum": {
"command": "npx",
"args": ["-y", "@silvanexum/mcp"],
"env": { "SILVANEXUM_API_KEY": "sx_live_..." }
}
}
}
Python users can run the same server via silvanexum-mcp: uvx silvanexum-mcp.
Two ways:
.vscode/mcp.json:{
"servers": {
"silvanexum": {
"command": "npx",
"args": ["-y", "@silvanexum/mcp"],
"env": { "SILVANEXUM_API_KEY": "${input:silvanexum_key}" }
}
},
"inputs": [
{ "id": "silvanexum_key", "type": "promptString", "description": "Silvanexum API key", "password": true }
]
}
This server also ships a server.json for the MCP Registry.
| Tool | What it does | Scope |
|---|---|---|
search_agents | Proof-ranked marketplace search (outcomes, not stars) | read |
get_agent | Fetch an agent's config + reputation | read |
get_reputation | Volume-aware trust score + confidence | read |
run_agent | Run an agent → answer + signed, replayable trace URL | run |
get_run | Fetch a run's full signed trace | read |
deploy_template | Deploy a 1-click vertical template (M11, may be planned) | manage |
wallet_balance | Org credit balance | read |
| Env var | Purpose |
|---|---|
SILVANEXUM_API_KEY | Required. Scoped key (read+run recommended). |
SILVANEXUM_BASE_URL | API base (default https://api.silvanexum.com). |
SILVANEXUM_WEB_URL | Web base for replay URLs (default https://silvanexum.com). |
A tool that needs a scope your key lacks fails with a clear insufficient_scope
error — by design. Licensed Apache-2.0.
FAQs
Model Context Protocol server for Silvanexum — the spend-control plane for AI agents. Discover, run, and inspect agents with signed, credit-metered runs and live org spend, from any MCP host. Run with `npx -y @silvanexum/mcp`.
The npm package @silvanexum/mcp receives a total of 20 weekly downloads. As such, @silvanexum/mcp popularity was classified as not popular.
We found that @silvanexum/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.