revternal_enrich_developer

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

Enrich a developer from their GitHub profile URL — full firmographic + technical profile. Returns name, location, company, followers, years active, seniority estimate, and a ranked skills breakdown (languages by repo share). Use to enrich a lead or candidate you already have a GitHub URL for. Example: revternal_enrich_developer({ github_url: “https://github.com/torvalds” }).

Parameters

NameTypeRequiredDescription
github_urlstringyesFull GitHub profile URL, e.g. “https://github.com/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_enrich_developer","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 22, 2026