Odel
fetch-price

fetch-price

Local
@fusionx212PythonUpdated 4 days ago

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).

npmfetch-pricev1.0.2

Run

npx -y fetch-price

MCP client config

{
  "mcpServers": {
    "fetch-price": {
      "command": "npx",
      "args": [
        "-y",
        "fetch-price"
      ]
    }
  }
}
PyPIfetch-pricev1.0.1

Run

uvx fetch-price

MCP client config

{
  "mcpServers": {
    "fetch-price": {
      "command": "uvx",
      "args": [
        "fetch-price"
      ]
    }
  }
}