Developers
BAPECLUB exposes a read-focused public API and an MCP server so agents and integrators can search the catalog, get quotes, and discover store data programmatically. Reads are anonymous; writes require no explicit auth today.
Search the catalog via MCP (any agent or CLI):
curl -X POST https://bapeclub.app/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'Read the OpenAPI spec:
curl https://bapeclub.app/openapi.json
Current API version: 1.1.0 (semver, tracked in /openapi.json). Breaking changes bump the major version and publish under /v1/, keeping the current surface available for at least 90 days. Deprecated endpoints are marked deprecated: true in the spec and respond with Deprecation / Sunset headers. Pin the version you integrate against.
All /api/* responses carry RFC 9740 RateLimit headers; 429 responses include Retry-After. Back off and retry after Retry-After on repeated 429s. For API access or partnership questions, email contact@bapeclub.co.
BAPECLUB is an independent personal-shopper service and is not affiliated with or endorsed by A Bathing Ape.