SeekOnMe Product Discovery

Natural-language catalog search and rich product lookups with Merchants images and Buy links tailored for conversational agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

  • Search Products: Search the SeekOnMe catalog in one call. The tool internally identifies the best catalog category for the query, applies the same property-aware search pattern used by the catalog-web
  • Get Product Details: Get full product details by numeric product id or by unique_id. ``unique_id`` is the public brand/model identifier, such as ``sony_wh1000xm5`` or another ``brand_model`` style val

What data it sees

Do you need an account

An API key from the service settings is required

Natural-language catalog search and rich product lookups with Merchants images and Buy links tailored for conversational agents.

Ask in plain language for products, get ranked results with specs and merchants; drill into full detail by ID or brand/model slug. Ideal for shopping/comparison workflows, procurement research assistants, bots that explain “why these products match”, and demos that must show structured specs plus buy links.

SeekOnMe Catalog MCP connects agents to the SeekOn.Me consumer product catalog.

Go to https://www.seekon.me/developers to register and get a free API key and call MCP server from https://fast.seekon.me/mcp/?apikey=XXXXXXXXXX

Use get_product_details after search (or whenever you already know identifiers) for the full record: non-null scalar fields, all properties with metadata where available (display name, datatype, confidence), all image URLs, and all merchant offers with purchase links.

Transport: MCP Streamable HTTP (spec 2025-03-26). Preferred URL: trailing slash /mcp/

Authentication: Authorization: Bearer ; query form ?apikey= is mapped to Bearer for MCP clients.

Claude Desktop blocks image links from non partner hosts. For this reason, MCP server will detect Claude client and omit image links for products. This will prevent broken images in the Claude UI. For other MCP clients image links will be passed along.

  • search_products: One-shot conversational search over the catalog, category-aware, property-heavy ranking, merchants and main image URL per hit (typically up to 8 results). Each hit includes populated product fields, normalized properties, a primary image URL (proxied/resized where configured), plus the cheapest active merchant with price, currency, name, and purchase link.

  • get_product_details: Resolve a single product’s full dossier either by product_id (numeric DB id from search) or unique_id (public slug such as brand_model style)—includes all attributes, imagery, and all merchant listings.

Server tool list (2)

Raw names from tools/list. Only developers need these.

search_products Search the SeekOnMe catalog in one call. The tool internally identifies the best catalog category for the query, applies the same property-aware search pattern used by the catalog-web home page Ask Agent flow, and returns up to 8 relevant products. Each product includes non-null product fields, populated properties, the main image link, and the cheapest active merchant's name, price, currency, and purchase link. Args: query: Natural-language product request, e.g. "noise cancelling headphones for long flights".
get_product_details Get full product details by numeric product id or by unique_id. ``unique_id`` is the public brand/model identifier, such as ``sony_wh1000xm5`` or another ``brand_model`` style value stored in the catalog. The response includes all non-null product fields, populated properties, all image links, and all merchant listings with purchase links. Args: product_id: Numeric ``products.id`` value returned by search. unique_id: Public ``products.unique_id`` value returned by search.