revternal_developer_intel

Pack: revternal · Endpoint: https://gateway.pipeworx.io/revternal/mcp

Get behavioural intelligence for one developer by GitHub username — how they actually work, not just their bio. Returns work pattern (chronotype, peak hours, work rhythm, activity trend, velocity change), collaboration style (solo vs team, external PR ratio, reviews given), professionalism signals (commit quality, conventional commits, primary work type), and activity recency. Use to assess engagement, seniority signals, and outreach timing. Example: revternal_developer_intel({ github_username: “torvalds” }).

Parameters

NameTypeRequiredDescription
github_usernamestringyesGitHub username (login), e.g. “torvalds”.
_apiKeystringnoRevternal API key (x-api-key). Injected from the platform key when omitted.

Example call

curl -X POST https://gateway.pipeworx.io/revternal/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"revternal_developer_intel","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "revternal": {
      "url": "https://gateway.pipeworx.io/revternal/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026