Public MCP server for discovering open jobs. Search, filter, and get application links.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://www.nuepeople.com/mcp5 outils · 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
| Paramètre | Type | Description |
|---|---|---|
| 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.
Aucun schéma d’entrée n’a été publié pour cet outil.
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.
Aucun schéma d’entrée n’a été publié pour cet outil.
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.
| Paramètre | Type | Description |
|---|---|---|
| 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 outils sur 5 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Public MCP server for discovering open jobs. Search, filter, and get application links.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.