agentreader mcp for VS Code
io.github.ajanani1/agentreader-mcp
11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.
client:VS Code
transport:stdio
runtime:npm
Install agentreader mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agentreader-private-key",
"description": "AGENTREADER_PRIVATE_KEY",
"password": true
},
{
"type": "promptString",
"id": "agentreader-api",
"description": "AGENTREADER_API",
"password": true
}
],
"servers": {
"agentreader-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentreader-mcp"
],
"env": {
"AGENTREADER_PRIVATE_KEY": "${input:agentreader-private-key}",
"AGENTREADER_API": "${input:agentreader-api}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs