Skip to main content
Juo MCP remote server exposes subscription platform to AI assistants and agents via the Model Context Protocol. Once connected, tools like Claude, Cursor, or any MCP-compatible client can read and manage subscriptions, customers, products, and more — directly from AI workflow.

Server URL

The server uses Server-Sent Events (SSE) transport and requires authentication via the standard OAuth 2.0 authorization code flow.

Connecting a client

Add the following to claude_desktop_config.json:
On macOS the config file is located at:
Restart Claude Desktop — it will open a browser window to complete OAuth authorization on first use.

OAuth authorization flow

The Juo MCP server uses the standard OAuth 2.0 authorization code flow with PKCE. When you connect for the first time:
  1. Client initiates a connection to https://mcp.juo.com/sse.
  2. The server signals that authorization is required.
  3. Browser opens the Juo authorization page.
  4. You log in with a Juo account and grant the requested permissions.
  5. The auth server exchanges the code for an access token and returns it to the client — no manual copying of tokens required.
Tokens are scoped to a tenant and stored securely by an MCP client. Re-authorization is only required when a token expires or is revoked.

Available tools

Once connected, the following tools are available to AI client: