MCP
MCP Server
AI-native SEO auditing. Let Claude, Cursor, or any MCP client audit your SEO in real-time.
Installation
Installbash
npm install -g indxel-mcpSetup
Claude Desktop
claude_desktop_config.jsonjson
{
"mcpServers": {
"indxel": {
"command": "npx",
"args": ["-y", "indxel-mcp"]
}
}
}Cursor
.cursor/mcp.jsonjson
{
"mcpServers": {
"indxel": {
"command": "npx",
"args": ["-y", "indxel-mcp"]
}
}
}Claude Code
Add to Claude Codebash
claude mcp add indxel -- npx -y indxel-mcpZero config
The MCP server uses the same validation engine as the SDK and CLI. No API key needed for local tools.
Tools (11)
Each tool is callable by the AI assistant. They map directly to SDK functions.
seo_checkValidate metadata against 15 rules. Returns score, grade, errors, warnings.seo_scoreQuick numeric score (0-100) for a metadata object.seo_audit_urlFetch a live URL and audit its metadata in one step.seo_generate_metadataGenerate a Next.js Metadata object from page info.seo_generate_structured_dataGenerate JSON-LD structured data for any supported type.seo_crawlFull site crawl with per-page validation and cross-page analysis.seo_check_sitemapFetch and validate sitemap.xml.seo_check_robotsFetch and analyze robots.txt.seo_verify_assetsCheck that og:image and favicon URLs are accessible.seo_keyword_researchDiscover keywords via Google Autocomplete.seo_content_gapFind keyword gaps between discovered keywords and existing content.Resources (2)
Resources provide static reference data the AI can read.
seo://rulesAll 15 validation rules with IDs, weights, and descriptions.seo://config-exampleExample seo.config.ts for reference.Usage Examples
Once the MCP server is connected, you can ask your AI assistant:
"Audit the SEO of https://mysite.com/pricing"
"Generate metadata for my blog post about React performance"
"Crawl my site and find SEO issues"
"Check if my sitemap.xml is valid"
"Research keywords around 'nextjs performance'"
"Generate FAQ structured data for my pricing page"
"What are the SEO validation rules?"
Smithery
The MCP server is also available on Smithery for one-click installation in supported clients.