---
title: "Get Marketplace"
method: GET
path: "/claude-code/marketplace.json"
tags: ["claude_code_marketplace"]
---

# Get Marketplace

`GET /claude-code/marketplace.json`

Serve marketplace.json for Claude Code plugin discovery.

This endpoint is accessed by Claude Code CLI when users run:
- claude plugin marketplace add <url>
- claude plugin install <name>@<marketplace>

Returns:
    Marketplace catalog with list of available plugins and their git sources.

Example:
    ```bash
    claude plugin marketplace add http://localhost:4000/claude-code/marketplace.json
    claude plugin install my-plugin@litellm
    ```

## Response `200`

Successful Response

- unknown

## Changes

- **2026-08-27** `4a06c3148b6c` — 1 info
  - endpoint added
- **2026-08-19** `8fbaab4fc7c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/claude-code/marketplace.json/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/5c00a227eebf/schema)
