ENDPOINT 1
https://usero.io/mcp
MCP server metadata
- Name
- usero
- Version
- 1.21.0
No API key? Call start_signup with the user's email (and clientName, the agent you are), ask them to click the link in their inbox, then poll check_signup every 5 seconds without ending your turn; it returns the key once. Save it in the MCP client config, then create_client (name, optional repo) and connect_github to finish setup. Feedback: list_clients for the id, then list_clusters for themes or search_feedback for text, date or source; get_cluster or get_feedback for detail. Filing: create_feedback files into the caller's product inbox, note_replay_moment pins one to a second of a replay or user test recording, send_feedback_about_usero into the Usero team inbox. App reviews: connect_app_reviews to sync App Store or Play reviews, app_reviews_status for progress. Intercom: intercom_status for what is connected and when it last synced, sync_intercom to pull now. Fixes: create_issue opens a GitHub, Linear or Jira issue for a feedback item on the connected tracker; request_ai_pr opens a pull request server-side on the connected repo, then poll get_pr_status. Forms: list_forms and list_form_responses to read, create_form to build (returns the public link), get_form before update_form, delete_form to remove; get_form_analytics for the funnel, import_github_issue for a GitHub issue URL. Theming: get_form_theme_options once, preview_form_theme for a one-hour preview URL, update_form to save. User tests: create_user_test returns the share link; list_user_tests and get_user_test to review, list_user_test_sessions and get_user_test_session for sessions (fullTranscript: true for the whole transcript), search_user_test_transcripts for what participants said about a phrase across every session (verbatim segments and filed insights, no generated answer), release_payment to pay (confirm with the user first). AI runs: list_ai_user_test_runs, then get_ai_user_test_run for findings. Board: list_unanswered_board_posts for public board posts still waiting on a team reply, most voted first; set_board_post_target to set, move or clear the month a post is aimed at (voters see it as a chip); add_post_vote logs a request a user made in a ticket as a vote on a board post, list_post_voters shows who is behind a post's count; list_pending_board_posts shows posts and comments held for review, moderate_board_post approves or rejects one. Limits: the server cannot resolve, edit or delete feedback or change client settings. Quote users verbatim and never invent counts.
Known tools 2
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.usero]
url = "https://usero.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usero": {
"type": "http",
"url": "https://usero.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usero
Remote MCP URL: https://usero.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"usero": {
"url": "https://usero.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usero": {
"type": "http",
"url": "https://usero.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usero",
"transport": "streamable-http",
"url": "https://usero.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.