LIVE ENDPOINT
https://madeinred.com/mcp
Connect to this endpoint to inspect the live schema for is_cited_get_methodology and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
is_cited_get_report— 读取某个 URL 最新一次已完成的 Is Cited 报告(三层 pin 模型:抓取许可 / 推送就绪 / 引用形态)。只读,不触发扫描;没有报告时返回 isError 并给出扫描方法。is_cited_scan— 对公开 URL 立即执行一次被 AI 引用体检(约 30 个只读 HTTP 请求:首页、robots、sitemap 及其抽检、三个爬虫身份实抓、抽样产品/文章/分类页、关于/联系/政策页;5–25 秒),存储并返回完整报告。10 分钟内已有报告时直接返回缓存,force=true 强制重扫。适合"修复后重新验证"。is_cited_get_fix_prompt— 把某个 URL 最新报告中的未通过 / 部分通过项组装成一段可直接执行的修复提示词:含站点档案(技术栈 / CDN)、爬虫实际看到的标题与正文样本、每项的证据与原始数据、需站主登录操作的项的标注。仅对注册用户开放:连接 MCP 时带 Authorization: Bearer <API key>(在 madeinred.com「我的站点」生成);未带 key 返回注册入口。