Skip to main content
Glama
SEOSiri-Official

seosiri-content-schema-mcp

Official

seosiri-content-schema-mcp

📖 Official Architecture & Documentation: SEOSiri Content Schema Guide | Central MCP Directory

An open-source, local-first Model Context Protocol (MCP) server for Automated Schema.org JSON-LD Generation, GA4 Metric Validation, /llm.txt Auditing, and Content Stickiness Analytics.

💖 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)

  • generate_tech_article_schema: Generates multi-entity TechArticle JSON-LD markup.

  • generate_faq_page_schema: Compiles structured FAQPage JSON-LD schema blocks for voice search.

  • validate_ga4_report_metrics: Validates GA4 metric and dimension compatibility.

  • calculate_content_stickiness_score: Computes GA4 "Retention Gold" scores comparing Duration against Bounce Rate.

  • validate_llm_txt_formatting: Audits presence and Markdown syntax structure of /llm.txt.

  • audit_rfc_9116_security_txt: Audits RFC 9116 /.well-known/security.txt headers.

  • extract_structured_answer_snippets: Extracts direct-answer snippets for Perplexity and SearchGPT.

  • sanitize_content_payload: Strips script injections and unverified metadata.

  • get_live_schema_throughput_metrics: Monitors system health and processing latency.

  • get_schema_server_specifications: Returns protocol specs and capability matrices.

Related MCP server: schema-org-mcp

Quickstart

pip install -e .
pytest tests/test_content_schema.py

🔌 Claude Desktop / Cursor Configuration

Add this block to your claude_desktop_config.json:

{
  "mcpServers": {
    "seosiri-content-schema": {
      "command": "uv",
      "args": [
        "run",
        "--github",
        "SEOSiri-Official/content-schema-mcp",
        "src/main_server.py"
      ]
    }
  }
}

License

Distributed under the MIT License. See LICENSE for more information.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Open-source technical SEO crawler MCP server built on LibreCrawl. Runs full audits inside Claude, Cursor, or Codex — 50+ checks (hreflang, schema.org, security headers, WAF detection on 200-OK pages), chunked-progressive engine for large sites, ephemeral by design (server forgets every audit after download).
    39
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server enabling AI assistants to explore schema.org types, generate JSON-LD examples, validate structured data, and navigate the complete ontology with fuzzy matching and caching.
    43 npm
    21
    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