CiteRank MCP
io.github.webformike/citerankFull AI visibility audits: schema, citations, agentic readiness, agent journeys, WordPress deploys.
Tools · 9
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.
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…
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.
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.
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…
Generate production-ready JSON-LD structured data for any URL. Analyzes page content and produces schema markup ready to implement.
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,…
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.
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.
Similar MCP servers embedding-nearest
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"
}
}
}