A paid remote server that wraps Pydantic AI validation into four MCP tools: contract_validate, schema_diff, repair_hint, and contract_receipt. You get structured verdicts on whether JSON matches your Pydantic schemas, diffs between schema versions, hints for fixing validation failures, and audit-ready usage logs. Runs over streamable HTTP with bearer token auth. Reach for this when you need repeatable validation checks in agent workflows or CI pipelines and want the evidence trail that comes with it. The repository is just docs; the actual service runs hosted at pydanticcontract.clauxel.com with paid plans.
Pydantic Contract remote MCP for Pydantic AI structured output.
Paid remote MCP for Pydantic AI structured output, structured receipts, usage logs, and audit-ready evidence for agent and CI workflows.
com.clauxel.pydanticcontract/pydanticcontract-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
contract_validateschema_diffrepair_hintcontract_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.