
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.
agentoolbox-mcp
Advanced tools
agent-toolbox.ai MCP server — exposes quality tools to Claude, Warp, Cursor, and any MCP-compatible agent
MCP server for agent-toolbox.ai — the quality layer for AI agents. Exposes code- and output-quality tools to Claude, Cursor, Warp, Cline, and any MCP-compatible client over stdio.
Core: validate_imports, verify_output, distill_context
Security & privacy: scan_secrets, scan_injection, count_tokens, scan_vulnerabilities, scan_pii
Finance: finance_units, finance_price, finance_symbol, finance_token_risk, finance_slippage, finance_order_risk, finance_position_check
Runs locally over stdio, in-process — no API key or env vars (free public data sources only).
No clone or build needed:
{
"mcpServers": {
"agent-toolbox": { "command": "npx", "args": ["-y", "agentoolbox-mcp"] }
}
}
Or build from source:
git clone https://github.com/solhammer/agentoolbox
cd agentoolbox
pnpm install
pnpm --filter "agentoolbox-mcp..." build # builds the server + its workspace deps
This produces packages/mcp/dist/index.js (use "command": "node" with its absolute path).
~/Library/Application Support/Claude/claude_desktop_config.json~/.cursor/mcp.json{
"mcpServers": {
"agent-toolbox": {
"command": "node",
"args": ["/absolute/path/to/agentoolbox/packages/mcp/dist/index.js"]
}
}
}
Replace /absolute/path/to/agentoolbox with the path where you cloned the repo.
The full REST API lives at api.agent-toolbox.ai; all 15 tools are exposed over MCP. License: MIT.
FAQs
agent-toolbox.ai MCP server — exposes quality tools to Claude, Warp, Cursor, and any MCP-compatible agent
The npm package agentoolbox-mcp receives a total of 23 weekly downloads. As such, agentoolbox-mcp popularity was classified as not popular.
We found that agentoolbox-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.