Search MCP Listings
Search the marketplace catalog for published MCP server listings.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
q?|
Text search across namespace and title (prefix match)
category_id?|
Filter by category ID
transport?|
Filter by transport type: stdio, sse, http
pricing?|
Filter by pricing tier: free, freemium, paid
featured?|
Return only featured listings
owner_id?|
Filter by publisher user ID
dpa?|
Return only listings with a Data Processing Agreement
rating_min?|
Minimum average rating (0.0 - 5.0)
created_at?array<string>|
Filter by creation time, FHIR-style prefixed datetime search (e.g. gt2024-01-01)
updated_at?array<string>|
Filter by last-updated time, FHIR-style prefixed datetime search
_sort?|
Sort field with optional - prefix for descending. Supported: avg_rating, install_count, created_at, updated_at, title
_count? Count
Range
1 <= value <= 100Default
20_page? Page
Range
1 <= valueDefault
1verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/mcp"{ "page": 0, "page_size": 0, "has_next": true, "has_previous": true, "total_pages": 0, "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "namespace": "string", "visibility": "public", "title": "string", "short_description": "string", "icon_url": "string", "icon_bg_color": "string", "icon_text_color": "string", "provider_name": "string", "transport": "string", "pricing": "string", "avg_rating": 0, "install_count": 0, "featured": false, "has_app_ui": false, "category": { "id": 0, "name": "string", "slug": "string", "description": "string", "icon": "string", "mcp_count": 0 }, "tags": [] } ]}{ "detail": "string", "code": "string"}{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}