🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentoolbox-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentoolbox-mcp

agent-toolbox.ai MCP server — exposes quality tools to Claude, Warp, Cursor, and any MCP-compatible agent

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
28
-45.1%
Maintainers
1
Weekly downloads
 
Created
Source

agentoolbox-mcp

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.

Tools (15)

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

Install

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

Configure your MCP client

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: ~/.cursor/mcp.json
  • Warp: Settings → Agents → MCP servers → Add
{
  "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.

More

The full REST API lives at api.agent-toolbox.ai; all 15 tools are exposed over MCP. License: MIT.

Keywords

mcp

FAQs

Package last updated on 17 Jul 2026

Did you know?

Socket

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.

Install

Related posts