{"ok":true,"host":"agentproof-murex.vercel.app","status":"ready","manifest":{"positioning":"AgentProof is a utility host focused on JSON schema and API contract tooling. It serves agents that consume external APIs and need to programmatically derive schemas from sample data, validate responses before processing, assess whether an API's output is stable enough to depend on, or recover from malformed JSON. It does not provide data, execute trades, or interact with any external APIs on the agent's behalf — it only processes JSON structures the agent supplies.","host_overview":"agentproof-murex.vercel.app provides four utilities for working with JSON data contracts: schema inference from examples, API response validation against a schema, contract stability scoring across multiple responses, and malformed JSON repair. These tools collectively help agents establish, verify, and maintain reliable JSON interfaces.","routing_guidance":"Use this host when an agent needs to programmatically work with JSON schemas and API contracts: inferring schemas from examples, validating responses, scoring API stability, or repairing broken JSON. It is the right choice for bootstrapping a new API integration or auditing an existing one for reliability. Do not use it for validating blockchain or smart contract security — the stability scorer is strictly for REST/JSON API response contracts. Do not use it for generating synthetic or mock data, for streaming or bulk validation workloads, or for transforming already-valid JSON. For large-scale or real-time validation pipelines, a locally hosted JSON Schema validator library would be more appropriate than this per-call paid endpoint.","capability_clusters":[{"skill_names":["infer-json-schema"],"cluster_name":"Schema Derivation","cluster_summary":"Derives a machine-readable JSON Schema (Draft 2020-12) from one or more example JSON values, handling nested, nullable, and mixed-type fields."},{"skill_names":["repair-malformed-json"],"cluster_name":"JSON Repair","cluster_summary":"Repairs syntactically malformed JSON strings — such as those with trailing commas, missing brackets, or truncation — and returns the corrected text and parsed value."},{"skill_names":["validate-api-response-against-schema"],"cluster_name":"Schema Validation","cluster_summary":"Validates a JSON response against a provided schema and returns a structured verdict with per-field error paths and an optional repair suggestion."},{"skill_names":["score-api-contract-stability"],"cluster_name":"Contract Stability Assessment","cluster_summary":"Scores an API's response contract stability across multiple sample responses, detecting type instability, missing fields, and schema violations to determine agent-readiness."}],"cross_skill_workflows":[{"steps":[{"skill_name":"infer-json-schema","description":"Submit one or more sample API responses to derive a JSON Schema describing the expected contract."},{"skill_name":"validate-api-response-against-schema","description":"Validate a new live response against the inferred schema to confirm it conforms before the agent begins processing it."}],"when_to_use":"Use when an agent needs to integrate a previously unknown API endpoint: derive a schema from samples, then immediately validate a live response against it.","workflow_name":"Bootstrap and Validate a New API Integration"},{"steps":[{"skill_name":"infer-json-schema","description":"Infer a JSON Schema from a representative set of API response samples."},{"skill_name":"score-api-contract-stability","description":"Submit the full set of sample responses along with the inferred schema to receive a numeric stability score, verdict, and field-level diagnostics."}],"when_to_use":"Use when an agent needs to determine whether an API is stable enough to rely on, starting from raw samples with no pre-existing schema.","workflow_name":"Assess and Certify API Contract Reliability"},{"steps":[{"skill_name":"repair-malformed-json","description":"Attempt to repair the malformed JSON string and obtain a parsed, syntactically valid value."},{"skill_name":"validate-api-response-against-schema","description":"Validate the repaired JSON value against the known schema to confirm structural correctness before downstream processing."}],"when_to_use":"Use when an agent receives a JSON response that fails to parse and needs to recover a valid value and confirm it matches the expected schema before continuing.","workflow_name":"Repair Then Validate Malformed Response"}]},"model":"claude-sonnet-4-6","version_no":4,"generated_at":"2026-05-21T04:18:05.424Z","provenance":"ai_authored_unreviewed","ai_authored":true,"merchant_reviewed":false,"merchant_edited":false,"merchant_reviewed_at":null,"merchant_edited_at":null,"skill_md_url":"https://x402gle.com/servers/agentproof-murex.vercel.app/SKILL.md","skills_url":"https://x402gle.com/servers/agentproof-murex.vercel.app/skills.json"}