From 9675643fd4f4a1d3698e0abe06d149849144286e Mon Sep 17 00:00:00 2001 From: Minu Palaniappan Date: Wed, 9 Sep 2026 17:04:59 -0700 Subject: [PATCH] Add SharePoint and Finance marketplace cards for Grok-routed connectors Both connectors run only on Grok's backend (SharePoint is a native content index; Finance aggregates brokerages via Plaid) and have no MCP server URL, so these plugins bundle no components. They make the connectors discoverable and installable in Cursor; tools are served through the Grok connector bridge once accounts are linked and the connector is connected on grok.com. Names match the connectors so a future first-party build upserts into the same cursor-public rows. --- .cursor-plugin/marketplace.json | 10 ++++ README.md | 2 + .../finance/.cursor-plugin/plugin.json | 31 +++++++++++ third_party/finance/CHANGELOG.md | 8 +++ third_party/finance/LICENSE | 21 ++++++++ third_party/finance/README.md | 51 ++++++++++++++++++ third_party/finance/assets/logo.png | Bin 0 -> 2737 bytes .../sharepoint/.cursor-plugin/plugin.json | 31 +++++++++++ third_party/sharepoint/CHANGELOG.md | 8 +++ third_party/sharepoint/LICENSE | 21 ++++++++ third_party/sharepoint/README.md | 51 ++++++++++++++++++ third_party/sharepoint/assets/logo.png | Bin 0 -> 7000 bytes 12 files changed, 234 insertions(+) create mode 100644 third_party/finance/.cursor-plugin/plugin.json create mode 100644 third_party/finance/CHANGELOG.md create mode 100644 third_party/finance/LICENSE create mode 100644 third_party/finance/README.md create mode 100644 third_party/finance/assets/logo.png create mode 100644 third_party/sharepoint/.cursor-plugin/plugin.json create mode 100644 third_party/sharepoint/CHANGELOG.md create mode 100644 third_party/sharepoint/LICENSE create mode 100644 third_party/sharepoint/README.md create mode 100644 third_party/sharepoint/assets/logo.png diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index e0839548e..d606d4b73 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -357,6 +357,16 @@ "name": "gamma", "source": "third_party/gamma", "description": "Generate presentations, documents, and webpages." + }, + { + "name": "sharepoint", + "source": "third_party/sharepoint", + "description": "Search and read SharePoint sites, pages, and files, powered by Grok." + }, + { + "name": "finance", + "source": "third_party/finance", + "description": "Portfolio, balances, and transactions from your linked brokerages, powered by Grok." } ] } diff --git a/README.md b/README.md index c239f8564..22e3b6b06 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc | `hunter` | [Hunter](third_party/hunter/) | Cursor | Integrations | Find and verify emails, discover companies, and save leads. | | `gamma` | [Gamma](third_party/gamma/) | Cursor | Integrations | Generate presentations, documents, and webpages. | | `teams` | [Teams](third_party/teams/) | Cursor | Productivity | Search, read, and send Microsoft Teams chats and channel messages. | +| `sharepoint` | [SharePoint](third_party/sharepoint/) | Cursor | Integrations | Search and read SharePoint sites, pages, and files, powered by Grok. | +| `finance` | [Finance](third_party/finance/) | Cursor | Integrations | Portfolio, balances, and transactions from your linked brokerages, powered by Grok. | Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest). ## Repository structure diff --git a/third_party/finance/.cursor-plugin/plugin.json b/third_party/finance/.cursor-plugin/plugin.json new file mode 100644 index 000000000..6b602231d --- /dev/null +++ b/third_party/finance/.cursor-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "finance", + "displayName": "Finance", + "version": "1.0.0", + "minClientVersions": { + "cursor": "3.13.0" + }, + "description": "Portfolio, balances, and transactions from your linked brokerages, powered by Grok.", + "author": { + "name": "Cursor", + "email": "plugins@cursor.com" + }, + "homepage": "https://grok.com/connectors", + "repository": "https://github.com/cursor/plugins", + "license": "MIT", + "logo": "assets/logo.png", + "keywords": [ + "finance", + "portfolio", + "brokerage", + "plaid", + "transactions", + "grok" + ], + "category": "integrations", + "tags": [ + "finance", + "portfolio", + "grok" + ] +} diff --git a/third_party/finance/CHANGELOG.md b/third_party/finance/CHANGELOG.md new file mode 100644 index 000000000..9e8b0d844 --- /dev/null +++ b/third_party/finance/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this plugin will be documented here. + +## 1.0.0 — initial release + +- Added a marketplace card for Grok's `Finance` connector. No MCP server is bundled; tools are served through the Grok connector bridge once the accounts are linked and the connector is connected on grok.com. +- Logo: Grok's product mark, from grok.com. diff --git a/third_party/finance/LICENSE b/third_party/finance/LICENSE new file mode 100644 index 000000000..ca2bba771 --- /dev/null +++ b/third_party/finance/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/finance/README.md b/third_party/finance/README.md new file mode 100644 index 000000000..896e5284b --- /dev/null +++ b/third_party/finance/README.md @@ -0,0 +1,51 @@ +# Finance + +Cursor plugin for Grok's **Finance** connector. The connector runs on Grok's backend; this plugin makes it discoverable and installable from the Cursor marketplace so the same connection is usable in Cursor. + +Portfolio, balances, and transactions from your linked brokerages, powered by Grok. + +## Install + +1. Open **Cursor Settings → Plugins**. +2. Search for **Finance**. +3. Click **Install**. + +Or run `/add-plugin finance` in chat. + +## How it works + +This plugin ships no MCP server of its own. Grok links your brokerage and bank accounts through Plaid and exposes the resulting portfolio data as tools. Once your Cursor and Grok accounts are linked, Cursor lists and calls those tools through the Grok connector bridge. + +## Before you connect + +1. Link your Cursor account to your Grok account. +2. Connect **Finance** under **Finance** in grok.com and complete its sign-in there. +3. Install this plugin in Cursor. + +Installing this plugin does not start a sign-in flow. If the connector is not connected on grok.com, the plugin installs but contributes no tools until it is. + +## What agents can do + +| Category | Capabilities | +| --- | --- | +| Portfolio | Holdings and allocation across linked accounts | +| Balances | Account balances and cash positions | +| Transactions | Recent activity across linked accounts | + +The Grok connector runtime is the source of truth for tool names and schemas. + +## Notes + +- Tool calls run under the Grok connection and its permissions, not a Cursor-held token. +- Reconnecting an expired connection is done on grok.com for now. +- Cursor and Grok de-duplicate connectors by server URL; this connector has none, so it never collides with a Cursor-native plugin. + +## Docs + +- Grok connectors: https://grok.com/connectors + +Logo is Grok's product mark, from grok.com, because the connector runs on Grok and aggregates brokerages rather than representing a single vendor. + +## License + +MIT diff --git a/third_party/finance/assets/logo.png b/third_party/finance/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..5e67b1f00488f9006ec0410e9de1a7049c4b5c60 GIT binary patch literal 2737 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 literal 0 HcmV?d00001 diff --git a/third_party/sharepoint/.cursor-plugin/plugin.json b/third_party/sharepoint/.cursor-plugin/plugin.json new file mode 100644 index 000000000..4d02c8362 --- /dev/null +++ b/third_party/sharepoint/.cursor-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "sharepoint", + "displayName": "SharePoint", + "version": "1.0.0", + "minClientVersions": { + "cursor": "3.13.0" + }, + "description": "Search and read SharePoint sites, pages, and files, powered by Grok.", + "author": { + "name": "Cursor", + "email": "plugins@cursor.com" + }, + "homepage": "https://grok.com/connectors", + "repository": "https://github.com/cursor/plugins", + "license": "MIT", + "logo": "assets/logo.png", + "keywords": [ + "sharepoint", + "microsoft 365", + "documents", + "sites", + "search", + "grok" + ], + "category": "integrations", + "tags": [ + "sharepoint", + "microsoft 365", + "grok" + ] +} diff --git a/third_party/sharepoint/CHANGELOG.md b/third_party/sharepoint/CHANGELOG.md new file mode 100644 index 000000000..29289f8f9 --- /dev/null +++ b/third_party/sharepoint/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this plugin will be documented here. + +## 1.0.0 — initial release + +- Added a marketplace card for Grok's `SharePoint` connector. No MCP server is bundled; tools are served through the Grok connector bridge once the accounts are linked and the connector is connected on grok.com. +- Logo: Official Microsoft SharePoint product icon from Microsoft's Fluent brand icon CDN, on a padded white tile. diff --git a/third_party/sharepoint/LICENSE b/third_party/sharepoint/LICENSE new file mode 100644 index 000000000..ca2bba771 --- /dev/null +++ b/third_party/sharepoint/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/sharepoint/README.md b/third_party/sharepoint/README.md new file mode 100644 index 000000000..dade879b6 --- /dev/null +++ b/third_party/sharepoint/README.md @@ -0,0 +1,51 @@ +# SharePoint + +Cursor plugin for Grok's **SharePoint** connector. The connector runs on Grok's backend; this plugin makes it discoverable and installable from the Cursor marketplace so the same connection is usable in Cursor. + +Search and read SharePoint sites, pages, and files, powered by Grok. + +## Install + +1. Open **Cursor Settings → Plugins**. +2. Search for **SharePoint**. +3. Click **Install**. + +Or run `/add-plugin sharepoint` in chat. + +## How it works + +This plugin ships no MCP server of its own. Grok indexes the SharePoint sites you connect and answers questions grounded in their pages and files. Once your Cursor and Grok accounts are linked, Cursor lists and calls those tools through the Grok connector bridge. + +## Before you connect + +1. Link your Cursor account to your Grok account. +2. Connect **SharePoint** under **Connectors** in grok.com settings and complete its sign-in there. +3. Install this plugin in Cursor. + +Installing this plugin does not start a sign-in flow. If the connector is not connected on grok.com, the plugin installs but contributes no tools until it is. + +## What agents can do + +| Category | Capabilities | +| --- | --- | +| Search | Find pages and files across connected SharePoint sites | +| Read | Read page and document content with citations | +| Sites | Browse the sites and libraries you have connected | + +The Grok connector runtime is the source of truth for tool names and schemas. + +## Notes + +- Tool calls run under the Grok connection and its permissions, not a Cursor-held token. +- Reconnecting an expired connection is done on grok.com for now. +- Cursor and Grok de-duplicate connectors by server URL; this connector has none, so it never collides with a Cursor-native plugin. + +## Docs + +- Grok connectors: https://grok.com/connectors + +Logo is the official Microsoft SharePoint product icon from Microsoft's Fluent brand icon CDN, on a padded white tile. + +## License + +MIT diff --git a/third_party/sharepoint/assets/logo.png b/third_party/sharepoint/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..040d2bc29c9b2cfca23a3b25afe50f2739140716 GIT binary patch literal 7000 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