similar_to
Find MCP servers that are semantically similar to a reference server. Use when a user picked a candidate but wants alternatives — e.g. 'like this but safer', 'like this but free', 'what else does this'. Reuses the catalog's gte-small embeddings: the reference server's embedding is the query vector. Returns servers sorted by cosine similarity (highest first), excluding the reference itself. Each result carries the same security/risk/pricing fields as search_servers so callers can immediately compare on security_score, has_critical_findings, and pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Reference server slug (the one you want similar alternatives to). | |
| limit | No | Max similar servers to return (1-10). Default 5. | |
| free_only | No | If true, exclude paid servers from the comparison set. |