Public API
Read-only access to the Plynixy catalog. No authentication required. Rate-limited at 60 requests/minute per IP. Responses are JSON.
Endpoints
GET
/api/v1/serversList approved servers. Supports q, category, tag, official=true, sort=stars|recent|votes, page, pageSize (max 100).
curl https://plynixy.com/api/v1/servers?category=databases&sort=stars
GET
/api/v1/servers/:slugFull detail for a single server, including install commands and tags.
curl https://plynixy.com/api/v1/servers/modelcontextprotocol-servers-postgres
GET
/api/v1/categoriesList all categories with server counts.
curl https://plynixy.com/api/v1/categories
Caching
List endpoints are cached at the edge for 60s with stale-while-revalidate. Detail endpoints reflect the latest sync (weekly + manual via admin).
Want write access?
Write API is on the roadmap. For now, submit via the form.