search_products
Search commerce products using a natural-language query.
Commerce API & MCP
Connect agents to a focused commerce tool surface. Select a Developer Project and create a dedicated Commerce MCP credential for this endpoint.
https://mcp.nesika.ai/commerceSend a Commerce MCP credential with X-API-Key. It must have credential_kind=commerce_mcp and commerce:read scope.
This endpoint exposes only the tools below.
Search commerce products using a natural-language query.
Resolve product identity before requesting prices or offers.
Find current offers for a resolved product.
Run a focused, reason-derived query for a missing fact, same default budget as find_offers.
{
"mcpServers": {
"nesika-commerce": {
"type": "http",
"url": "https://mcp.nesika.ai/commerce",
"headers": {
"X-API-Key": "nes_your_commerce_mcp_credential"
}
}
}
}Store the credential as NESIKA_COMMERCE_MCP_CREDENTIAL in your client's secure credential mechanism. A Developer Project REST API key with credential_kind=api_key is not accepted by Commerce MCP.
Agent recipes show worked examples for each of these four tools -- including realistic setup steps, example calls, and expected response shapes.
View Commerce agent recipes