Developer Tools
ghsphere.com
Provides analytics and comparison for GitHub user profiles, including scores, scans, and leaderboards.
ENDPOINT 1
https://ghsphere.com/mcp
MCP server metadata
- Name
- ghsphere
- Version
- 1.0.0
ghsphere scores any GitHub account 0-100 for real contribution value and trustworthiness with a deterministic engine — no LLM touches the number, same inputs always give the same score. Use score_user for one account's score/tier, scan_user for the full evidence payload (metrics, repos, PRs, red flags), compare_users for a head-to-head verdict, and get_leaderboard / search_users for discovery only — they are ranked snapshots, not fresh per-user evidence. All tools are read-only and rate limited per IP. Do not treat a low score as a factual claim about a person: scores use public signals only, so private-org work is invisible to them.
Known tools 5
score_userDeterministic 0-100 value & trust score, tier, and six-dimension breakdown for any GitHub login.
Inferred read-onlyscan_userCrawl a GitHub account and return the full deterministic scan: raw metrics, top repos, recent PRs, red flags, and sub-scores.
Inferred read-onlycompare_usersHead-to-head deterministic comparison of two GitHub accounts, with the winner and score gap.
Inferred read-onlysearch_usersPrefix search across already-scored GitHub accounts (up to 6 matches).
Inferred read-onlyCONNECT 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.ghsphere]
url = "https://ghsphere.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ghsphere": {
"type": "http",
"url": "https://ghsphere.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ghsphere
Remote MCP URL: https://ghsphere.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": {
"ghsphere": {
"url": "https://ghsphere.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ghsphere": {
"type": "http",
"url": "https://ghsphere.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ghsphere",
"transport": "streamable-http",
"url": "https://ghsphere.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.