SeekOnMe Product Discovery
Natural-language catalog search and rich product lookups with images and merchant links tailored for agents.
product-discovery-mcp
Remote MCP registry metadata for the SeekOnMe Product Discovery server.
Server
- Name:
me.seekon/product-discovery-mcp - Title: SeekOnMe Product Discovery
- Transport: Streamable HTTP
- URL:
https://fast.seekon.me/mcp/ - Auth: Bearer API key, or
?apikey=...for clients that cannot set an Authorization header
The MCP server is implemented in as a web services application.
Tools
search_products
Searches the SeekOnMe catalog with a natural-language product request. The server identifies the best catalog category internally and returns up to 8 relevant products with non-null product fields, populated properties, the main image link, and cheapest active merchant purchase data.
Example queries:
noise cancelling headphones for long flightsspicy ramen multipacks under 10 dollarsportable espresso maker for camping
get_product_details
Retrieves full product details by either numeric product_id or public unique_id. The response includes non-null product fields, populated properties, image links, and merchant listings with purchase links.
Client configuration
Use the remote server URL directly in MCP clients that support Streamable HTTP:
https://fast.seekon.me/mcp/
Requests should include this Accept header as a single header value:
Accept: application/json, text/event-stream
When API authentication is enabled, send your API key as:
Authorization: Bearer <SEEKONME_API_KEY>
Some clients can also use the query-string form:
https://fast.seekon.me/mcp/?apikey=<SEEKONME_API_KEY>
Registry metadata
This repository contains server.json, which describes the remote MCP server for registry and client discovery. The production MCP implementation lives in the seekonme-stack web services application.
Verwandte Server
MCP Web Search Tool
A server for real-time web search using pluggable providers, powered by the Brave Search API.
gnosis-mcp
Zero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools — search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. Includes skills for searching docs (/gnosis:search), health checks (/gnosis:status), doc management (/gnosis:manage), and first-time setup (/gnosis:setup). 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.
Releasebot
Releasebot finds and watches release note sources from hundreds of products and companies.
1ly MCP
Enable AI agents to discover, launch tokens, pay for, and sell APIs and resources using x402
Mevzuat MCP
Programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr) for searching legislation and retrieving article content.
Perplexica Search
Perform conversational searches with the Perplexica AI-powered answer engine.
AllTrails
Search for hiking trails and get detailed trail information from AllTrails.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
NS Travel Information MCP Server
Access real-time travel information for the Dutch railways (NS).
MCP Lucene Server
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.