{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "taste-mcp",
    "title": "Taste",
    "version": "2.0.0"
  },
  "description": "Expert review for AI agents. On-chain proof of human review.",
  "documentationUrl": "https://api.humantaste.app/llms.txt",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp/"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Paid tools require x402 payment (USDC on Base). Free tools: list_offerings, list_expert_profiles, get_result, verify_certificate. See /llms.txt for full integration guide.",
  "tools": "dynamic"
}