AutoRank MCP
Provides SEO tools that target Google search, including SERP preview, pixel-width title and description truncation checks, and validation of structured data, meta tags, robots.txt, and hreflang.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AutoRank MCPGenerate meta tags for my new blog post"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AutoRank MCP
Technical SEO tools for AI agents. Generate and validate structured data, build meta tags and crawl directives, check how a result will actually render in Google, and analyse copy — all from inside Claude, Cursor, or any MCP client.
No API key. No account. No network calls. Every tool is a pure function, so the server does its job offline and installs in one line.
Browser versions of these tools live at autorank.so/free-tools.
Install
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"autorank": {
"command": "uvx",
"args": ["autorank-mcp"]
}
}
}Or with pip:
pip install autorank-mcpThen point your client at the autorank-mcp command. No environment variables
are required.
Related MCP server: mcp-seo
Tools
Structured data
Tool | What it does |
| FAQPage JSON-LD from question/answer pairs |
| Article JSON-LD with author and dates |
| BreadcrumbList JSON-LD |
| LocalBusiness JSON-LD with postal address |
| Parses a block, checks required fields per type, flags risky patterns |
Meta and crawl directives
Tool | What it does |
| Full head block: title, description, canonical, OG, Twitter Card |
| Robots meta tag from directives, with a plain-English explanation |
| robots.txt, optionally blocking the major AI crawlers |
| Validates syntax and surfaces the mistakes that cause real damage |
| hreflang tags, with the return-link requirement spelled out |
SERP and copy
Tool | What it does |
| Pixel-width truncation check for titles |
| Pixel-width truncation check for descriptions |
| How the whole result renders, breadcrumb included |
| Word and phrase frequency with a stuffing warning |
| Flesch Reading Ease and grade level |
Utilities
Tool | What it does |
| UTM-tagged tracking URLs, warns on case-inconsistency |
| Clean URL slugs from titles |
| Lists the web-only tools that need live crawling |
Design notes
Title checks measure pixels, not characters. Google truncates on rendered
width, and character counts mislead badly — sixty capital Ws and sixty is
occupy very different space. Titles are the most common cause of a rewritten
snippet, so the check approximates width instead.
The schema tools will not help you lie. validate_json_ld flags
aggregateRating whenever it appears, because fabricated ratings are a
documented cause of manual actions, and generate_faq_schema states plainly
that the answers must already be visible on the page. Structured data that
disagrees with rendered content is a spam signal, not a shortcut.
Some tools are deliberately absent. Anything needing live crawling or a
keyword corpus — broken-link checking, keyword difficulty, sitemap extraction,
duplicate-content detection — is not a pure function, so it stays on the web
where it belongs. autorank_free_tools lists those.
robots.txt controls crawling, not indexing. validate_robots_txt says so in
its output, because conflating the two is the single most common way sites
accidentally leave pages in the index.
Development
git clone https://github.com/RyanKramer/autorank-mcp
cd autorank-mcp
pip install -e .
autorank-mcpAbout
Built by AutoRank — AI SEO content automation. The web versions of these tools, plus about thirty more, are free at autorank.so/free-tools.
MIT licensed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgent-first SEO toolkit with 24 MCP tools for keyword research, rank tracking, site audits up to 50k pages, competitor analysis, content gap detection, domain reputation, backlink intelligence, Google Search Console integration, and AI-powered strategy generation with Claude, GPT, and Ollama. SQLite-backed and bring-your-own-key.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI agents to perform comprehensive SEO audits on web pages, including meta tags, headings, links, images, performance, and more, via a CLI or MCP server.Last updated1MIT
- AlicenseAqualityCmaintenanceProvides AI agents with professional-grade SEO capabilities including on-page analysis, technical audits, PageSpeed insights, and Ahrefs data integration.Last updated13114MIT
- Alicense-qualityCmaintenanceEnables AI agents to perform instant SEO audits, check robots.txt, sitemaps, and AI crawler access for any URL without API keys.Last updatedMIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RyanKramer/autorank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server