gupy-candidate-mcp

gupy-candidate-mcp

MCP server that converts Gupy job listings into structured data, candidate fit analysis, and preparation templates for AI clients, enabling candidates to better understand and apply to jobs with AI assistance.

Category
Visit Server

README

<p align="center"> <img src="banner.png" alt="gupy candidate — servidor MCP para empregabilidade orientada por IA" width="100%"> </p>

<p align="center"> <strong>Servidor MCP que transforma vagas do Gupy em dados, análise e templates de preparação para a sua IA.</strong> </p>

<p align="center"> <a href="https://github.com/leonardobora/gupy-candidate-mcp/blob/main/LICENSE"><img src="https://img.shields.io/github/license/leonardobora/gupy-candidate-mcp?color=7c3aed&style=flat-square" alt="License"></a> <a href="https://github.com/leonardobora/gupy-candidate-mcp/actions"><img src="https://img.shields.io/github/actions/workflow/status/leonardobora/gupy-candidate-mcp/ci.yml?branch=main&label=ci&style=flat-square" alt="CI"></a> <a href="https://github.com/leonardobora/gupy-candidate-mcp/issues"><img src="https://img.shields.io/github/issues/leonardobora/gupy-candidate-mcp?style=flat-square" alt="Issues"></a> <a href="https://github.com/leonardobora/gupy-candidate-mcp/pulls"><img src="https://img.shields.io/github/issues-pr/leonardobora/gupy-candidate-mcp?style=flat-square" alt="Pull Requests"></a> <a href="https://github.com/leonardobora/gupy-candidate-mcp"><img src="https://img.shields.io/github/stars/leonardobora/gupy-candidate-mcp?style=flat-square" alt="Stars"></a> <a href="https://github.com/leonardobora/gupy-candidate-mcp"><img src="https://img.shields.io/github/last-commit/leonardobora/gupy-candidate-mcp?style=flat-square" alt="Last commit"></a> </p>

O gupy candidate é um servidor MCP que ajuda pessoas candidatas a se candidatarem a vagas hospedadas no Gupy. Ele entrega dados + análise + templates de preparação para a sua IA (opencode, Claude, Gemini CLI etc.) — o raciocínio e a redação ficam na IA cliente. Nenhuma chave de LLM é embutida.

Empregabilidade orientada por IA, não "corrida atrás de vaga". Este projeto não se candidata no seu nome nem decide por você — ele te entrega dados reais das vagas e um ponto de partida, para que você entenda onde se encaixa e chegue melhor preparado. É uma ferramenta de capacitação, com transparência sobre como a IA pode (e não pode) ajudar na sua jornada de candidatura.

O que faz

Tool Descrição
buscar_vagas Busca vagas públicas no Gupy (termo, estado, modalidade, tipo, empresa).
detalhe_vaga Lê os detalhes de uma vaga pelo ID.
carregar_perfil Carrega e valida o perfil do candidato a partir de um arquivo JSON.
analisar_aderencia Cruza perfil x requisitos da vaga e gera score e pontos fortes/atenção.
preparar Gera o template de prompt para curriculo, carta ou formulario.
monitorar Verifica prazos de candidatura (urgente/proximo/ok).

Como usar

npm install
npm run build

Perfil do candidato: crie um JSON no formato de src/schema/profile.schema.json e passe o caminho para carregar_perfil / analisar_aderencia / preparar.

Para registrar no opencode, adicione ao seu opencode.json:

"gupy-candidate": {
  "type": "local",
  "command": ["node", "C:\\caminho\\ate\\gupy-candidate-mcp\\dist\\index.js"],
  "enabled": true
}

Desenvolvimento

npm test        # rodar testes
npm run build   # compilar
npm run dev     # watch mode (tsx)

<p align="center"> <small>Feito por <a href="https://github.com/leonardobora">Leonardo Bora</a> · MIT License</small> </p>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured