You're viewing a demo portfolio

Join the waitlist
PRSM

find_similar

Active

Tool of Exa

declared in 0.1.0

Find pages similar to a given URL using neural/semantic matching. Returns title, URL, relevance score, and published date. Example: find_similar({ url: "https://example.com/great-article", num_results: 10 })

Parameters schema

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to find semantically similar pages for."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own Exa API key for higher limits; omit to use the shared Pipeworx key."
    },
    "num_results": {
      "type": "number",
      "description": "Number of results to return (default 10, max 25)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Exa

https://github.com/pipeworx-io/mcp-exa

1/7 registries
View full server →
find_similar — Exa — PRSM MCP