Odel
PitchGhost

PitchGhost

@pitchghostDeveloper ToolsUpdated 3mo ago

AI-powered social listening across Twitter, LinkedIn, Reddit, Facebook, and more.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

ToolAccessDescription
whoamireadGet authenticated user info, company details, and subscription plan
search_ghostsreadList and search Ghosts (automated scanners) with filters and pagination
get_ghostreadGet full Ghost configuration including service settings
create_ghostwriteCreate a new Ghost for any supported platform
update_ghostwriteUpdate Ghost configuration, enable/disable scheduling
delete_ghostwritePermanently delete a Ghost and all its Finds
search_findsreadSearch and filter discovered Finds (leads) with pagination
get_findreadGet full Find details: content, AI analysis, confidence, sentiment, tags
update_findwriteUpdate a Find: assign, tag, note, favorite, set status, delete
search_team_membersreadList org members with optional search and role filter
search_action_accountsreadList connected social accounts available for actions
search_twitterreadLive Twitter search with pagination
take_actionwriteExecute a social media action (comment, like, reply, DM, react)
start_scanwriteTrigger an immediate Ghost scan
get_guidereadFetch 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