Labsco
IntelCue logo

IntelCue

from IntelCue

Market & competitive intelligence for Claude & AI assistants: trends, alerts, keywords & more.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

IntelCue MCP Server

Live market & competitor intelligence inside Claude and any MCP-compatible AI assistant.

IntelCue is an AI-first competitive and market intelligence platform. It continuously monitors your sources β€” newsletters, blogs, LinkedIn profiles, news, YouTube, websites, Google Ads, patents, and SEC filings β€” then analyzes everything for trending topics, competitive moves, keywords, and influencer activity. This repository documents the IntelCue MCP server, which exposes that intelligence to AI assistants via the Model Context Protocol.

Ask your AI assistant about your market and competitors, and it pulls from your live, continuously-updated IntelCue data automatically. Learn more at www.intelcue.ai.

What is the IntelCue MCP server?

A hosted, remote MCP server (Streamable HTTP) that gives AI assistants read-only access to your IntelCue workspace. It scopes every response to your authenticated workspace, so your data stays private to you.

  • Endpoint: https://api.intelcue.ai/v1/mcp/sse
  • Transport: Streamable HTTP (official MCP SDK)
  • Auth: your IntelCue API key (ic_sk_…) β€” via OAuth, Authorization: Bearer, or the x-api-key header

Connect

Option 1 β€” Smithery (easiest)

Install from the Smithery listing and paste your IntelCue API key when prompted.

Option 2 β€” Claude Desktop

{
  "mcpServers": {
    "intelcue": {
      "type": "url",
      "url": "https://api.intelcue.ai/v1/mcp/sse",
      "name": "IntelCue",
      "authorization": "Bearer ic_sk_your_api_key_here"
    }
  }
}

Option 3 β€” Any MCP client (header auth)

Send your key in the x-api-key header to https://api.intelcue.ai/v1/mcp/sse.

Get your API key on the Connect page in your IntelCue dashboard.

Tools

All tools are read-only and automatically scoped to your workspace.

ToolWhat it returns
get_trending_topicsTrending topics with momentum scores, change deltas, and examples
get_competitive_insightsCompetitive alerts ranked by severity
get_keywordsKeywords & hashtags with volume and trend direction
get_influencer_insightsActivity analysis for monitored LinkedIn profiles
get_newsletter_contentRecent newsletter content from subscribed sources
get_blog_updatesLatest posts from monitored blogs
get_linkedin_postsRecent posts from monitored LinkedIn profiles
get_patent_filingsRecent patent filings and grants from monitored companies

Example questions to ask your assistant

  • "What are the top trending topics in my market this week?"
  • "Any high-severity competitive moves in the last 7 days?"
  • "Which keywords are surging right now, with hashtags?"
  • "Summarize the latest newsletters and blog posts from my competitors."
  • "Have any tracked companies filed patents recently?"

Learn more