{
  "schema_version": "v1",
  "name_for_model": "pinghumans",
  "name_for_human": "PingHumans",
  "description_for_model": "MCP server that lets AI agents poll real humans for opinions on subjective questions (design feedback, cultural-context questions, dating advice, copy A/B tests). Two MCP tools: ping_humans (synchronous, blocks for up to deadline_seconds while humans answer; charges 1 credit per response received) and get_ping (read-only, no charge). Bearer-token authenticated. Per-response pricing avoids overcharging when no one answers.",
  "description_for_human": "Your AI can ask real humans now. $0.05 per response, 5 free credits on signup.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://pinghumans.com/.well-known/openapi.yaml"
  },
  "logo_url": "https://pinghumans.com/favicon.ico",
  "contact_email": "alex@pinghumans.com",
  "legal_info_url": "https://pinghumans.com"
}