Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

CiteRank MCP

io.github.webformike/citerank

Full AI visibility audits: schema, citations, agentic readiness, agent journeys, WordPress deploys.

Uptime
25.0%
4 direct probes · 30d
Response
621ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

citerank_analyze_url

Run a full AI visibility audit on any public URL. Returns schema analysis, AI citation score, E-E-A-T signals, agentic readiness, and prioritized issues with specific fixes.

citerank_analyze_wp_page

Analyze a specific page on your connected WordPress site. Returns the recommended schema type with confidence + reason, extracted signals (phone, address, price, FAQ pairs, WooCommerce data), author i…

citerank_check_agentic_readiness

Check how ready a website is for AI agent interactions. Tests for MCP endpoint, WebMCP declarative tools, potentialAction schema, A2A agent card, llms.txt, pricing.md, and more.

citerank_check_brand_citations

Check whether a brand/domain is cited in AI-generated answers (Google AI Overviews, Gemini). Returns citation rate, share of voice, top cited queries, and competitor sources.

citerank_deploy_schema

Deploy JSON-LD schema markup directly to a specific page on your connected WordPress site. The schema is injected into the page head and tracked in the deployment log. Supports schema, speakable, llms…

citerank_generate_schema

Generate production-ready JSON-LD structured data for any URL. Analyzes page content and produces schema markup ready to implement.

citerank_get_wp_health

Check the health of all deployments on your connected WordPress site. Returns post-level schema status (active/missing/modified/deleted) and file-level checks for llms.txt, a2a.json, toolcatalog.json,…

citerank_list_wp_pages

List all pages and posts on your connected WordPress site with their current schema deployment status. Returns each page with its URL, post type, word count, and whether schema has been deployed.

citerank_simulate_agent_journey

Simulate an AI agent attempting to complete a task on a website (book, quote, contact, buy, subscribe). Returns step-by-step results and specific fixes for each failure point.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "citerank_mcp": {
      "url": "https://citerankscore.com/api/mcp-server",
      "transport": "streamable-http"
    }
  }
}