Your Next Mission. Found in a nü Way.
I'm looking for a project as a Developer
I'm looking for a job as a DevOps Engineer
What does nü people do?
I'd like to speak with someone
I'm looking for a project as a Developer
Try:
nü people MCP Server
nü people is an HR Tech company connecting businesses with top freelancers and employees.
Our public MCP server brings our job board directly into your AI environment – no browser, no detours.
What you can do
- Search open jobs semantically (
search_jobs) - Retrieve job details by ID (
get_job_details) - List contract types (
list_contract_types) - Query skill clusters (
get_skill_clusters) - Generate a direct application link (
get_application_link)
Endpoint
Streamable HTTP – no local package required:
https://www.nuepeople.com/mcp
Set up in 1 minute
VS Code / GitHub Copilot – add to .vscode/mcp.json:
{
"servers": {
"nue-people": {
"type": "http",
"url": "https://www.nuepeople.com/mcp"
}
}
}
Claude Desktop – add to claude_desktop_config.json:
{
"mcpServers": {
"nue-people": {
"url": "https://www.nuepeople.com/mcp"
}
}
}