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).
Run
npx -y agent-toolkit-mcp
MCP client config
{
"mcpServers": {
"agent-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"agent-toolkit-mcp"
]
}
}
}