Skip to main content
Glama
obb396193-code

ContentRadar MCP Server

ContentRadar MCP Server

把 ContentRadar 的查数据 + 低危写内容能力,做成 AI 客户端(Claude Desktop / Claude Code / Cursor)的工具。让你直接跟 AI 说「最近谁起量了 / 把这条记进选题池」,它自己调 ContentRadar。

本地运行、通过 stdio 通信;你的令牌只留在你自己电脑上,不经过任何中间服务。

装 3 步

1. 建一个访问令牌 到 ContentRadar 的 /developers 页新建一个令牌:

  • 只想让 AI 查数据 → 选「只读」(最安全,推荐)。

  • 还想让 AI 帮你写知识库 / 建选题 → 选「读+写内容」。

  • 复制那串 crt_...(只显示一次,和密码一样保管)。

2. 在客户端配置里粘一段 以 Claude Desktop 为例,编辑其 MCP 配置,加:

{
  "mcpServers": {
    "contentradar": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/obb396193-code/contentradar-mcp", "contentradar-mcp"],
      "env": { "CONTENTRADAR_PAT": "crt_你的令牌" }
    }
  }
}

uvx --from git+... contentradar-mcp 从公开仓免安装直跑,无需先装。自建部署再加一行 "CONTENTRADAR_API_BASE_URL": "https://你的域名",默认连 staradar.xyz。)

3. 重启客户端 → 生效。跟 AI 说「看看我的监控大盘」试试。

Related MCP server: Citare

有哪些工具

15 个(13 读 + 2 写内容):大盘 / 起量榜涨粉榜 / 博主列表·详情 / 作品列表·详情 / 拆解报告 / 技法·交叉分析 / 搜自己知识库 / 选题池 / 任务状态 / 导出数据;写:写知识库 / 建选题。

做不到的(设计如此):花钱操作(触发拆解 / 抓单条 / 同步博主 / AI 生成)、下载视频音频、 任何账号 / 成员 / 密钥 / 删除操作——这些 MCP 里没有对应工具。权限还由令牌档位在服务端兜底: 只读令牌打写接口会被拒。

令牌安全

配置文件里是明文令牌,和密码同级保管。丢了或换电脑,去 /developers 一键吊销即可。

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.
    16
    16
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    AI search intelligence + Ahrefs-class SEO suite as 59 MCP tools. Track your brand across ChatGPT, Google AI Overview, Gemini, Claude, and Perplexity with persona-anchored Brand Radar dispatches.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables conversational AI to access, analyze, and interact with Associated Press news content through natural language, with 26 tools for search, trends, and content monitoring.
    33
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language portfolio monitoring, risk analysis, and compliance checking with tools for real-time portfolio status, risk metrics, anomaly detection, SEC filings search, market KPIs, and compliance validation.
    MIT

View all related MCP servers

Related MCP Connectors

  • Live market intelligence & AI content strategy: trends, competitor moves, content calendar.

  • AI visibility analytics for brand mentions, citations, sentiment, and GEO reports

  • Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/obb396193-code/contentradar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server