streamable-httpMITupdated 2mo ago
Live market & competitor intelligence inside Claude and any MCP-compatible AI assistant.
intelcue mcp で何ができる?
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 thex-api-keyheader
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.
| Tool | What it returns |
|---|---|
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 |
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
インストール
intelcue mcp をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http intelcue-mcp https://api.intelcue.ai/v1/mcp/ssecodex mcp add intelcue-mcp --url https://api.intelcue.ai/v1/mcp/sse{
"mcpServers": {
"intelcue-mcp": {
"url": "https://api.intelcue.ai/v1/mcp/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"intelcue-mcp": {
"type": "http",
"url": "https://api.intelcue.ai/v1/mcp/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"intelcue-mcp": {
"url": "https://api.intelcue.ai/v1/mcp/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"intelcue-mcp": {
"serverUrl": "https://api.intelcue.ai/v1/mcp/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 個のツール
intelcue mcp は接続したエージェントに 7 個のツールを提供します。
- 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
スコア
75 / 100
良好
- ドキュメント25/25
- メンテナンス16/25
- 信頼性16/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 55 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年6月30日 |