Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
"name": "navan",
"source": "third_party/navan",
"description": "Connect to Navan — query expenses, analyze travel bookings, check policies and approvals, and manage cards — via Navan's official remote MCP server."
},
{
"name": "profound",
"source": "third_party/profound",
"description": "Connect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server."
}
]
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `docusign` | [Docusign](third_party/docusign/) | Cursor | Integrations | Connect to Docusign — work with eSignature envelopes and templates, Maestro workflows, and Navigator agreements — via Docusign's official remote MCP server (beta). |
| `x` | [X](third_party/x/) | Cursor | Integrations | Read-only access to the X API — search posts and users, read timelines and mentions, and pull trends and news — via X's official hosted MCP server. |
| `navan` | [Navan](third_party/navan/) | Cursor | Integrations | Connect to Navan — query expenses, analyze travel bookings, check policies and approvals, and manage cards — via Navan's official remote MCP server. |
| `profound` | [Profound](third_party/profound/) | Cursor | Integrations | Connect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server. |
Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

## Repository structure
Expand Down
35 changes: 35 additions & 0 deletions third_party/profound/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "profound",
"displayName": "Profound",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect to Profound — retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents — via Profound's official hosted MCP server.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://docs.tryprofound.com/mcp/overview",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"profound",
"mcp",
"aeo",
"visibility",
"citations",
"sentiment",
"agents",
"analytics"
],
"category": "integrations",
"tags": [
"profound",
"mcp",
"analytics",
"aeo"
],
"mcpServers": "./mcp.json"
}
9 changes: 9 additions & 0 deletions third_party/profound/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Logo: Profound's official GitHub organization mark (white isotype on black).
- Added the `profound` MCP server pointing at `https://mcp.tryprofound.com/mcp`.
- Auth uses OAuth 2.1 — no API key or client ID to configure.
21 changes: 21 additions & 0 deletions third_party/profound/LICENSE
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.
60 changes: 60 additions & 0 deletions third_party/profound/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Profound

Cursor plugin that connects agents to [Profound](https://www.tryprofound.com) through Profound's official hosted [Model Context Protocol](https://modelcontextprotocol.io/) server.

Retrieve AI visibility, sentiment, and citation reports, access agent analytics, and build or run Profound Agents in the signed-in Profound account.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Profound**.
3. Click **Install**, then complete the Profound sign-in prompt.

Or run `/add-plugin profound` in chat.

## MCP

```json
{
"mcpServers": {
"profound": {
"type": "http",
"url": "https://mcp.tryprofound.com/mcp"
}
}
}
```

Auth is OAuth 2.1 against Profound. Cursor prompts for Profound sign-in when the plugin connects — there is no API key or client ID to configure.

## What agents can do

| Category | Capabilities |
| --- | --- |
| Discovery | Confirm the signed-in user, then list organizations, regions, models, categories, domains, tags, topics, and prompts |
| Visibility | Share of voice, mentions, and position across answer engines such as ChatGPT, Perplexity, Gemini, and Google AI Overviews |
| Citations & sentiment | Track which pages answer engines cite, and how they talk about a brand or category |
| Agent analytics | Bot crawl reports, referral traffic from answer engines, and raw analytics |
| Profound Agents | List, build, publish, and run Agents, then poll runs for status and outputs |

The hosted runtime is the source of truth for tool names and schemas. Call `whoami` as a read-only smoke test after connecting.

## Notes

- Tool calls run as the Profound user who authorizes the connection and cannot exceed that user's permissions.
- Analytics tools are read-only. Agent tools can create, update, publish, and run Agent definitions in the signed-in organization.
- Enterprise plans can authenticate with a long-lived Bearer API key instead of OAuth. This plugin uses the recommended OAuth flow. See [Authentication](https://docs.tryprofound.com/mcp/authentication).

## Docs

- Profound MCP overview: https://docs.tryprofound.com/mcp/overview
- Connect AI coding tools: https://docs.tryprofound.com/mcp/connect
- Analytics capabilities: https://docs.tryprofound.com/mcp/capabilities/analytics-capabilities
- Agents capabilities: https://docs.tryprofound.com/mcp/capabilities/agents-capabilities
- Server URL: https://mcp.tryprofound.com/mcp

Logo is Profound's official GitHub organization mark (white isotype on black).

## License

MIT
Binary file added third_party/profound/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions third_party/profound/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"profound": {
"type": "http",
"url": "https://mcp.tryprofound.com/mcp"
}
}
}
Loading