← citerankscore.com
INDIVIDUAL MCP TOOL
citerank_analyze_url
Run a full AI visibility audit on any public URL.
LIVE ENDPOINT
https://citerankscore.com/api/mcp-server
Connect to this endpoint to inspect the live schema for citerank_analyze_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.citerank]
url = "https://citerankscore.com/api/mcp-server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"citerank": {
"type": "http",
"url": "https://citerankscore.com/api/mcp-server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: citerank
Remote MCP URL: https://citerankscore.com/api/mcp-server
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": {
"citerank": {
"url": "https://citerankscore.com/api/mcp-server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"citerank": {
"type": "http",
"url": "https://citerankscore.com/api/mcp-server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "citerank",
"transport": "streamable-http",
"url": "https://citerankscore.com/api/mcp-server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
citerank_check_brand_citations— Check whether a brand/domain is cited in AI-generated answers (Google AI Overviews, Gemini).citerank_generate_schema— Generate production-ready JSON-LD structured data for any URL.citerank_check_agentic_readiness— Check how ready a website is for AI agent interactions.citerank_simulate_agent_journey— Simulate an AI agent attempting to complete a task on a website (book, quote, contact, buy, subscribe).citerank_list_wp_pages— List all pages and posts on your connected WordPress site with their current schema deployment status.citerank_analyze_wp_page— Analyze a specific page on your connected WordPress site.citerank_deploy_schema— Deploy JSON-LD schema markup directly to a specific page on your connected WordPress site.citerank_get_wp_health— Check the health of all deployments on your connected WordPress site.