revternal_search_developers
Pack: revternal · Endpoint: https://gateway.pipeworx.io/revternal/mcp
Search a live index of ~11.7M developers (GitHub-centric) by role, primary programming language, location, and recent activity — for recruiting, GTM/lead-gen, and developer-audience research. Returns matching GitHub usernames with role, primary language, location, and last-active timestamp. Filters: role (e.g. “backend engineer”, “ai/ml engineer”), primary_language (e.g. “Python”, “Rust”), location, active_within_days (only devs active in the last N days), sort_by (default last_active). Paginate with limit + offset. Example: revternal_search_developers({ primary_language: “Rust”, active_within_days: 30, limit: 20 }).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
role | string | no | Developer role filter, e.g. “backend engineer”, “ai/ml engineer”, “frontend engineer”. |
primary_language | string | no | Primary programming language, e.g. “Python”, “Rust”, “TypeScript”. |
location | string | no | Location filter, e.g. “Berlin”, “United States”. |
active_within_days | number | no | Only developers active within the last N days (>=1). |
sort_by | string | no | Sort field. Default “last_active”. |
limit | number | no | Results per page, 1-100 (default 20). |
offset | number | no | Pagination offset (default 0). |
_apiKey | string | no | Revternal 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_search_developers","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.