目录 / Usero
Usero
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 <API key from https://usero.io/profile>. Docs: https://usero.io/docs/mcp
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://usero--usero.run.tools
{
"mcpServers": {
"Usero": {
"url": "https://usero--usero.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。