← ghfind.com
INDIVIDUAL MCP TOOL
score_user
Deterministic 0-100 value & trust score, tier, and six-dimension breakdown for any GitHub login.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.ghfind]
url = "https://ghfind.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ghfind": {
"type": "http",
"url": "https://ghfind.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ghfind
Remote MCP URL: https://ghfind.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": {
"ghfind": {
"url": "https://ghfind.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ghfind": {
"type": "http",
"url": "https://ghfind.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ghfind",
"transport": "streamable-http",
"url": "https://ghfind.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_user— Crawl a GitHub account and return the full deterministic scan: raw metrics, top repos, recent PRs, red flags, and sub-scores.compare_users— Head-to-head deterministic comparison of two GitHub accounts, with the winner and score gap.get_leaderboard— Ranked public developers.search_users— Prefix search across already-scored GitHub accounts (up to 6 matches).