seosiri-search-governance-mcp
OfficialProvides tools for validating Googlebot user agents and auditing robots.txt rules to govern Google's search crawler access.
Generates IndexNow API payloads for Naver to notify it of URL changes.
Provides tools for auditing PerplexityBot access rules in robots.txt to manage Perplexity's AI crawler.
Click on "Deploy 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., "@seosiri-search-governance-mcpAudit my robots.txt for AI crawler access rules"
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.
seosiri-search-governance-mcp
๐ Official Architecture & Documentation: SEOSiri Search Governance Guide | Central MCP Directory
An open-source, local-first Model Context Protocol (MCP) server for AI Search Crawler Governance, Brand Safety Guardrails, Canonical Integrity, and IndexNow Notifications.
๐ Sponsorship, B2B Custom Solutions & Attribution
๐จโ๐ป Lead Architect & Attribution
Designed and engineered by Momenul Ahmad, Lead Architect and Founder of SEOSiri.
๐ Capabilities & Tools (10 Production Tools)
audit_ai_crawler_directives: Parsesrobots.txtfor AI search bot access rules (GPTBot, ClaudeBot, PerplexityBot).verify_canonical_link_integrity: Audits HTML<link rel="canonical">self-referential integrity.enforce_brand_safety_guardrails: Scans content strings for restricted keywords or unverified claims.audit_xml_sitemap_index: Validates XML sitemaps for syntax errors and URL counts.notify_indexnow_search_engines: Generates IndexNow API payloads for Bing, Yandex, and Naver.check_http_redirect_chain: Traces HTTP redirect loops ($301\text{/}\text{302}$).validate_google_bot_user_agent: Simulates Googlebot and ClaudeBot requests.sanitize_governance_payload: Strips script injections and malicious tags.get_live_governance_throughput_metrics: Monitors system health and processing latency.get_governance_server_specifications: Returns protocol specs and capability matrices.
Related MCP server: aeo-mcp
Quickstart
pip install -e .
pytest tests/test_search_governance.py๐ Claude Desktop / Cursor Configuration
Add this block to your claude_desktop_config.json:
{
"mcpServers": {
"seosiri-search-governance": {
"command": "uv",
"args": [
"run",
"--github",
"SEOSiri-Official/search-governance-mcp",
"src/main_server.py"
]
}
}
}License
Distributed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
- RampifyOAuthdev.rampify
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
- CalmSEOOAuthcom.calmseo
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
Security, SEO and AI-visibility scanner for web apps ยท free scans and focused checks via MCP.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Google Search Console, URL Inspection & Indexing API โ search analytics, sitemap management, and batch indexing13767MIT
- AlicenseAqualityBmaintenanceAn MCP server that gives AI agents tools to inspect a website's visibility to AI answer engines, including crawler permissions, llms.txt, structured data, on-page signals, and a full 29-check AI-readiness audit.532MIT
- AlicenseNot gradedqualityBmaintenanceMCP server exposing Generative Engine Optimization tools to any AI agent, enabling checking of llms.txt, auditing robots.txt for AI crawlers, and validating JSON-LD schema.MIT
- AlicenseNot gradedqualityCmaintenanceOpen-source MCP server that audits websites for AI search readiness, providing deterministic scoring (0-100) and prioritized fix lists for metrics like JSON-LD, llms.txt, heading hierarchy, and AI crawler access.1MIT