io.github.nu-people/nue-people-jobs
Official5 toolsnü people Job Server
Public MCP server for discovering open jobs. Search, filter, and get application links.
Search and filter open job listings with direct application links.
Captured live from the server via tools/list.
get_application_link
Returns the direct application link for a public open job. Use this tool when the user wants to apply for a specific job after identifying it via search_jobs or get_job_details.
Parameters (1)
- jobIdintegerrequired
Numeric job ID from a previous search_jobs result.
get_job_details
Returns public details for a single open job by ID. Use this tool after search_jobs when the user wants more information about one specific job.
Parameters (1)
- idintegerrequired
Numeric job ID from a previous search_jobs result.
list_contract_types
Lists the available contract types, including IDs and names. Use this tool when the user wants to filter search_jobs by contract type.
No parameters.
get_skill_clusters
Returns the current skill cluster data for public jobs on the nü people website. Use this tool when the user wants an overview of which skills or technologies are currently in demand.
No parameters.
search_jobs
Searches currently open jobs on the nü people website. Use this tool when the user wants to find matching jobs by keyword, role, skill, location, or contract type. Returns a list of public job summaries.
Parameters (4)
- querystringrequired
Search query, such as a role, skill, technology, or job title, for example 'Senior C# Developer' or 'Kubernetes'.
- locationstring | null
Optional city filter, for example 'Munich'.
- contractTypeIdinteger | null
Optional contract type ID. Use list_contract_types first if the user wants to filter by contract type.
- maxResultsinteger
Maximum number of results to return. Allowed range: 1 to 25. Default: 10.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"nue-people-jobs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.nuepeople.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.