Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Intelcue Mcp
I
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:03:02 AM

Intelcue Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "intelcue-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "intelcue-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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, news, YouTube, websites, Google Ads, patents, SEC filings, Certificate Transparency (new subdomains), and more β€” then analyzes everything for trending topics, competitive moves, and keywords. 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

config.json
{
  "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_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

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?"
  • "Pull my latest Front Page brief and summarize it."

Learn more

  • Product: www.intelcue.ai
  • Competitive intelligence: intelcue.ai/solutions/competitive-intelligence
  • Google Ads transparency: intelcue.ai/solutions/google-ads-transparency
  • Newsletter tracking: intelcue.ai/solutions/newsletter-tracker
  • Website change tracking: intelcue.ai/solutions/website-change-tracker
  • Blog: intelcue.ai/blog

FAQ

What is IntelCue? An AI-first market and competitive intelligence platform that monitors your sources and delivers insights into Claude or any AI assistant via MCP. See www.intelcue.ai.

Do I need an account? Yes. The MCP server returns data scoped to your IntelCue workspace, so you need an IntelCue account and API key (ic_sk_…) from the Connect page.

Which AI assistants are supported? Any MCP-compatible client β€” Claude Desktop, Claude.ai, and others via the Model Context Protocol.

Is my data shared? No. Every tool call is scoped to your own workspace.


Β© IntelCue. Website: https://www.intelcue.ai

Related MCP Servers

View all in Developer Tools View all alternatives
  • M
    Mcp

    Market research and competitive intelligence for startup ideas - every finding source-linked.

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • Sleepwalker logoSleepwalker

    AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.

    πŸ’» Developer Tools0 views
    Compare vs Sleepwalker β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about Intelcue Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "intelcue-mcp": { "command": "npx", "args": ["-y", "intelcue-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewIntelcue Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/intelcue-mcp?style=directory)](https://allmcps.com/mcp/intelcue-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/intelcue-mcp"><img src="https://allmcps.com/api/badge/intelcue-mcp?style=directory" alt="Intelcue Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Intelcue Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code