{
  "authentication": {
    "header": "Authorization",
    "scheme": "Bearer",
    "type": "header"
  },
  "canonicalUrl": "https://x402-resource-scanner.vercel.app",
  "claimBoundary": "Receipts prove what this service received, hashed, and returned; they do not prove downstream real-world execution.",
  "description": "Paid REST and MCP tools for x402 seller checks, paid-path health probes, agent-tool readiness, launch packs, and deterministic receipts.",
  "discovery": {
    "llmsTxt": "https://x402-resource-scanner.vercel.app/llms.txt",
    "mcpServerCard": "https://x402-resource-scanner.vercel.app/.well-known/mcp/server-card.json",
    "openapi": "https://x402-resource-scanner.vercel.app/openapi.json",
    "robotsTxt": "https://x402-resource-scanner.vercel.app/robots.txt",
    "sitemapXml": "https://x402-resource-scanner.vercel.app/sitemap.xml",
    "skillMd": "https://x402-resource-scanner.vercel.app/skill.md",
    "x402Manifest": "https://x402-resource-scanner.vercel.app/.well-known/x402"
  },
  "marketplaces": {
    "agenticMarket": {
      "discoveryPath": "CDP Bazaar",
      "indexingRequirement": "CDP Facilitator verify+settle for a Bazaar-enabled x402 route",
      "primaryRoutes": [
        "https://x402-resource-scanner.vercel.app/v1/x402/agent-tools/readiness",
        "https://x402-resource-scanner.vercel.app/v1/x402/launch-pack"
      ]
    },
    "virtualsAcp": {
      "listingPath": "Virtuals ACP Provider or Hybrid agent profile with job offerings and read-only resources",
      "resourceUrl": "https://x402-resource-scanner.vercel.app"
    }
  },
  "name": "Boundary Guard x402",
  "pricing": {
    "model": "per-tool-call via xpay Tools",
    "suggestedUsd": {
      "boundary_guard_check": "0.03",
      "check_agent_tool_readiness": "1.00",
      "generate_trust_receipt": "0.05",
      "generate_x402_launch_pack": "9.00",
      "probe_x402_paid_path": "0.50",
      "scan_x402_resource": "0.10"
    }
  },
  "provider": {
    "category": "Agent Verification & Security",
    "docs": "https://x402-resource-scanner.vercel.app/llms.txt",
    "name": "LarryBuildsAI",
    "openapi": "https://x402-resource-scanner.vercel.app/openapi.json",
    "skill": "https://x402-resource-scanner.vercel.app/skill.md"
  },
  "server": {
    "name": "boundary-guard-x402-mcp",
    "version": "0.1.0"
  },
  "tools": [
    {
      "description": "Create a Boundary Guard pre-action checkpoint receipt for an agent request, policy decision, and result summary. Suggested xpay price: $0.03/call.",
      "name": "boundary_guard_check",
      "suggestedPriceUsd": "0.03",
      "title": "Boundary Guard Check"
    },
    {
      "description": "Read-only scan of public x402/OpenAPI metadata and optional marketplace listing staleness. Suggested xpay price: $0.10/call.",
      "name": "scan_x402_resource",
      "suggestedPriceUsd": "0.10",
      "title": "x402 Resource Scan"
    },
    {
      "description": "Probe a public x402 endpoint without payment, parse the 402 challenge, compare expected network/asset/price, and return a deterministic health receipt. Suggested xpay price: $0.50/call.",
      "name": "probe_x402_paid_path",
      "suggestedPriceUsd": "0.50",
      "title": "x402 Paid-Path Health Probe"
    },
    {
      "description": "Check whether an x402/agent-facing tool is ready for agent routing, marketplace listing, and paid-path monitoring, including public agent discovery surfaces (/llms.txt, /agents.txt, /.well-known/mcp.json, /mcp). Tiers: quick $1, deep $5, report $10.",
      "name": "check_agent_tool_readiness",
      "suggestedPriceUsd": "1.00",
      "title": "Agent Tool Readiness Checker"
    },
    {
      "description": "Generate marketplace-safe listing copy, buyer FAQ, launch checklist, approval packet, and claim boundaries for x402/MCP sellers from readiness evidence. Tiers: single $9, service $29, premium $49.",
      "name": "generate_x402_launch_pack",
      "suggestedPriceUsd": "9.00",
      "title": "x402 Launch Pack Generator"
    },
    {
      "description": "Generate a deterministic trust receipt from sanitized request/policy/result/payment summaries. Do not submit raw auth headers, cookies, API keys, private keys, payment signatures, payment response headers, customer prompts, customer documents, or payer-identifying evidence. Suggested xpay price: $0.05/call.",
      "name": "generate_trust_receipt",
      "suggestedPriceUsd": "0.05",
      "title": "Generate Trust Receipt"
    }
  ],
  "transport": "streamable-http",
  "url": "https://x402-resource-scanner.vercel.app/mcp",
  "useCases": [
    "pre-action trust checkpoint before agent writes, sends, or paid calls",
    "deterministic receipt for workflow/payment evidence logs",
    "read-only x402/OpenAPI readiness scan before marketplace listing",
    "Agentic.Market/CDP Bazaar indexing readiness for paid x402 endpoints",
    "Virtuals ACP job/resource listing preparation for provider agents",
    "unpaid x402 paid-path health probe for sellers monitoring 402/payment metadata"
  ]
}