Os seus agentes favoritos já podem assumir isso.
Sua busca de emprego inteira, feita dentro do chat que você já tem aberto.
mensagem de configuração · cole no seu agente
Copie isto para o seu agente
Cole no chat. Ele lê a documentação certa, se configura sozinho e responde para você.
Set up the AI Applyd MCP server in the client you are running inside, then prove it works.
WHAT IT IS
AI Applyd is a job-search agent. Its MCP server gives you tools to rewrite a resume against one specific posting, pull the real requirements out of a job description, draft a cover letter, build interview prep, translate a resume, search jobs matched to my profile, and start an auto-apply that files a real application on the employer's own hiring system.
WHERE IT LIVES
Server name: aiapplyd
Transport: Streamable HTTP
URL: https://mcp.aiapplyd.com/mcp
There is no API key, no bearer token and no client secret. Do not ask me for one, because none exists. Do not wrap this in npx mcp-remote. Do not use an SSE endpoint.
HOW TO REGISTER IT
Use the line for the client you are actually running inside, at user scope, so it is still there in my other projects.
Claude Code:
claude mcp add --transport http --scope user aiapplyd https://mcp.aiapplyd.com/mcp
Codex CLI:
codex mcp add aiapplyd --url https://mcp.aiapplyd.com/mcp
Cursor, in ~/.cursor/mcp.json:
{ "mcpServers": { "aiapplyd": { "url": "https://mcp.aiapplyd.com/mcp" } } }
Cline, in ~/.cline/data/settings/cline_mcp_settings.json:
{ "mcpServers": { "aiapplyd": { "type": "streamableHttp", "url": "https://mcp.aiapplyd.com/mcp" } } }
The type field is not optional there. Leave it out and Cline falls back to the deprecated transport without telling anyone.
Any other client: read that client's own current MCP documentation and register a remote Streamable HTTP server the way it expects today. Do not rebuild a config shape from memory. These files moved several times this year.
HOW THE SIGN-IN WORKS
OAuth 2.1 with PKCE and dynamic client registration. Nothing runs anonymously and most clients do nothing at all at add time. The first tool call comes back 401 on purpose, a browser opens at mcp.aiapplyd.com, I sign in with Google or a magic link, I approve a consent screen that names the client asking, and your client stores the token. Claude Code can get it over with up front: claude mcp login aiapplyd
HOW TO VERIFY, IN THIS ORDER
1. List my MCP servers and confirm aiapplyd is registered and connected.
2. List its tools and confirm you can see names beginning with aiapplyd_.
3. Call aiapplyd_search_jobs once with a short query.
4. If that comes back 401, I have not signed in yet. Tell me to finish it in the browser, then call the tool again.
5. Tell me which step you reached and what came back.
An empty tool list before I sign in is expected. It is not a failure and it is not a reason to start editing other files.
RULES
Do not touch, reorder or remove any other MCP server in my configuration.
Do not add an Authorization header. Some clients report the whole connection as failed instead of falling back to OAuth.
Do not invent a config key you have not read in that client's documentation.O Cline também, e qualquer outro que fale MCP. Conta grátis, sem cartão, e você entra na primeira vez em que ele agir por você.
https://mcp.aiapplyd.com/mcpTudo o que você pode pedir, no chat.
Sua conta gratuita cobre compatibilidade, currículos e preparação para entrevista. Candidatar-se e cartas de apresentação estão nos planos pagos.
Ele se candidata por você
Aponte para uma vaga. Ele preenche o formulário no Greenhouse, no Workday ou no Lever, com as suas palavras, e aperta enviar.
Nada conta como enviado até o empregador confirmar de volta.
Seu currículo, reescrito para uma vaga
Reescrito contra o anúncio que você indicar, a partir do trabalho que você realmente fez. Em qualquer idioma.
Vagas que valem a sua noite
Classificadas contra o que você realmente fez, e não contra o seu cargo.
Pronto antes da entrevista
As perguntas que esta vaga vai fazer, cada uma ligada a uma história que você já tem.
Uma carta de apresentação que vale enviar
Sua história real, a empresa de verdade, e um filtro que se recusa a escrever "apaixonado por".
Um agente. Duas portas de entrada.
O MCP remoto funciona a partir do chat. O WebMCP funciona quando um agente de navegador compatível já está no AI Applyd.
MCP remoto
Conecte uma vez pelo ChatGPT, Claude, Cursor ou outro cliente MCP. Seu agente pode usar o AI Applyd sem manter esta página aberta.
WebMCP nativo do navegador
No teste experimental de WebMCP do Chrome, um agente que visita o AI Applyd pode ler vagas públicas e planos. Depois que você entra, ele pode ler suas compatibilidades, detalhes de vagas e o andamento das candidaturas, e salvar uma vaga para depois.
O WebMCP usa a sessão de navegador já aberta nesta página. Ele não substitui o servidor MCP remoto e não faz agentes de fora descobrirem o AI Applyd antes de visitarem.