Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 34 additions & 0 deletions third_party/juicebox/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
9 changes: 9 additions & 0 deletions third_party/juicebox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
21 changes: 21 additions & 0 deletions third_party/juicebox/LICENSE
Original file line number Diff line number Diff line change
@@ -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.
62 changes: 62 additions & 0 deletions third_party/juicebox/README.md
Original file line number Diff line number Diff line change
@@ -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
Binary file added third_party/juicebox/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions third_party/juicebox/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"juicebox": {
"type": "http",
"url": "https://mcp.juicebox.ai/v1"
}
}
}
Loading