PitchGhost
AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more.
Open source Repository Open in the app JSON README (API)
About
AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more.
Details
- Kind
- MCP servers
- Topic
- Social & content
- Publisher
- pitchghost
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.1.1
- Last push
- 2026-07-09T18:23:43Z
- Repository state
- ativo
- Added
- 2026-08-29 03:02:10
- Updated
- 2026-08-29 03:02:10
- Origin id
io.github.PitchGhost/mcp
README
# PitchGhost MCP Server
AI-powered social media lead discovery via the [Model Context Protocol](https://modelcontextprotocol.io).
**Server URL:** `https://mcp.pitchghost.com/`
**Transport:** Streamable HTTP
**Auth:** OAuth 2.1 (via Supabase)
## Connect
Add to your MCP client config:
```json
{
"mcpServers": {
"pitchghost": {
"url": "https://mcp.pitchghost.com/"
}
}
}
```
The server uses OAuth 2.1 — your MCP client will handle the authorization flow automatically.
## Tools
| Tool | Access | Description |
|------|--------|-------------|
| `whoami` | read | Get authenticated user info, company details, and subscription plan |
| `search_ghosts` | read | List and search Ghosts (automated scanners) with filters and pagination |
| `get_ghost` | read | Get full Ghost configuration including service settings |
| `create_ghost` | write | Create a new Ghost for any supported platform |
| `update_ghost` | write | Update Ghost configuration, enable/disable scheduling |
| `delete_ghost` | write | Permanently delete a Ghost and all its Finds |
| `search_finds` | read | Search and filter discovered Finds (leads) with pagination |
| `get_find` | read | Get full Find details: content, AI analysis, confidence, sentiment, tags |
| `update_find` | write | Update a Find: assign, tag, note, favorite, set status, delete |
| `search_team_members` | read | List org members with optional search and role filter |
| `search_action_accounts` | read | List connected social accounts available for actions |
| `search_twitter` | read | Live Twitter search with pagination |
| `search_reddit` | read | Live Reddit search with pagination |
| `take_action` | write | Execute a social media action (comment, like, reply, DM, react) |
| `start_scan` | write | Trigger an immediate Ghost scan |
| `get_guide` | read | Fetch a reference guide by slug |
## Supported Platforms
- Twitter / X
- LinkedIn (Posts, People, Companies)
- Reddit
- Facebook
## Resources
The server exposes reference guides as MCP resources:
- `create-ghost-guide` — How to create and configure Ghosts
- `twitter-search-syntax-guide` — Twitter search query syntax
- `linkedin-search-syntax-guide` — LinkedIn keyword search syntax
- `linkedin-people-search-syntax-guide` — LinkedIn People ghost configuration
- `linkedin-company-search-syntax-guide` — LinkedIn Company ghost configuration
- `reddit-search-syntax-guide` — Reddit search syntax
- `facebook-search-syntax-guide` — Facebook search syntax
## Requirements
- A PitchGhost account with an active **Engage** plan
- OAuth authorization grants read access by default; write access requires approval
## Learn More
- [PitchGhost](https://pitchghost.com)
- [MCP Registry](https://registry.modelcontextprotocol.io)