From 97479daaf4134e731c9bf4ae6ce2081f33509a61 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 7 Aug 2026 15:06:52 +0000 Subject: [PATCH] Add Apollo.io and ZoomInfo third-party MCP plugins Both vendors ship official first-party remote MCP servers over Streamable HTTP with OAuth 2.0 and no API key, so each plugin is a URL-only mcp.json with no variables block. Named the Apollo plugin apollo-io to avoid colliding with Apollo GraphOS, which ships an unrelated self-hosted MCP server. Both vendors prohibit AI model training on data pulled through MCP, so both READMEs call that out. Co-authored-by: Sam Sokolin --- .cursor-plugin/marketplace.json | 10 ++++ README.md | 2 + .../apollo-io/.cursor-plugin/plugin.json | 34 ++++++++++++ third_party/apollo-io/CHANGELOG.md | 8 +++ third_party/apollo-io/LICENSE | 21 ++++++++ third_party/apollo-io/README.md | 53 +++++++++++++++++++ third_party/apollo-io/assets/logo.svg | 7 +++ third_party/apollo-io/mcp.json | 8 +++ .../zoominfo/.cursor-plugin/plugin.json | 34 ++++++++++++ third_party/zoominfo/CHANGELOG.md | 8 +++ third_party/zoominfo/LICENSE | 21 ++++++++ third_party/zoominfo/README.md | 51 ++++++++++++++++++ third_party/zoominfo/assets/logo.svg | 12 +++++ third_party/zoominfo/mcp.json | 8 +++ 14 files changed, 277 insertions(+) create mode 100644 third_party/apollo-io/.cursor-plugin/plugin.json create mode 100644 third_party/apollo-io/CHANGELOG.md create mode 100644 third_party/apollo-io/LICENSE create mode 100644 third_party/apollo-io/README.md create mode 100644 third_party/apollo-io/assets/logo.svg create mode 100644 third_party/apollo-io/mcp.json create mode 100644 third_party/zoominfo/.cursor-plugin/plugin.json create mode 100644 third_party/zoominfo/CHANGELOG.md create mode 100644 third_party/zoominfo/LICENSE create mode 100644 third_party/zoominfo/README.md create mode 100644 third_party/zoominfo/assets/logo.svg create mode 100644 third_party/zoominfo/mcp.json diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 8c9fa276..e9a3da04 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -107,6 +107,16 @@ "name": "github", "source": "third_party/github", "description": "Connect Cursor to GitHub — repositories, issues, pull requests, code search, and Actions — via GitHub's official remote MCP server." + }, + { + "name": "apollo-io", + "source": "third_party/apollo-io", + "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." + }, + { + "name": "zoominfo", + "source": "third_party/zoominfo", + "description": "Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote MCP server." } ] } diff --git a/README.md b/README.md index e1c8071e..72eafb8c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `google-calendar` | [Google Calendar](third_party/google-calendar/) | Cursor | Productivity | Connect Cursor to Google Calendar via Google's remote MCP server — list calendars, search events, and create or update meetings. | | `gong` | [Gong](third_party/gong/) | Cursor | Integrations | Gong MCP integration for revenue intelligence — account summaries, deal insights, and call briefs. | | `salesforce` | [Salesforce](third_party/salesforce/) | Cursor | Integrations | Connect Cursor to Salesforce via Salesforce Hosted MCP — query, search, create, update, and traverse records in your org. | +| `apollo-io` | [Apollo.io](third_party/apollo-io/) | Cursor | Integrations | Connect Cursor to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server. | +| `zoominfo` | [ZoomInfo](third_party/zoominfo/) | Cursor | Integrations | Connect Cursor to ZoomInfo — company and contact search, enrichment, buyer intent signals, scoops, and account research — via ZoomInfo's official remote MCP server. | Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest). diff --git a/third_party/apollo-io/.cursor-plugin/plugin.json b/third_party/apollo-io/.cursor-plugin/plugin.json new file mode 100644 index 00000000..7bea6c68 --- /dev/null +++ b/third_party/apollo-io/.cursor-plugin/plugin.json @@ -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" +} diff --git a/third_party/apollo-io/CHANGELOG.md b/third_party/apollo-io/CHANGELOG.md new file mode 100644 index 00000000..de4f28fd --- /dev/null +++ b/third_party/apollo-io/CHANGELOG.md @@ -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`. diff --git a/third_party/apollo-io/LICENSE b/third_party/apollo-io/LICENSE new file mode 100644 index 00000000..ca2bba77 --- /dev/null +++ b/third_party/apollo-io/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/apollo-io/README.md b/third_party/apollo-io/README.md new file mode 100644 index 00000000..235b3e6f --- /dev/null +++ b/third_party/apollo-io/README.md @@ -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 diff --git a/third_party/apollo-io/assets/logo.svg b/third_party/apollo-io/assets/logo.svg new file mode 100644 index 00000000..03416ff2 --- /dev/null +++ b/third_party/apollo-io/assets/logo.svg @@ -0,0 +1,7 @@ + + Apollo.io + + + + + diff --git a/third_party/apollo-io/mcp.json b/third_party/apollo-io/mcp.json new file mode 100644 index 00000000..89310fe9 --- /dev/null +++ b/third_party/apollo-io/mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "apollo-io": { + "type": "http", + "url": "https://mcp.apollo.io/mcp" + } + } +} diff --git a/third_party/zoominfo/.cursor-plugin/plugin.json b/third_party/zoominfo/.cursor-plugin/plugin.json new file mode 100644 index 00000000..c8318e6c --- /dev/null +++ b/third_party/zoominfo/.cursor-plugin/plugin.json @@ -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" +} diff --git a/third_party/zoominfo/CHANGELOG.md b/third_party/zoominfo/CHANGELOG.md new file mode 100644 index 00000000..2c204095 --- /dev/null +++ b/third_party/zoominfo/CHANGELOG.md @@ -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`. diff --git a/third_party/zoominfo/LICENSE b/third_party/zoominfo/LICENSE new file mode 100644 index 00000000..ca2bba77 --- /dev/null +++ b/third_party/zoominfo/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/zoominfo/README.md b/third_party/zoominfo/README.md new file mode 100644 index 00000000..63e84c04 --- /dev/null +++ b/third_party/zoominfo/README.md @@ -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 diff --git a/third_party/zoominfo/assets/logo.svg b/third_party/zoominfo/assets/logo.svg new file mode 100644 index 00000000..11ba1327 --- /dev/null +++ b/third_party/zoominfo/assets/logo.svg @@ -0,0 +1,12 @@ + + ZoomInfo + + + + + + + + + + diff --git a/third_party/zoominfo/mcp.json b/third_party/zoominfo/mcp.json new file mode 100644 index 00000000..b046d436 --- /dev/null +++ b/third_party/zoominfo/mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "zoominfo": { + "type": "http", + "url": "https://mcp.zoominfo.com/mcp" + } + } +}