MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
List Featured BundlesList Hero Banner SlidesBrowse Public Bundles
LLM
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceDiscover

List Hero Banner Slides

GET
/v1/discover/hero-banner

Active slides for the /discover page's rotating hero carousel, in display order. Works for logged-out visitors (anonymous browsing context).

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/discover/hero-banner"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "title": "string",      "description": "string",      "image_url": "string",      "cta_label": "string",      "cta_href": "string",      "sort_order": 0,      "is_active": true    }  ]}
{  "detail": "string",  "code": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

List Featured Bundles

Previous Page

Browse Public Bundles

Next Page