API Reference
The registry exposes an OCI Distribution v2 compatible API.
Base URL
https://registry.mcpsearchtool.com
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v2/ | Health check |
| GET | /v2/_catalog | List repositories |
| GET | /v2/{ns}/{name}/manifests/{ref} | Get manifest |
| GET | /v2/{ns}/{name}/blobs/{digest} | Download blob |
| GET | /api/v1/search?q=... | Search components |
Authentication
Push operations require a Bearer token:
Authorization: Bearer <your-token>
Pull operations are anonymous for public namespaces (test, public, examples).