---
title: "Search Mcp Marketplace"
method: GET
path: "/api/marketplace/mcp/search"
---

# Search Mcp Marketplace

`GET /api/marketplace/mcp/search`

## Query parameters

- `q` string
- `limit` integer, nullable
- `offset` integer
- `remote` boolean, nullable
- `verified` boolean, nullable

## Response `200`

Successful Response

- McpMarketplacePageResponse
  - `hasMore` boolean, required
  - `items` McpMarketplaceItemResponse[], required
    - `createdAt` string, nullable
    - `description` string, required
    - `displayName` string, required
    - `externalUrl` string, required
    - `githubUrl` string, nullable
    - `homepage` string, nullable
    - `iconUrl` string, nullable
    - `isDeployed` boolean, required
    - `isRemote` boolean, required
    - `isVerified` boolean, required
    - `namespace` string, required
    - `qualifiedName` string, required
    - `useCount` integer, required
    - `websiteUrl` string, nullable
  - `nextOffset` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.net/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mode-io/skill-manager/versions/a2b29a5aa8b4/schema)
