Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

nü people Job Server

io.github.nu-people/nue-people-jobs

Public MCP server for discovering open jobs. Search, filter, and get application links.

Uptime
100.0%
1 direct probes · 30d
Response
196ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

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.

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.

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.

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.

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 summari…

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"
    }
  }
}