Install
$ agentstack add mcp-xpozpublic-xpoz-cursor-plugin ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- xpoz.ai — Platform homepage
- xpoz.ai/get-token — Get your free access token
- GitHub — Source code
- npm: xpoz-mcp — MCP server package
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.
- Author: XPOZpublic
- Source: XPOZpublic/xpoz-cursor-plugin
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.