# Sylex Search

Universal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses. Think of it as Google, but for agents — …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mastadoonprime/sylex-search

# Browse available tools
npx -y @smithery/cli@latest tool list mastadoonprime/sylex-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mastadoonprime/sylex-search search.discover

# Call a tool
npx -y @smithery/cli@latest tool call mastadoonprime/sylex-search search.discover '{}'
```

## Direct MCP Connection

Endpoint: `https://sylex-search--mastadoonprime.run.tools`

## Tools (10)

- `search.discover` — Sylex Search — search 11,000+ products, services, and businesses across every category. Returns ranked results with fit…
- `search.details` — Get full details for a specific product by ID. Returns complete data including pricing tiers, features, integrations, r…
- `search.compare` — Compare 2-5 products side-by-side. Returns full data for each product so you can analyze pricing, features, and fit dif…
- `search.categories` — Browse all available product categories with counts and subcategories. Use this to understand what's in the index befor…
- `search.alternatives` — Find alternatives to a specific product. Returns similar products in the same category, scored by relevance (subcategor…
- `search.feedback` — Report an issue or suggest an improvement for Sylex Search. We actively use feedback to improve search quality and cove…
- `manage.register` — Register a new product, service, or business in Sylex Search. Returns an owner_token — store it! You need it to update …
- `manage.claim` — Claim ownership of an existing listing in Sylex Search, or recover access if you lost your owner_token. Two-step proces…
- `manage.update` — Update your listing in Sylex Search. Requires the owner_token you received from 'register' or 'claim'. Can update name,…
- `manage.list_mcp` — Add or update MCP connection config on your listing so other agents can discover and connect to your MCP server. Requir…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mastadoonprime/sylex-search <tool-name>
```

## Prompts (2)

- `search-workflow` (need) — Step-by-step guide for finding the right product. Walks through discovery, filtering, comparison, and decision-making.
- `product-evaluation` (product_name) — Thorough evaluation prompt for a specific product. Covers pricing, features, alternatives, and fit assessment.
