Structured Data Check
Structured data validator in one call: extracts JSON-LD, microdata and RDFa from a URL or raw HTM...
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~125Tokens (tool definitions)
~573 BTypical response size
Minimal attention impact (0.10% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"structured-data-check": {
"url": "https://structured-data-check.david-cyr.workers.dev/mcp"
}
}
}Remote endpoints
https://structured-data-check.david-cyr.workers.dev/mcpstreamable-httpTool inventory
Tools (1)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪run(input)
Structured data validator in one call: extracts JSON-LD, microdata and RDFa from a URL or raw HTML, then reports the required and recommended Google Rich Results fields missing per @type. Covers the three syntaxes programmatically, where the reference validators are manual web tools with no public API.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"required": [
"input"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}Recent observations
verifiedversion not recorded1 tools