seosiri-content-schema-mcp
OfficialExtracts direct-answer snippets optimized for Perplexity and SearchGPT, enabling AI agents to retrieve structured answers for voice search and AI-driven discovery.
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-content-schema-mcpGenerate TechArticle JSON-LD schema for my latest 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.
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.txtheaders.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.
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.
Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
- CalmSEOOAuthcom.calmseo
SEO MCP server for keyword research, SERP analysis, audits, and Search Console workflows.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceOpen-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).39MIT
- AlicenseNot gradedqualityAmaintenanceMCP 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 npm21MIT
- 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