utilsforagents mcp for VS Code
com.utilsforagents/utilsforagents-mcp
Pay-per-call AI agent utilities via x402 on Base (USDC). 7 tools, $0.003/call.
client:VS Code
transport:stdio
runtime:npm
Install utilsforagents mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "evm-private-key",
"description": "EVM_PRIVATE_KEY",
"password": true
}
],
"servers": {
"utilsforagents-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"utilsforagents-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "${input:evm-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs