---
title: "Get Mcp Marketplace Detail"
method: GET
path: "/api/marketplace/mcp/items/{qualified_name}"
---

# Get Mcp Marketplace Detail

`GET /api/marketplace/mcp/items/{qualified_name}`

## Path parameters

- `qualified_name` string, required

## Response `200`

Successful Response

- McpMarketplaceDetailResponse
  - `capabilityCounts` McpMarketplaceCapabilityCountsResponse, required
    - `prompts` integer, required
    - `resources` integer, required
    - `tools` integer, required
  - `connections` McpMarketplaceConnectionResponse[], required
    - `deploymentUrl` string, nullable
    - `kind` string, required
    - `stdioArgs` string[], nullable
    - `stdioCommand` string, nullable
  - `deploymentUrl` string, nullable
  - `description` string, required
  - `displayName` string, required
  - `externalUrl` string, required
  - `githubUrl` string, nullable
  - `iconUrl` string, nullable
  - `installConfig` McpInstallConfigResponse
    - `fields` McpInstallConfigFieldResponse[]
      - `choices` string[]
      - `default` string, nullable
      - `description` string, required
      - `format` 'string' | 'number' | 'boolean' | 'filepath', required
      - `label` string, required
      - `name` string, required
      - `placeholder` string, nullable
      - `required` boolean, required
      - `secret` boolean, required
      - `target` 'env' | 'header' | 'urlVariable' | 'packageArgument' | 'runtimeArgument', required
    - `required` boolean, required
  - `isRemote` boolean, required
  - `managedName` string, required
  - `prompts` McpMarketplacePromptResponse[], required
    - `arguments` McpMarketplacePromptArgumentResponse[], required
      - `description` string, required
      - `name` string, required
      - `required` boolean, required
    - `description` string, required
    - `name` string, required
  - `qualifiedName` string, required
  - `resources` McpMarketplaceResourceResponse[], required
    - `description` string, required
    - `mimeType` string, nullable
    - `name` string, required
    - `uri` string, required
  - `tools` McpMarketplaceToolResponse[], required
    - `description` string, required
    - `name` string, required
    - `parameters` McpMarketplaceParameterResponse[], required
      - `default` unknown
      - `description` string, required
      - `enum` unknown[], nullable
        - unknown
      - `maxItems` integer, nullable
      - `maxLength` integer, nullable
      - `maximum` union
        - number
        - integer
      - `minItems` integer, nullable
      - `minLength` integer, nullable
      - `minimum` union
        - number
        - integer
      - `name` string, required
      - `required` boolean, required
      - `type` string, required
  - `websiteUrl` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-30** `774e8a3f5f7e` — 4 warning
  - removed the optional property `connections/items/bundleUrl` from the response with the `200` status
  - removed the optional property `connections/items/configSchema` from the response with the `200` status
  - removed the optional property `connections/items/runtime` from the response with the `200` status
  - removed the optional property `connections/items/stdioFunction` from the response with the `200` status
- **2026-05-28** `df2572496eaf` — 2 info
  - added the optional property `githubUrl` to the response with the `200` status
  - added the optional property `websiteUrl` to the response with the `200` status
- **2026-05-27** `33c06f21b43b` — 1 info
  - added the optional property `installConfig` 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/items/:qualified_name/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)
