---
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

## Changes

- **2026-05-28** `df2572496eaf` — 2 info
  - added the optional property `items/items/githubUrl` to the response with the `200` status
  - added the optional property `items/items/websiteUrl` to the response with the `200` status
- **2026-04-25** `23fa7e0a19ae` — 1 info
  - endpoint added
- **2026-04-17** `a9787ab8c53c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/marketplace/mcp/search/get.md)

---

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