find_similar
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Exa
https://github.com/pipeworx-io/mcp-exa
1/7 registries