Endpoint and transport
Authentication
The server accepts two ways to authenticate. Pick whichever your client supports.OAuth 2.1 (recommended)
Connect with only the URL. The first time your client reaches the server it opens a browser, you sign in to Juicer and click Authorize, and the client receives a token automatically — there’s nothing to copy or paste. Behind the scenes, approving creates a named API key scoped to your account. You can review or revoke it anytime from the API dashboard.Authorizing grants a client access to your feeds and team. Only authorize
clients you trust, and revoke any you no longer use from the
API dashboard.
API key (bearer token)
If your client doesn’t support OAuth, or you’re scripting against the server, pass ajcr_ API key directly as a bearer token and skip the browser flow:
Connect
- Claude Code
- Claude Desktop
- Cursor
- VS Code
Next steps
Tool Catalog
The 33 tools you can now call, grouped by domain.
Overview
How the server works and how it relates to the REST API.