MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
LLM
MCP Listing Claims
MCP Listings
Create Draft ListingDelete Draft ListingGet MCP ListingMy ListingsSearch MCP ListingsSubmit for ReviewUpdate Listing
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceMCP Listings

Search MCP Listings

GET
/v1/mcp

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)

tags?array<string>|

Filter by tags - listing must contain ALL specified tags

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
Range1 <= value <= 100
Default20
_page? Page
Range1 <= value
Default1
verify_locally?Verify Locally
Defaulttrue

Response 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"    }  ]}

My Listings

Previous Page

Submit for Review

Next Page