nü people Job Server
io.github.nu-people/nue-people-jobsPublic MCP server for discovering open jobs. Search, filter, and get application links.
Tools · 5
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.
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.
Lists the available contract types, including IDs and names. Use this tool when the user wants to filter search_jobs by contract type.
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.
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 summari…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"nü_people_job_server": {
"url": "https://www.nuepeople.com/mcp",
"transport": "streamable-http"
}
}
}