AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Xpoz Cursor Plugin

mcp-xpozpublic-xpoz-cursor-plugin · by XPOZpublic

Official Xpoz plugin for Cursor — Twitter/X, Instagram, Reddit & TikTok data in your IDE via 48 MCP tools, no API keys required

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add mcp-xpozpublic-xpoz-cursor-plugin

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-xpozpublic-xpoz-cursor-plugin)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xpoz Cursor Plugin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Xpoz — Social Media Intelligence for Cursor

Official Xpoz plugin for Cursor. Access Twitter/X, Instagram, Reddit, and TikTok data directly from your IDE — no social media API keys required.

Features

| Platform | Tools | Capabilities | | ------------- | ----- | -------------------------------------------------------------------------------------------- | | Twitter/X | 13 | User lookup, post search, followers/following, retweets, quotes, replies, engagement metrics | | Instagram | 9 | User lookup, post search, comments, followers/following, interacting users | | Reddit | 9 | User lookup, post search with comments, subreddit search, comment search | | TikTok | 9 | User lookup, post search, hashtag search, comments | | Tracking | 3 | Monitor keywords, users, subreddits, and hashtags across all platforms | | Account | 5 | Authentication, access keys, account details, operation management |

48 MCP tools covering search, lookup, connections, engagement analysis, tracking, and bulk export.

Quick Setup

1. Get an Access Token

Go to xpoz.ai/get-token (free, no credit card required).

2. Install the Plugin

Install from the Cursor Plugin Marketplace — search for "Xpoz".

3. Configure MCP Connection

Add to your Cursor MCP settings (~/.cursor/mcp.json or via Cursor Settings → MCP):

{
  "mcpServers": {
    "xpoz": {
      "url": "https://mcp.xpoz.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Replace YOUR_TOKEN_HERE with your access token.

4. Verify

Run /xpoz-setup in Cursor to verify your connection and set up tracking.

Commands

| Command | Description | | ---------------------- | ------------------------------------------------------------ | | /xpoz-setup | Configure MCP connection and verify your account | | /xpoz-track | Manage tracked keywords, users, subreddits, and hashtags | | /xpoz-best-practices | Reference docs for query syntax, pagination, field selection |

Skills

Skills are auto-discovered by Cursor and activated based on context:

| Skill | When It Activates | | ------------------------ | -------------------------------------------------------------------------------- | | xpoz-getting-started | Setting up Xpoz, checking account status, first-time onboarding | | xpoz-social-tracking | Adding/removing tracked items, monitoring brands, social listening | | xpoz-best-practices | Any Xpoz tool usage — query syntax, pagination, field selection, troubleshooting |

Use Cases

  • Brand Monitoring — Track mentions of your brand across all platforms and analyze sentiment
  • Competitive Intelligence — Monitor competitor accounts and compare engagement metrics
  • Influencer Discovery — Find relevant influencers by keywords, hashtags, or follower count
  • Trend Analysis — Search posts by keywords to identify emerging trends and topics
  • Market Research — Export social data to CSV for deeper analysis
  • OSINT — Look up user profiles, connections, and activity across platforms

Plugin Structure

plugins/xpoz/
├── .cursor-plugin/plugin.json    # Plugin manifest
├── mcp.json                      # MCP server configuration
├── commands/                     # Slash commands
├── skills/                       # Auto-discovered skills
│   ├── xpoz-getting-started/
│   ├── xpoz-social-tracking/
│   └── xpoz-best-practices/
│       └── references/           # Per-platform tool documentation
└── assets/

Links

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.