Commerce API & MCP

Commerce MCP for AI agents

Connect agents to a focused commerce tool surface. Select a Developer Project and create a dedicated Commerce MCP credential for this endpoint.

Commerce MCP endpoint

https://mcp.nesika.ai/commerce

Authentication

Send a Commerce MCP credential with X-API-Key. It must have credential_kind=commerce_mcp and commerce:read scope.

Four Commerce MCP tools

This endpoint exposes only the tools below.

search_products

Search commerce products using a natural-language query.

resolve_product

Resolve product identity before requesting prices or offers.

find_offers

Find current offers for a resolved product.

deep_search

Run a focused, reason-derived query for a missing fact, same default budget as find_offers.

Client configuration

{
  "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.

See it wired into an agent

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
Logos provided by Logo.dev