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-serverConfiguration
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:
| Tool | Description |
|---|---|
lookup_product | Find a product by model number, MPN, or barcode (GTIN/UPC/EAN). Returns specs, dimensions, lifecycle status, and retailer availability. |
search_catalog | Search the product catalog by name, brand, or category. Use for broad product discovery when you don't have a specific identifier. |
find_replacement | Find current replacement products for an old or discontinued product. Uses the product relationship graph (successor, similar, series). |
compare_products | Compare specifications between two products side by side. Shows shared specs, differences, and price comparison. |
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.
User: I need something similar but under $500.
Claude (using find_replacement): The Samsung DW80CG5420SR is a close match at $449 — same wash system, slightly smaller capacity. The GE GDT670SGVWW is another option at $479 with similar specs and better energy ratings.