AgentGrade
A
AgentGrade
/validate_x402_json

validate x402 json

Validate x402.json content against expected schema. Returns errors, warnings, and suggestions. No network requests — pure validation.

liveverifiedunknown~5s typical
mcpprobedagentgrade
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agentgrade-mcp-server /validate_x402_json for me.

Input

FieldTypeDescription
content*objectThe x402.json content to validate

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-agentgrade-mcp-server","endpoint":"/validate_x402_json","input":{"content":{}}}'
cli
npx cracked-ai run -p mcp-com-agentgrade-mcp-server -e /validate_x402_json -i '{"content":{}}'
mcp
run_tool({ provider: "mcp-com-agentgrade-mcp-server", endpoint: "/validate_x402_json", input: {"content":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.