Skip to main content
GET
Search the MCP server registry

Authorizations

Authorization
string
header
required

An opaque Omnara personal or organization bearer token.

Query Parameters

q
string

Free-text query matched against server name, title, description, and remote URLs. Each term matches as a prefix.

Maximum string length: 200
remote_url
string

Only return servers with a remote at exactly this URL. Matching is case-insensitive and ignores the scheme and trailing slashes, so MCP.linear.app/mcp/ matches https://mcp.linear.app/mcp.

Maximum string length: 2048
limit
integer<int32>
default:50

Maximum number of items to return in one page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.

Maximum string length: 1024

Response

Registry servers matching the query.

data
object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null when this is the last page.