← Registry

Developer Tools

mrkeyoor.com

An MCP server that helps developers choose and evaluate libraries, find alternatives, get code snippets, and audit project dependencies.

1 endpoint6 known toolsFirst detected August 6, 2026Last detected September 11, 2026

ENDPOINT 1

https://mrkeyoor.com/mcp

No auth detected

MCP server metadata

Name
should-i-use
Version
0.3.3
Capabilities
toolsresourcesprompts

Known tools 6

pick_library

Given a coding task, recommend 1-3 libraries from the should-i-use index with one-line reasoning and an honest warning about the top pick.

Inferred read-only
should_i_use

Honest verdict on a specific library: 4-axis scores with reasons, when to skip it, and maintenance signals (last push, weekly downloads).

Inferred read-only
alternatives

Curated alternatives to a library, each with a one-line "prefer it when" and a verdict if the alternative is also indexed.

Inferred read-only
how_do_i

Return the 1-2 best code snippets for a task with a library, plus the gotcha for each.

Inferred read-only
audit_dependencies

Audit a project's dependencies for unmaintained packages, unstable APIs, and documented reasons to switch.

Inferred read-only
docs_link

Official docs URL and GitHub repo for a library, one line each.

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.should-i-use]
url = "https://mrkeyoor.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "should-i-use": {
      "type": "http",
      "url": "https://mrkeyoor.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: should-i-use
Remote MCP URL: https://mrkeyoor.com/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": {
    "should-i-use": {
      "url": "https://mrkeyoor.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "should-i-use": {
      "type": "http",
      "url": "https://mrkeyoor.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "should-i-use",
  "transport": "streamable-http",
  "url": "https://mrkeyoor.com/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.