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

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
