---
title: "Get the plugin marketplace (Claude Code marketplace.json compatibility)"
method: GET
path: "/plugin-marketplace/marketplace.json"
tags: ["plugins"]
---

# Get the plugin marketplace (Claude Code marketplace.json compatibility)

`GET /plugin-marketplace/marketplace.json`

Read-only listing of resolved plugins in the Claude Code marketplace.json format.

## Response `200`

OK

- MarketplaceResponse
  - `$schema` string
  - `name` string, required
  - `owner` Owner, required
    - `email` string
    - `name` string, required
  - `plugins` PluginEntry[], required
    - `description` string
    - `name` string, required
    - `source` unknown, required
    - `version` string

## Other responses

- `default` — Error

## Changes

- **2026-08-05** `7bae93665e92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentregistry-dev/apis/agentregistry/changes/plugin-marketplace/marketplace.json/get.md)

---

[API](https://skmtc.dev/agentregistry-dev/apis/agentregistry.md) · [All operations](https://skmtc.dev/agentregistry-dev/apis/agentregistry/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentregistry-dev/agentregistry/revisions/d34de2400d39/schema)
