Skip to main content

What is MCP?

The Model Context Protocol (MCP) is an open standard that enables AI assistants like Claude to interact with external tools and data sources. With Trigify’s MCP server, you can query and manage your social listening searches directly through Claude.

Use Cases

Sales Teams

“Show me all LinkedIn posts mentioning our competitors this week and summarize the key themes”

Product Managers

“Create a search for feature requests mentioning ‘dark mode’ and analyze the sentiment”

Marketing

“Get the latest results from my brand monitoring search and draft response ideas”

Developers

“List all my active searches and show me the API response format”

Setup Options

Trigify MCP works with Claude Desktop, Claude Web, and the Claude API.

Prerequisites

Claude Desktop uses OAuth authentication - just log in with your Trigify account. No API key needed!

Step 1: Configure Claude Desktop

Open your Claude Desktop configuration file:macOS:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
If the file doesn’t exist, create it.Add the Trigify MCP server configuration:
{
  "mcpServers": {
    "trigify": {
      "url": "https://api.trigify.io/mcp"
    }
  }
}
No API key needed! OAuth uses the same login as the Trigify dashboard.

Step 2: Restart Claude Desktop

Quit Claude Desktop completely and reopen it.

Step 3: Authorize Access

When you first use a Trigify tool in Claude:
  1. You’ll be redirected to the Trigify login page
  2. Log in with your Trigify credentials (same as the dashboard)
  3. Authorize Claude to access your Trigify account
  4. You’ll be returned to Claude automatically
The Trigify tools are now available in your conversations!

Available Tools

Once configured, Claude can use these tools:
ToolDescriptionCredits
create_searchCreate a keyword search, profile monitor, or podcast monitorYes
search_podcastsSearch for podcasts by name (use before creating podcast-episodes monitor)No
list_searchesList all your searches and monitorsNo
get_searchGet details of a specific searchNo
get_search_resultsFetch results from a searchNo
update_searchUpdate search configurationNo
delete_searchDelete a searchNo

Supported Monitoring Types

Keyword-based (requires keywords):
  • linkedin-posts — LinkedIn posts matching keywords
  • reddit-posts — Reddit posts matching keywords
  • youtube-videos — YouTube videos matching keywords
  • podcast-keywords — Podcast episodes matching keywords
  • twitter-posts — Twitter/X posts matching keywords
Profile monitoring (requires profile_url):
  • linkedin-profile — Monitor a LinkedIn profile or company page
  • twitter-profile — Monitor a Twitter/X profile
  • youtube-channel — Monitor a YouTube channel
Podcast monitoring (requires podcast_id from search_podcasts):
  • podcast-episodes — Monitor a specific podcast for new episodes

Example Prompts

Try asking Claude:
“Show me all my Trigify searches”
“Get the latest results from my competitor monitoring search and summarize what people are saying”
“Monitor the LinkedIn profile at https://linkedin.com/in/johndoe for new posts”
“Track tweets from https://twitter.com/elonmusk
“Set up monitoring for new videos from https://youtube.com/@mkbhd
“Monitor the Lex Fridman podcast for new episodes”

Troubleshooting

  • Make sure you’ve restarted Claude Desktop after editing the config
  • Check that your config file is valid JSON (no trailing commas)
  • Verify the file is in the correct location
  • Make sure you’re logged in with the same Trigify account
  • Check that your Trigify subscription is active
  • Try disconnecting and reconnecting the Trigify connector
  • Check your internet connection
  • Verify that api.trigify.io is accessible from your network
  • For Claude Web, ensure you’re on Pro, Max, Team, or Enterprise plan

Security

  • Claude Desktop & Web: Uses secure OAuth 2.1 flow with JWT tokens (24h expiry) - no API keys needed
  • Claude API: Your API key is transmitted securely over HTTPS
  • All modes: Requests go directly to Trigify’s API over HTTPS
  • Trigify never sees or stores your Claude conversations
  • You can revoke access at any time from the Trigify dashboard

Resources