Skip to main content
GET
Search the scraped MCP directories

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Query Parameters

q
string

Search query. Empty/omitted browses by display name.

source
string

Directory source id, or all (the API default). Discover ids via GET /registry/directory-sources. Not an enum — sources are data.

rowType
string

Filter by row type when the source publishes one.

endpointKind
string

Filter by endpoint kind (fixed, options, tenant, …).

verifiedTier
string

Filter by verified tier when the source publishes one.

connectableOnly
boolean

When true, only rows an install can target.

cursor
string

Opaque cursor from the previous page. Filter-bound.

limit
integer

Page size.

Response

Page of results. nextCursor is omitted on the last page. Cursors are filter-bound — do not reuse one after changing q/source/filters.

items
object[]
required
nextCursor
string

Opaque, filter-bound. Omitted on the last page.