fetch-price for VS Code
io.github.fusionx212/fetch-price
Live UK marketplace product search with real prices and buy links.
client:VS Code
transport:stdio
runtime:npm
Install fetch-price in VS Code
.vscode/mcp.json
{
"servers": {
"fetch-price": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fetch-price"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs