← Registry

API Tools

usero.io

Facilitates Usero signup and retrieves an API key for use in the agent.

1 endpoint2 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://usero.io/mcp

No auth detected

MCP server metadata

Name
usero
Version
1.2.1
Capabilities
tools.listChanged
Server instructions

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 few 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. Usero holds a product's user feedback. Start with list_clients to get a clientId (most keys have one client). To find what users are saying: list_clusters (themes, biggest first, with sample quotes) then get_cluster (members with verbatim quotes), or search_feedback for a substring, source, status or date (since = created, resolvedSince = resolved). get_feedback returns one item in full including screenshots and replay link. create_feedback files a new item. request_ai_pr asks Usero's own agent to write and open a pull request on the client's connected GitHub repo; it runs on Usero's side, you do not need the repository checked out; poll get_pr_status. list_forms and list_form_responses cover hosted surveys. The server cannot resolve, edit or delete feedback or change settings. Quote users verbatim from the quotes field and never invent counts.

Known tools 2

start_signup

Get a Usero API key without leaving the agent.

Inferred read-only
check_signup

Poll after start_signup.

Inferred read-only

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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.