Single-signal check: does this website expose MCP / WebMCP tooling AI agents can call? Returns yes/no plus the underlying checks (MCP endpoint, WebMCP tools, agent skills) with fixes. Cheapest way to answer one integration question about a site.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://byfaro.ai/agent/check/mcp' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://byfaro.ai/agent/check/mcp'
Endpoint: https://byfaro.ai/agent/check/mcp. Operated by byfaro.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Single-signal check: is this website's pricing machine-readable for AI agents? Detects Offer schema with price/availability and pricing-transparency signals. Re…
Single-signal check: can AI agents pay this website? Detects x402 support, /.well-known payment discovery and agent-commerce readiness. Returns yes/no plus unde…
Full AI-readiness audit of any website: 47 checks across 7 categories (agent permissions, content discoverability, structured data, API/MCP infrastructure, pric…