MCP

MCP Server

Give any AI agent product intelligence with the Covala MCP server.

MCP Server

The Covala MCP server lets Claude, GPT, and any MCP-compatible AI agent look up products, compare prices, and understand product relationships using natural language.

Installation

npx @covala/mcp-server

Configuration

Add the Covala MCP server to your Claude configuration:

{
  "mcpServers": {
    "covala": {
      "command": "npx",
      "args": ["@covala/mcp-server"],
      "env": {
        "COVALA_API_KEY": "sk_cvl_live_your_key_here"
      }
    }
  }
}

Available tools

The MCP server exposes these tools to AI agents:

ToolDescription
search_productsSearch for products by name, brand, or category
lookup_productLook up a specific product by ID or barcode
compare_pricesCompare prices across retailers for a product
get_product_specsGet detailed specifications for a product
find_alternativesFind similar products or replacements
get_price_historyGet price trend data for a product

Example conversation

User: What's the best price on the Samsung DW80CG4021 dishwasher?

Claude (using lookup_product): The Samsung DW80CG4021 is currently $549 at AJ Madison — that's the lowest across 4 retailers. Best Buy has it at $599 and Home Depot at $579. The 30-day trend is declining — prices dropped ~8% this month.