Skip to main content
POST

Overview

The search endpoint performs semantic search over 490+ MCP servers to find the most relevant tools for your query. Results are ranked using a combination of semantic similarity and popularity metrics.

Request

string
required
The search query text. Minimum 1 character, maximum 1000 characters.
integer
default:"10"
Number of results to return. Minimum 1, maximum 50.

Headers

string
required
Your MCP Rank API key

Response

array
Array of matching servers, ranked by relevance
object
Information about the search request

Error Responses