# Lowvyn MCP server

Canadian price intelligence: cross-retailer prices, Lowvyn Score, deal verification.

## Links
- Registry page: https://www.getdrio.com/mcp/com-lowvyn-mcp
- Repository: https://github.com/sparsecode/lowvyn-server
- Website: https://lowvyn.com/docs/mcp

## Install
- Endpoint: https://api.lowvyn.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.lowvyn.com/mcp

## Tools
- find_cheaper - Given a product (by Lowvyn ID or retailer URL), return the same physical product on other Canadian retailers with their current prices and savings. Uses verified UPC matches. Endpoint: https://api.lowvyn.com/mcp
- get_categories - List the product categories Lowvyn covers, with item counts. Useful for narrowing search_products calls. Endpoint: https://api.lowvyn.com/mcp
- get_price_history - Return the daily price history for a product as (date, price) pairs, up to N days. Use this to verify whether a 'sale' is genuine or whether the price has been higher in the past. Endpoint: https://api.lowvyn.com/mcp
- get_product - Look up a product by Lowvyn ID OR retailer URL (amazon.ca / walmart.ca / bestbuy.ca). Returns title, current price (CAD), Lowvyn Score (0-100), Deal Verdict, and price summary (current / all-time low / all-time high). Endpoint: https://api.lowvyn.com/mcp
- get_retailers - List the Canadian retailers Lowvyn currently tracks, with item counts and last-update timestamps. Endpoint: https://api.lowvyn.com/mcp
- search_products - Search the Canadian product catalogue. Filter by category slug, max price (CAD), and retailer. Returns up to 20 matching products with current price and Lowvyn Score. Endpoint: https://api.lowvyn.com/mcp
- verify_deal - Given a product URL and a claimed price, return whether the deal is genuine. Compares against Lowvyn's price history and returns a verdict ('real_deal', 'modest_deal', 'average', 'bad_time', 'insufficient_data') plus an explanation. Endpoint: https://api.lowvyn.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.lowvyn
- Version: 0.1.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 29, 2026
- Source: https://registry.modelcontextprotocol.io
