Analytics
madeinred.com
Analyzes a public URL's readiness for AI citation by running robot and page checks, then returns a report with actionable fixes.
ENDPOINT 1
https://madeinred.com/mcp
MCP server metadata
- Name
- is-cited
- Version
- 1.0.0
Is Cited 评估一个网站会不会被 ChatGPT / AI 搜索引用。先用 is_cited_get_report 读取已有报告;没有报告或用户刚修完站点时用 is_cited_scan。解读分数时先看 gate(硬门槛),再按 crawl → push → shape 的顺序处理 issues。要动手修站点时调用 is_cited_get_fix_prompt 拿现成的修复提示词(需注册用户的 API key:Authorization: Bearer isc_…),标了「需站主登录操作」的项不要代做。
Known tools 4
is_cited_get_report读取某个 URL 最新一次已完成的 Is Cited 报告(三层 pin 模型:抓取许可 / 推送就绪 / 引用形态)。只读,不触发扫描;没有报告时返回 isError 并给出扫描方法。
Inferred read-onlyis_cited_scan对公开 URL 立即执行一次被 AI 引用体检(约 30 个只读 HTTP 请求:首页、robots、sitemap 及其抽检、三个爬虫身份实抓、抽样产品/文章/分类页、关于/联系/政策页;5–25 秒),存储并返回完整报告。10 分钟内已有报告时直接返回缓存,force=true 强制重扫。适合"修复后重新验证"。
Inferred read-onlyis_cited_get_fix_prompt把某个 URL 最新报告中的未通过 / 部分通过项组装成一段可直接执行的修复提示词:含站点档案(技术栈 / CDN)、爬虫实际看到的标题与正文样本、每项的证据与原始数据、需站主登录操作的项的标注。仅对注册用户开放:连接 MCP 时带 Authorization: Bearer <API key>(在 madeinred.com「我的站点」生成);未带 key 返回注册入口。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.is-cited]
url = "https://madeinred.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"is-cited": {
"type": "http",
"url": "https://madeinred.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: is-cited
Remote MCP URL: https://madeinred.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"is-cited": {
"url": "https://madeinred.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"is-cited": {
"type": "http",
"url": "https://madeinred.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "is-cited",
"transport": "streamable-http",
"url": "https://madeinred.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.