Live UK marketplace product search with real prices and buy links.
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 fetch-price
MCP client config
{
"mcpServers": {
"fetch-price": {
"command": "npx",
"args": [
"-y",
"fetch-price"
]
}
}
}Run
uvx fetch-price
MCP client config
{
"mcpServers": {
"fetch-price": {
"command": "uvx",
"args": [
"fetch-price"
]
}
}
}