agentweb for VS Code
io.github.zerabic/agentweb
Free business data for AI agents. 11M+ businesses, 227 countries, phone/email/hours.
client:VS Code
transport:stdio
runtime:npm
Install agentweb in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "agentweb-api-key",
"description": "AGENTWEB_API_KEY",
"password": true
}
],
"servers": {
"agentweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentweb-mcp"
],
"env": {
"AGENTWEB_API_KEY": "${input:agentweb-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs