Odel
agent toolkit mcp

agent toolkit mcp

Local
@white-hat-labJavaScriptUpdated 3w ago

Pay-per-call developer utilities and npm supply-chain security tools for coding agents, over x402.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmagent-toolkit-mcpv0.4.0

Run

npx -y agent-toolkit-mcp

MCP client config

{
  "mcpServers": {
    "agent-toolkit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolkit-mcp"
      ]
    }
  }
}