Use GitRank from ChatGPT, Claude, or any OAuth-capable MCP client
The hosted GitRank connector exposes organization-scoped tools for the customer product. Authorization uses OAuth 2.1 with PKCE. You choose each organization and capability, and can revoke access from Account Settings at any time.
Connector endpoint
https://mcp.gitrank.dev/mcp
Add this URL as a custom connector. Your client discovers the GitRank authorization server automatically and opens the GitRank consent page.
Capabilities
Read
PRs, evaluations, analytics, leaderboards, configuration, roadmap, bounty, changelog, and outreach data.
Manage
Scoring, eligibility, roadmap, bounty, changelog, outreach, and notification settings.
Execute
GitHub sync, AI evaluations and drafts, summaries, reward calculations, and roadmap jobs.
Communicate
Reviewed changelog publication, outreach email, and test Discord delivery after a separate preview and confirmation.
Safety model
- Every tool call revalidates the access token, active grant, current membership, organization role, and capability.
- Writes require idempotency keys, and long-running work is queued with status polling.
- Outbound email, Discord delivery, and public changelog publication require an exact preview and a ten-minute, one-time confirmation token; a changed draft or destination invalidates it.
- Tool calls are rate-limited and audited without copying tool payloads into the audit log.
- Bounty actions create or update bookkeeping records only; the connector never transfers funds.
Example prompts
“List my GitRank organizations, then show the 30-day leaderboard for Acme.”
“Find merged PRs about authentication and explain their evaluation scores.”
“Generate changelog drafts for these PRs, but do not publish anything.”
“Preview the outreach email draft before asking me whether to send it.”