revternal_search_developers
ActiveTool of Revternal
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 schema
{
"type": "object",
"required": [],
"properties": {
"role": {
"type": "string",
"description": "Developer role filter, e.g. \"backend engineer\", \"ai/ml engineer\", \"frontend engineer\"."
},
"limit": {
"type": "number",
"description": "Results per page, 1-100 (default 20)."
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)."
},
"_apiKey": {
"type": "string",
"description": "Revternal API key (x-api-key). Injected from the platform key when omitted."
},
"sort_by": {
"type": "string",
"description": "Sort field. Default \"last_active\"."
},
"location": {
"type": "string",
"description": "Location filter, e.g. \"Berlin\", \"United States\"."
},
"primary_language": {
"type": "string",
"description": "Primary programming language, e.g. \"Python\", \"Rust\", \"TypeScript\"."
},
"active_within_days": {
"type": "number",
"description": "Only developers active within the last N days (>=1)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Revternal
https://github.com/pipeworx-io/mcp-revternal
1/7 registries