Agent Tools
Back to MCP servers
● degraded

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 <api_key>; 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.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/seekonme/product-discovery/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/seekonme/product-discovery/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://seekon.me/developers
Listed at (smithery)
https://seekon.me/developers