streamable-httpupdated 2mo ago
AI-powered social media lead discovery via the Model Context Protocol.
What can you do with PitchGhost?
PitchGhost MCP Server
AI-powered social media lead discovery via the Model Context Protocol.
Server URL: https://mcp.pitchghost.com/
Transport: Streamable HTTP
Auth: OAuth 2.1 (via Supabase)
Connect
Add to your MCP client config:
{
"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)
Resources
The server exposes reference guides as MCP resources:
create-ghost-guide— How to create and configure Ghoststwitter-search-syntax-guide— Twitter search query syntaxlinkedin-search-syntax-guide— LinkedIn keyword search syntaxlinkedin-people-search-syntax-guide— LinkedIn People ghost configurationlinkedin-company-search-syntax-guide— LinkedIn Company ghost configurationreddit-search-syntax-guide— Reddit search syntaxfacebook-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
Install
Add PitchGhost to your client. Pick the one you use.
claude mcp add --transport http pitchghost https://mcp.pitchghost.com/codex mcp add pitchghost --url https://mcp.pitchghost.com/{
"mcpServers": {
"pitchghost": {
"url": "https://mcp.pitchghost.com/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pitchghost": {
"type": "http",
"url": "https://mcp.pitchghost.com/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pitchghost": {
"url": "https://mcp.pitchghost.com/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pitchghost": {
"serverUrl": "https://mcp.pitchghost.com/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
15 tools
PitchGhost exposes 15 tools to a connected agent.
- search_ghosts
- read
- get_ghost
- read
- create_ghost
- write
- update_ghost
- write
- delete_ghost
- write
- search_finds
- read
- get_find
- read
- update_find
- write
- search_team_members
- read
- search_action_accounts
- read
- search_twitter
- read
- search_reddit
- read
- take_action
- write
- start_scan
- write
- get_guide
- read
Score
70 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust9/20
- Capability11/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 15 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jul 9, 2026 |
| 0.1.0 | Mar 24, 2026 |