diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 431e19bf..85a7e5bc 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -108,11 +108,6 @@ "source": "third_party/github", "description": "Connect 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 to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server." - }, { "name": "ashby", "source": "third_party/ashby", diff --git a/README.md b/README.md index 5b581d84..be1ee694 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `google-calendar` | [Google Calendar](third_party/google-calendar/) | Cursor | Productivity | Connect 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 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 to Apollo.io — prospect search, contact and company enrichment, lists, sequences, and one-off emails — via Apollo's official remote MCP server. | | `ashby` | [Ashby](third_party/ashby/) | Cursor | Integrations | Connect to Ashby — search candidates and jobs, prep for interviews, manage pipeline tasks, and take recruiting actions — via Ashby's official remote MCP server. | | `hubspot` | [HubSpot](third_party/hubspot/) | Cursor | Integrations | Connect to HubSpot CRM — search and update contacts, companies, deals, and tickets; work with activities, conversations, and marketing emails — via HubSpot's official remote MCP server. | | `intercom` | [Intercom](third_party/intercom/) | Cursor | Integrations | Connect to Intercom — search conversations and contacts, look up companies, and manage Help Center articles — via Intercom's official remote MCP server. | diff --git a/third_party/apollo-io/.cursor-plugin/plugin.json b/third_party/apollo-io/.cursor-plugin/plugin.json deleted file mode 100644 index cc115178..00000000 --- a/third_party/apollo-io/.cursor-plugin/plugin.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "apollo-io", - "displayName": "Apollo.io", - "version": "1.0.0", - "minClientVersions": { - "cursor": "3.13.0" - }, - "description": "Connect 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 deleted file mode 100644 index de4f28fd..00000000 --- a/third_party/apollo-io/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# 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 deleted file mode 100644 index ca2bba77..00000000 --- a/third_party/apollo-io/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 235b3e6f..00000000 --- a/third_party/apollo-io/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# 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 deleted file mode 100644 index 03416ff2..00000000 --- a/third_party/apollo-io/assets/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - Apollo.io - - - - - diff --git a/third_party/apollo-io/mcp.json b/third_party/apollo-io/mcp.json deleted file mode 100644 index 89310fe9..00000000 --- a/third_party/apollo-io/mcp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mcpServers": { - "apollo-io": { - "type": "http", - "url": "https://mcp.apollo.io/mcp" - } - } -}