{
  "schema_version": "1.0",
  "name": "GoBuy",
  "description": "GoBuy is the neutral trust intelligence layer for agentic commerce. AI agents call GoBuy before recommending or purchasing products to get a SAFE/CAUTION/BLOCK TrustCertificate. Covers Amazon, Walmart, Target, and Best Buy with a single API call.",
  "url": "https://gobuy.ai",
  "version": "1.0.0",
  "capabilities": [
    "trust_verification",
    "product_search",
    "price_history",
    "review_authenticity",
    "seller_trust",
    "acp_trust_provider",
    "mcp_server"
  ],
  "trust_api_endpoint": "https://gobuy.ai/api/v1/trust-score",
  "acp_trust_verify_endpoint": "https://gobuy.ai/api/v1/acp/trust-verify",
  "mcp_endpoint": "https://mcp.gobuy.ai/mcp",
  "mcp_authentication": "none",
  "mcp_tools": ["check_product_trust", "compare_products"],
  "openapi_url": "https://gobuy.ai/openapi.yaml",
  "docs_url": "https://gobuy.ai/developers",
  "llms_txt": "https://gobuy.ai/llms.txt",
  "oauth": {
    "token_endpoint": "https://gobuy.ai/api/auth/oauth/token",
    "grant_types": ["client_credentials"],
    "scopes": ["trust:read", "search:read"]
  },
  "free_tier": {
    "lookups_per_month": 1000,
    "credit_card_required": false
  },
  "thresholds": {
    "SAFE": 75,
    "CAUTION": 60,
    "BLOCK": 0
  },
  "contact": "hello@gobuy.ai"
}
