diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index f44946f9..431e19bf 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -164,6 +164,11 @@ "name": "profound", "source": "third_party/profound", "description": "Connect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server." + }, + { + "name": "juicebox", + "source": "third_party/juicebox", + "description": "Connect to Juicebox — query recruiting analytics, search shortlists, look up projects, and create or manage sourcing agents — via Juicebox's official remote MCP server." } ] } diff --git a/README.md b/README.md index 647e7842..5b581d84 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `x` | [X](third_party/x/) | Cursor | Integrations | Read-only access to the X API — search posts and users, read timelines and mentions, and pull trends and news — via X's official hosted MCP server. | | `navan` | [Navan](third_party/navan/) | Cursor | Integrations | Connect to Navan — query expenses, analyze travel bookings, check policies and approvals, and manage cards — via Navan's official remote MCP server. | | `profound` | [Profound](third_party/profound/) | Cursor | Integrations | Connect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server. | +| `juicebox` | [Juicebox](third_party/juicebox/) | Cursor | Integrations | Connect to Juicebox — query recruiting analytics, search shortlists, look up projects, and create or manage sourcing agents — via Juicebox's official remote MCP server. | Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest). ## Repository structure diff --git a/third_party/juicebox/.cursor-plugin/plugin.json b/third_party/juicebox/.cursor-plugin/plugin.json new file mode 100644 index 00000000..995f47f0 --- /dev/null +++ b/third_party/juicebox/.cursor-plugin/plugin.json @@ -0,0 +1,34 @@ +{ + "name": "juicebox", + "displayName": "Juicebox", + "version": "1.0.0", + "minClientVersions": { + "cursor": "3.13.0" + }, + "description": "Connect to Juicebox — query recruiting analytics, search shortlists, look up projects, and create or manage sourcing agents — via Juicebox's official remote MCP server.", + "author": { + "name": "Cursor", + "email": "plugins@cursor.com" + }, + "homepage": "https://docs.juicebox.ai/juicebox-mcp", + "repository": "https://github.com/cursor/plugins", + "license": "MIT", + "logo": "assets/logo.png", + "keywords": [ + "juicebox", + "recruiting", + "sourcing", + "candidates", + "shortlist", + "agents", + "mcp" + ], + "category": "integrations", + "tags": [ + "juicebox", + "recruiting", + "mcp", + "sourcing" + ], + "mcpServers": "./mcp.json" +} diff --git a/third_party/juicebox/CHANGELOG.md b/third_party/juicebox/CHANGELOG.md new file mode 100644 index 00000000..a42e644e --- /dev/null +++ b/third_party/juicebox/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this plugin will be documented here. + +## 1.0.0 — initial release + +- Logo: Juicebox's official apple-touch icon (white juice-box isotype on the brand purple tile). +- Added the `juicebox` MCP server pointing at `https://mcp.juicebox.ai/v1`. +- Auth uses OAuth with Dynamic Client Registration — no API key or client ID to configure. diff --git a/third_party/juicebox/LICENSE b/third_party/juicebox/LICENSE new file mode 100644 index 00000000..ca2bba77 --- /dev/null +++ b/third_party/juicebox/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 Cursor + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/third_party/juicebox/README.md b/third_party/juicebox/README.md new file mode 100644 index 00000000..2b92aeae --- /dev/null +++ b/third_party/juicebox/README.md @@ -0,0 +1,62 @@ +# Juicebox + +Cursor plugin that connects agents to [Juicebox](https://juicebox.ai) through Juicebox's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server. + +Query recruiting analytics, search project shortlists, look up projects, and create or manage sourcing agents in the signed-in Juicebox workspace. + +## Install + +1. Open **Cursor Settings → Plugins**. +2. Search for **Juicebox**. +3. Click **Install**, then complete the Juicebox sign-in prompt. + +Or run `/add-plugin juicebox` in chat. + +## MCP + +```json +{ + "mcpServers": { + "juicebox": { + "type": "http", + "url": "https://mcp.juicebox.ai/v1" + } + } +} +``` + +Auth is OAuth 2.0 against Juicebox with Dynamic Client Registration (DCR). Cursor registers itself and prompts for Juicebox sign-in when the plugin connects — there is no API key or client ID to configure. + +## Before you connect + +The Juicebox MCP server is available on all Juicebox paid plans. + +During setup you'll see an approval screen listing the permissions the MCP server requests: reading recruiting analytics and creating or calibrating agents. Approve to continue. + +## What agents can do + +| Category | Capabilities | +| --- | --- | +| Analytics | Catalog available tables and fields (`get_schema`), run read-only reports (`get_data`), and resolve names or links to internal IDs | +| Shortlists | List candidates saved to a project's shortlist, then pull richer details such as years of experience and tenure | +| Projects | Summarize a project, including saved-search and shortlist counts | +| Agents | Create or calibrate sourcing agents, start sourcing, and pause, resume, close, or reopen an agent | + +Call `get_schema` before analytics queries, and `get_agent_schema` before creating an agent. The hosted runtime is the source of truth for tool names and schemas. + +## Notes + +- Tool calls run as the Juicebox user who authorizes the connection and cannot exceed that user's permissions. A user cannot query projects, searches, or candidates they do not already have access to in Juicebox. +- Analytics and shortlist tools are read-only. Agent tools can create, start, pause, resume, close, or reopen sourcing agents in the signed-in workspace. +- Full candidate profiles (experience history and contact details) exported through the MCP server count toward the plan's monthly export limit. Lightweight lookups such as a candidate's name or LinkedIn URL do not. + +## Docs + +- Juicebox MCP: https://docs.juicebox.ai/juicebox-mcp +- Server URL: https://mcp.juicebox.ai/v1 + +Logo is Juicebox's official apple-touch icon (white juice-box isotype on the brand purple tile) from https://juicebox.ai. + +## License + +MIT diff --git a/third_party/juicebox/assets/logo.png b/third_party/juicebox/assets/logo.png new file mode 100644 index 00000000..cce94286 Binary files /dev/null and b/third_party/juicebox/assets/logo.png differ diff --git a/third_party/juicebox/mcp.json b/third_party/juicebox/mcp.json new file mode 100644 index 00000000..8595c545 --- /dev/null +++ b/third_party/juicebox/mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "juicebox": { + "type": "http", + "url": "https://mcp.juicebox.ai/v1" + } + } +}