Intelcue MCP Server

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

Remote serverstreamable-http

What is the Intelcue MCP server?

Market & competitive intelligence for Claude & AI assistants: trends, alerts, keywords & more. The intelcue mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.

What it actually does

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.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • get_trending_topics — Trending topics with momentum scores, change deltas, and examples
  • get_competitive_insights — Competitive alerts ranked by severity
  • get_keywords — Keywords & hashtags with volume and trend direction
  • get_newsletter_content — Recent newsletter content from subscribed sources
  • get_blog_updates — Latest posts from monitored blogs
  • get_patent_filings — Recent patent filings and grants from monitored companies
  • get_front_page_brief — The latest AI-generated weekly Front Page brief for your workspace

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the intelcue mcp server does with a few real requests.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Intelcue's toolset — get_trending_topics, get_competitive_insights, get_keywords and 4 more — is a fair guide to whether it matches your workflow. It is maintained by IntelCue; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Intelcue's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
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_newsletter_contentRecent newsletter content from subscribed sources
get_blog_updatesLatest posts from monitored blogs
get_patent_filingsRecent patent filings and grants from monitored companies
get_front_page_briefThe latest AI-generated weekly Front Page brief for your workspace

How to install the Intelcue MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Intelcue to get trending topics.
  • Use Intelcue to get competitive insights.
  • Use Intelcue to get keywords.

Frequently asked questions

It connects Intelcue to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (get_trending_topics, get_competitive_insights, get_keywords, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Intelcue directly.