Skip to main content
Glama
SEOSiri-Official

seosiri-search-governance-mcp

Official

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: Parses robots.txt for 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.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Google Search Console, URL Inspection & Indexing API โ€” search analytics, sitemap management, and batch indexing
    13
    76
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    5
    32
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    Open-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.
    1
    MIT