-
Notifications
You must be signed in to change notification settings - Fork 231
Add Apollo.io and ZoomInfo third-party MCP plugins #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "name": "apollo-io", | ||
| "displayName": "Apollo.io", | ||
| "version": "1.0.0", | ||
| "minClientVersions": { | ||
| "cursor": "3.13.0" | ||
| }, | ||
| "description": "Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server.", | ||
| "author": { | ||
| "name": "Cursor", | ||
| "email": "plugins@cursor.com" | ||
| }, | ||
| "homepage": "https://docs.apollo.io/docs/apollo-mcp", | ||
| "repository": "https://github.com/cursor/plugins", | ||
| "license": "MIT", | ||
| "logo": "assets/logo.svg", | ||
| "keywords": [ | ||
| "apollo", | ||
| "apollo-io", | ||
| "sales", | ||
| "prospecting", | ||
| "enrichment", | ||
| "gtm", | ||
| "mcp" | ||
| ], | ||
| "category": "integrations", | ||
| "tags": [ | ||
| "apollo", | ||
| "sales", | ||
| "mcp", | ||
| "prospecting" | ||
| ], | ||
| "mcpServers": "./mcp.json" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this plugin will be documented here. | ||
|
|
||
| ## 1.0.0 — initial release | ||
|
|
||
| - Logo: Apollo.io brand mark on the brand yellow tile. | ||
| - Added the `apollo-io` MCP server pointing at `https://mcp.apollo.io/mcp`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| # Apollo.io | ||
|
|
||
| Cursor plugin that connects agents to [Apollo.io](https://www.apollo.io) through Apollo's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server. | ||
|
|
||
| Search Apollo's contact and company database, enrich records, manage contacts and lists, work with sequences and tasks, and send one-off emails from the signed-in Apollo workspace. | ||
|
|
||
| This is Apollo.io the sales intelligence platform — not [Apollo GraphOS](https://www.apollographql.com/docs/apollo-mcp-server), which ships an unrelated self-hosted MCP server for GraphQL APIs. | ||
|
|
||
| ## Install | ||
|
|
||
| 1. Open **Cursor Settings → Plugins**. | ||
| 2. Search for **Apollo.io**. | ||
| 3. Click **Install**, then complete the Apollo sign-in prompt. | ||
|
|
||
| Or run `/add-plugin apollo-io` in chat. | ||
|
|
||
| ## MCP | ||
|
|
||
| ```json | ||
| { | ||
| "mcpServers": { | ||
| "apollo-io": { | ||
| "type": "http", | ||
| "url": "https://mcp.apollo.io/mcp" | ||
| } | ||
| } | ||
| } | ||
| ``` | ||
|
|
||
| Auth is OAuth 2.0 against Apollo. Cursor prompts for Apollo sign-in when the plugin connects — there is no API key to configure. | ||
|
|
||
| ## Before you connect | ||
|
|
||
| Apollo prohibits AI model training on data accessed through Apollo MCP. Turn model training off in your Cursor privacy settings before connecting. | ||
|
|
||
| You also need an active Apollo account with access to the records you want the agent to use, plus available credits for enrichment and other credit-consuming actions. | ||
|
|
||
| ## Notes | ||
|
|
||
| - Tool calls run as the Apollo user who authorizes the connection and cannot exceed that user's permissions. | ||
| - People search returns profile data only; use an enrichment action to retrieve emails and phone numbers. Enrichment consumes credits. | ||
| - Revoke access at any time from Apollo's connected apps settings. | ||
|
|
||
| ## Docs | ||
|
|
||
| - Apollo MCP setup: https://docs.apollo.io/docs/apollo-mcp | ||
| - Enrichment overview: https://knowledge.apollo.io/hc/en-us/articles/33699917233293-Enrichment-Overview | ||
|
|
||
| Logo is Apollo.io's brand mark on the brand yellow tile, sized to match the other third-party plugin logos. | ||
|
|
||
| ## License | ||
|
|
||
| MIT |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "mcpServers": { | ||
| "apollo-io": { | ||
| "type": "http", | ||
| "url": "https://mcp.apollo.io/mcp" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| { | ||
| "name": "zoominfo", | ||
| "displayName": "ZoomInfo", | ||
| "version": "1.0.0", | ||
| "minClientVersions": { | ||
| "cursor": "3.13.0" | ||
| }, | ||
| "description": "Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote MCP server.", | ||
| "author": { | ||
| "name": "Cursor", | ||
| "email": "plugins@cursor.com" | ||
| }, | ||
| "homepage": "https://docs.zoominfo.com/docs/zi-api-mcp-overview", | ||
| "repository": "https://github.com/cursor/plugins", | ||
| "license": "MIT", | ||
| "logo": "assets/logo.svg", | ||
| "keywords": [ | ||
| "zoominfo", | ||
| "sales", | ||
| "prospecting", | ||
| "enrichment", | ||
| "intent", | ||
| "gtm", | ||
| "mcp" | ||
| ], | ||
| "category": "integrations", | ||
| "tags": [ | ||
| "zoominfo", | ||
| "sales", | ||
| "mcp", | ||
| "enrichment" | ||
| ], | ||
| "mcpServers": "./mcp.json" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this plugin will be documented here. | ||
|
|
||
| ## 1.0.0 — initial release | ||
|
|
||
| - Logo: ZoomInfo brand mark on the brand red tile. | ||
| - Added the `zoominfo` MCP server pointing at `https://mcp.zoominfo.com/mcp`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # ZoomInfo | ||
|
|
||
| Cursor plugin that connects agents to [ZoomInfo](https://www.zoominfo.com) through ZoomInfo's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server. | ||
|
|
||
| Search companies and contacts, enrich records with firmographics and verified contact details, surface buyer intent signals, scoops, and news, and generate account and contact research briefings. | ||
|
|
||
| ## Install | ||
|
|
||
| 1. Open **Cursor Settings → Plugins**. | ||
| 2. Search for **ZoomInfo**. | ||
| 3. Click **Install**, then complete the ZoomInfo sign-in prompt. | ||
|
|
||
| Or run `/add-plugin zoominfo` in chat. | ||
|
|
||
| ## MCP | ||
|
|
||
| ```json | ||
| { | ||
| "mcpServers": { | ||
| "zoominfo": { | ||
| "type": "http", | ||
| "url": "https://mcp.zoominfo.com/mcp" | ||
| } | ||
| } | ||
| } | ||
| ``` | ||
|
|
||
| Auth is OAuth 2.0 against ZoomInfo, including organization SSO. Cursor prompts for ZoomInfo sign-in when the plugin connects — there is no API key to configure. | ||
|
|
||
| ## Before you connect | ||
|
|
||
| ZoomInfo prohibits AI model training on data accessed through ZoomInfo MCP. Turn model training off in your Cursor privacy settings before connecting. | ||
|
|
||
| You also need a ZoomInfo license (GTM.ai self-serve or Enterprise). Your plan's API limits, credits, and feature availability all apply to MCP usage. | ||
|
|
||
| ## Notes | ||
|
|
||
| - Tool calls respect the role-based permissions of the ZoomInfo user who authorizes the connection. | ||
| - Search is free; enrichment and research tools consume bulk data or AI action credits. | ||
|
|
||
| ## Docs | ||
|
|
||
| - ZoomInfo MCP overview: https://docs.zoominfo.com/docs/zi-api-mcp-overview | ||
| - Connect ZoomInfo MCP: https://docs.zoominfo.com/docs/connect-to-zoominfo-mcp | ||
| - Available MCP tools: https://docs.zoominfo.com/docs/available-mcp-tools | ||
|
|
||
| Logo is ZoomInfo's brand mark on the brand red tile, sized to match the other third-party plugin logos. | ||
|
|
||
| ## License | ||
|
|
||
| MIT |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "mcpServers": { | ||
| "zoominfo": { | ||
| "type": "http", | ||
| "url": "https://mcp.zoominfo.com/mcp" | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ZoomInfo OAuth config broken
High Severity · Logic Bug
mcp.jsonregisters ZoomInfo as a bare HTTP URL, but ZoomInfo’s Cursor integration still requires themcp-remotestdio bridge. Their/oauth/registerendpoint rejects Cursor’scursor://redirect URI, so native HTTP OAuth fails and the plugin cannot authenticate. ZoomInfo’s own plugin keeps thenpx mcp-remoteshape, and their native-HTTP switch remains blocked pending that server fix.Additional Locations (1)
third_party/zoominfo/README.md#L16-L28Reviewed by Cursor Bugbot for commit 97479da. Configure here.