Usero
Usero is a user feedback tool for startup teams.
What it can do
- Start Signup: Get a Usero API key without leaving the agent. Emails the user a sign-in link; clicking it creates their Usero account if needed and issues an API key for this MCP client. Returns a poll
- Check Signup: Poll after start_signup. Returns { status: "pending" } until the user confirms on the emailed page, then { status: "ready", apiKey } exactly once; the pollToken is dead after that. Poll
What data it sees
Do you need an account
No: the server works without sign-in
Usero is a user feedback tool for startup teams. The MCP server gives an agent read access to the feedback inbox, the AI clusters with verbatim quotes, hosted forms and their responses, lets it file feedback, and lets it ask Usero to open an AI-written pull request server-side on the connected GitHub repo (request_ai_pr). No account yet? start_signup and check_signup get an API key from inside the agent. Tools: start_signup, check_signup, 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. Read tools are marked read-only. Auth: Authorization: Bearer . Docs: https://usero.io/docs/mcp
Server tool list (2)
Raw names from tools/list. Only developers need these.
| start_signup | Get a Usero API key without leaving the agent. Emails the user a sign-in link; clicking it creates their Usero account if needed and issues an API key for this MCP client. Returns a pollToken for check_signup. No key is shown in the browser. 5 per email per hour; the link expires in 15 minutes. |
| check_signup | Poll after start_signup. Returns { status: "pending" } until the user confirms on the emailed page, then { status: "ready", apiKey } exactly once; the pollToken is dead after that. Poll every few seconds for up to 15 minutes. |