Public MCP server for discovering open jobs. Search, filter, and get application links.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://www.nuepeople.com/mcp5 Tools · 1106 msget_application_linkReturns 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 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| jobId | — | Job ID from a previous search_jobs result. Accepts an integer or an integer represented as a string. |
get_job_detailsReturns 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | — | Job ID from a previous search_jobs result. Accepts an integer or an integer represented as a string. |
list_contract_typesLists the available contract types, including IDs and names. Use this tool when the user wants to filter search_jobs by contract type.Lists the available contract types, including IDs and names. Use this tool when the user wants to filter search_jobs by contract type.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
get_skill_clustersReturns 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.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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
search_jobsSearches 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Search query, such as a role, skill, technology, or job title, for example 'Senior C# Developer' or 'Kubernetes'. |
| location | string | null | Optional city filter, for example 'Munich'. |
| contractTypeId | integer | null | Optional contract type ID. Use list_contract_types first if the user wants to filter by contract type. |
| maxResults | integer | Maximum number of results to return. Allowed range: 1 to 25. Default: 10. |
5 von 5 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Public MCP server for discovering open jobs. Search, filter, and get application links.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.