MCP tool
probierz_evaluate_seo
SIDE-EFFECTING: crawl a declared site as ordinary Chrome and Googlebot Smartphone, enforce indexability and structured-data contracts, collect mobile performance evidence, run two independent Brama content graders with conditional adjudication, ingest optional Search Console/CrUX evidence, and write an immutable signed SEO verdict.
Input schema#
{
"type": "object",
"properties": {
"appId": {
"type": "string",
"description": "Manifest app ID; defaults to landing-page."
},
"baseUrl": {
"type": "string",
"description": "Credential-free HTTPS origin or loopback HTTP URL to evaluate."
},
"policyPath": {
"type": "string",
"description": "Optional SEO policy JSON; defaults to manifest seo.policy."
},
"briefPath": {
"type": "string",
"description": "Optional approved landing brief JSON; defaults to manifest seo.brief."
},
"mode": {
"type": "string",
"description": "pull-request, release, nightly, or production; defaults to release."
},
"outputPath": {
"type": "string",
"description": "Optional immutable report destination ending in .json."
},
"productionEvidencePath": {
"type": "string",
"description": "Optional Search Console and CrUX evidence JSON."
},
"primaryModel": {
"type": "string",
"description": "Pinned first Brama model ID."
},
"secondaryModel": {
"type": "string",
"description": "Pinned independent second Brama model ID."
},
"adjudicatorModel": {
"type": "string",
"description": "Pinned Brama model used only when graders disagree."
},
"routerBaseUrl": {
"type": "string",
"description": "Brama-compatible router base; defaults to STADO_MODEL_ROUTER_URL."
},
"agentId": {
"type": "string",
"description": "Probierz model identity."
},
"privateKeyFile": {
"type": "string",
"description": "Ed25519 PKCS#8 PEM file for release evidence signing."
}
},
"required": [
"baseUrl"
]
}Source snapshot#
Generated from `probierz-mcp` at https://github.com/wisent-ai/probierz.git revision `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.
The server reports version `0.1.0`; binary SHA-256: `79e1c2cd42a3f276f9b8558a22e2fed8ef9c0b905e7c8c4468b75df932836edb`; tools/list SHA-256: `856670843b435996d8cd5e1542c3001560c0cf11baf48a2c528f68e31600fdde`.