---
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-09-19** `c357baf422ab` — 2 info
  - api tag `claude_code_marketplace` added
  - api tag `Claude Code Marketplace` removed
- **2026-09-18** `082b5fabd909` — 2 info
  - api tag `Claude Code Marketplace` added
  - api tag `claude_code_marketplace` removed
- **2026-09-16** `7afc3544d64d` — 1 info
  - endpoint added
- **2026-09-15** `b408bdb637df` — 1 breaking
  - api path removed without deprecation
- **2026-09-12** `0915d6a9ba99` — 1 info
  - endpoint added

[Full 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.dev/flock/apis/litellm-api/revisions/731afbea6a1b?raw)
