Skip to content
Open
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 @@ -298,6 +298,11 @@
"source": "third_party/readwise",
"description": "Search highlights and Reader documents, save articles."
},
{
"name": "reaudit",
"source": "third_party/reaudit",
"description": "AI visibility, GTM strategy, GEO content, social automation, and paid intel across 8 AI engines — 220+ tools."
},
{
"name": "similarweb",
"source": "third_party/similarweb",
Expand Down
55 changes: 55 additions & 0 deletions third_party/reaudit/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "reaudit",
"displayName": "Reaudit",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "AI visibility, GTM strategy, GEO content, social automation, and paid intel across 8 AI engines — 220+ tools.",
"author": {
"name": "Reaudit",
"email": "support@reaudit.io"
},
"homepage": "https://docs.reaudit.io",
"repository": "https://github.com/RoseSamaras/reaudit-ai-plugin",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"reaudit",
"mcp",
"ai-visibility",
"ai-search",
"geo",
"aeo",
"seo",
"gtm",
"go-to-market",
"content-generation",
"social-media",
"social-automation",
"social-publishing",
"paid-ads",
"chatgpt-ads",
"cro",
"analytics",
"citations",
"brand-monitoring",
"competitor-intelligence",
"chatgpt",
"perplexity",
"claude",
"gemini",
"copilot"
],
"category": "integrations",
"tags": [
"reaudit",
"mcp",
"ai-visibility",
"gtm",
"social-media",
"content",
"paid-intelligence"
],
"mcpServers": "./mcp.json"
}
61 changes: 61 additions & 0 deletions third_party/reaudit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Reaudit for Cursor

**The AI Search Visibility & GTM platform** — connect Cursor to your live Reaudit workspace at `mcp.reaudit.io`.

One install. 220+ tools. Every deploy of Reaudit updates what users get automatically.

## What you can do from Cursor

### Monitor & measure

- AI visibility scores, mentions, sentiment, and share of voice across **8 AI engines**
- Read verbatim ChatGPT / Perplexity / Gemini responses about your brand
- Citation analytics, decay tracking, YouTube citation breakdown, reverse citation lookup
- AI bot crawl + human referral analytics (Cloudflare, GA4, site tracker)
- Competitor comparison and **content radar** (detect + analyze rival publishes)

### Strategize & plan

- **GTM strategy builder** — 6 modules, 21 Perplexity-researched steps (ICP, positioning, funnel, offer design, 90-day calendar)
- Prompt tracking at scale — create topics, schedule runs, manage prompts
- Action grids for SEO/content task workflows
- Client visibility reports and engagement plans

### Create & optimize

- **GEO content generation** — blogs, FAQs, comparisons, LinkedIn/X posts, newsletters, video scripts (with answer-shape scoring)
- **Content audit** — score existing pages for AI extractability, freshness, entity gaps, brand voice; generate fixes
- SEO + **AI agent readiness** audits, entity authority (Wikidata/Wikipedia), `llms.txt`, instant indexing
- Publish to **WordPress** and **React/Next.js** sites

### Distribute & amplify

- **Social automation** — generate, schedule, and publish to 14 platforms (X, LinkedIn, Instagram, TikTok, YouTube, Reddit, Bluesky, Threads, Pinterest, Facebook, Discord, Mastodon, Telegram, Slack)
- **Social campaigns** — turn visibility gaps and audit findings into multi-platform campaigns (approve before publish)
- **Paid intelligence** — ad creatives, visibility-gap campaigns, Google/Meta/LinkedIn/X management, ChatGPT Ads competitor intel
- Reddit lead monitoring + AI-drafted replies for cited threads

### Close the loop

- CRO dashboards, funnels, A/B tests
- Revenue attribution by AI referral source
- Google Merchant Center **shopping AI visibility**
- **GitHub auto-fix** — open PRs that fix SEO/GEO issues from audits

### Interactive MCP Apps

Visibility gauges, citation donuts, crawl monitors, readiness scorecards, and revenue attribution charts — rendered inline in Cursor 2.6+.

## Auth

On first connect, Cursor opens **OAuth 2.0 with PKCE** in your browser — sign in to Reaudit and authorize. No API key setup required.

**Alternative (manual MCP config):** generate an API key at [reaudit.io/dashboard/tools](https://reaudit.io/dashboard/tools) and use either:
- Streamable HTTP: `https://mcp.reaudit.io/mcp` with `Authorization: Bearer rau_...`
- SSE (legacy): `https://mcp.reaudit.io/sse?apiKey=rau_...` via `mcp-remote`

## Docs

- https://docs.reaudit.io
- https://reaudit.io/help
- support@reaudit.io
Binary file added third_party/reaudit/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/reaudit/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"reaudit": {
"type": "http",
"url": "https://mcp.reaudit.io/mcp"
}
}
}