← Back to directory

Agent-readiness scan of any public website: scores 0-100 on MCP server, /.well-k...

https://x402.asterpay.io/v2/x402/agent-readiness

Overview

Agent-readiness scan of any public website: scores 0-100 on MCP server, /.well-known/agent.json, llms.txt, OpenAPI validity, JSON-LD catalog and x402/MPP payability. Same published methodology as the asterpay.io checker. Paid via x402.

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider x402
Source bazaar
Indexed 2026-07-26 08:42:06

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "queryParams": { "url": "example.com" }, "schema": { "properties": { "url": { "description": "Public website hostname or URL to scan (private/loopback hosts rejected)", "type": "string" } }, "required": [ "url" ], "type": "object" }, "type": "http" }

Output Schema

{ "example": { "bucket": "partial", "mcp": { "detected": false, "verified": false, "via": [] }, "openapi": { "security_schemes": false, "valid": true }, "score": 60, "signals": { "discoverable": { "earned": 25, "weight": 25 }, "llms": { "earned": 15, "weight": 15 } }, "top_gaps": [ { "label": "Agents can't pay you yet" } ], "url": "https://example.com/" }, "schema": { "properties": { "bucket": { "enum": [ "invisible", "partial", "agent-ready" ], "type": "string" }, "score": { "maximum": 100, "minimum": 0, "type": "number" }, "signals": { "type": "object" }, "top_gaps": { "type": "array" } }, "required": [ "score", "bucket" ], "type": "object" }, "type": "json" }