Replace "Connect to [tool]" openers, em-dash asides, and MCP server boilerplate with brief verb-first copy in plugin and marketplace manifests. Resync the README table that mirrors them, adding rows that had drifted out (teaching, ralph-loop, playwright, github, zoom, clay). Also refresh the stale read-only X marketplace copy and clean em-dashes from the Salesforce server URL help text. Co-authored-by: Cursor <cursoragent@cursor.com>
Juicebox
Cursor plugin that connects agents to Juicebox through Juicebox's official remote Model Context Protocol server.
Query recruiting analytics, search project shortlists, look up projects, and create or manage sourcing agents in the signed-in Juicebox workspace.
Install
- Open Cursor Settings → Plugins.
- Search for Juicebox.
- Click Install, then complete the Juicebox sign-in prompt.
Or run /add-plugin juicebox in chat.
MCP
{
"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