{
  "name": "usero",
  "version": "1.2.1",
  "protocol": "Model Context Protocol, streamable HTTP (POST JSON-RPC 2.0 to this URL)",
  "auth": "Authorization: Bearer usk_live_... (create a key at /profile, or call start_signup with no header)",
  "docs": "https://usero.io/docs/mcp",
  "tools": [
    "create_client",
    "connect_github",
    "check_github",
    "list_clients",
    "search_feedback",
    "get_feedback",
    "list_clusters",
    "get_cluster",
    "create_feedback",
    "get_pr_status",
    "request_ai_pr",
    "list_forms",
    "list_form_responses"
  ],
  "toolsWithoutKey": [
    "start_signup",
    "check_signup"
  ],
  "prompts": [
    {
      "name": "triage_inbox",
      "description": "Read the open feedback for a client, group it, and propose what to fix first with evidence."
    },
    {
      "name": "fix_top_complaint",
      "description": "Find the most-reported open problem, locate the cause in this codebase, and either fix it here or open a Usero PR."
    },
    {
      "name": "write_changelog_from_feedback",
      "description": "Turn recently resolved feedback into a short, user-facing changelog entry that names what people asked for."
    }
  ]
}