Next Role MCP Proxy
NextRole MCP 프록시
NextRole의 전문 이력서 및 자기소개서 맞춤화 서비스에 대한 액세스를 제공하는 MCP(Model Context Protocol) 프록시 서버입니다. 이 프록시를 통해 MCP 호환 클라이언트가 NextRole의 호스팅 서비스와 상호 작용할 수 있습니다.
기능
전문 이력서 맞춤화: 특정 구직 지원에 맞춰 이력서를 최적화합니다.
자기소개서 생성: 채용 요건에 맞는 맞춤형 자기소개서를 작성합니다.
다양한 서비스 등급: 신입, 경력, 임원급 전문 서비스 제공
크레딧 관리: 서비스 크레딧을 추적하고 관리합니다.
국제 지원: 전 세계 사용자 이용 가능
설치
소스에서 설치
저장소를 복제하고 설치 스크립트를 실행하세요. 종속성을 설치하고 프로젝트를 빌드한 후, MCP 클라이언트 구성 JSON을 출력합니다.
git clone https://github.com/bats64mgutsi/nextrole-mcp-proxy.git
cd nextrole-mcp-proxyLinux / macOS:
bash install.shWindows (PowerShell):
.\install.ps1스크립트 마지막에 로컬 설치 경로가 포함된 올바른 MCP 클라이언트 구성 JSON이 표시됩니다. 이를 MCP 클라이언트의 구성 파일에 복사하세요.
npx 사용 (로컬 설치 불필요)
MCP 클라이언트 구성에 다음을 추가하세요:
{
"mcpServers": {
"nextrole": {
"command": "npx",
"args": ["nextrole-mcp-proxy"]
}
}
}사용법
사용 가능한 도구
1. get_pricing
이용 가능한 경력 등급과 해당 제품 ID를 가져옵니다. 주문하기 전에 올바른 productId를 얻으려면 이 도구를 먼저 호출해야 합니다.
사용법:
What are your different CV tailoring packages?응답:
[
{
"CountryCode": "ZA",
"ServiceTier": "Entry Level",
"ProductId": 1
},
{
"CountryCode": "ZA",
"ServiceTier": "Mid Level",
"ProductId": 2
},
{
"CountryCode": "ZA",
"ServiceTier": "Senior Level",
"ProductId": 3
}
]2. get_credits
고객의 잔여 크레딧을 확인합니다. 각 주문당 1 크레딧이 차감됩니다.
매개변수:
phoneNumber(필수): 국가 코드를 포함한 고객 전화번호 (예: +27831234567)
사용법:
How many credits do I have left? My phone number is +27831234567응답:
{
"credits": 5
}3. place_order
맞춤형 이력서 및 자기소개서 주문을 생성합니다. 주문 완료까지 보통 약 15분이 소요됩니다. 주문이 확인되고 문서가 준비되면 고객에게 SMS 알림이 전송됩니다. 주문당 1 크레딧이 차감됩니다.
매개변수:
customerPhone(필수): 국가 코드를 포함하며 '+'로 시작하는 고객 전화번호 (예: +27831234567)customerFirstName(필수): 고객 이름customerLastName(필수): 고객 성cvMarkdown(필수): 마크다운 형식의 현재 고객 이력서productId(필수): 고객의 경력 수준에 맞는 제품 ID (get_pricing을 먼저 호출하세요)jobDescription(필수): 고객이 지원하는 전체 채용 공고 내용
사용법:
I need to tailor my CV for a Junior Software Developer position. My phone number is +27831234567, my name is John Smith, and here's my current CV in markdown:
# John Smith
## Experience
- Junior Developer at TechCorp (2023-present)
The job description is: We are seeking a Junior Software Developer to join our team with React and Node.js experience.응답:
{
"orderKey": "550e8400-e29b-41d4-a716-446655440000",
"status": "success",
"message": "Order placed successfully. SMS notifications sent."
}사용 사례 예시
신입 전문가
최근 졸업생 및 초기 경력 전문가에게 적합합니다:
I'm Sarah Johnson (+44207123456) and need my CV tailored for this graduate software engineer role: Graduate Software Engineer requiring Python programming and problem-solving skills.
My current CV:
# Sarah Johnson
## Education
- Computer Science Degree, University of London (2024)
## Projects
- Built a web application using Python and Flask경력 전환
산업 분야를 전환하는 전문가를 위한 서비스:
I'm transitioning from finance to tech and need my CV (+27831112233, Jane Doe) tailored for this software developer role: Full Stack Developer position requiring JavaScript, React, and database skills.
Current CV:
# Jane Doe
## Background
- Financial Analyst at Bank Corp
- Recently completed coding bootcamp고위 임원
C-레벨 및 고위 관리직을 위한 서비스:
I'm Michael Chen from the US (+1555123456) and need my executive CV customized for this CTO role: Chief Technology Officer requiring strategic leadership and team management skills.
My current CV:
# Michael Chen
## Executive Summary
Senior Technology Leader with 15+ years experience
## Experience
- VP Engineering at Tech Startup (2020-2024)서비스 등급
신입 등급 (제품 ID: 1): 최근 졸업생 및 초기 경력 전문가용
경력 등급 (제품 ID: 2): 3~10년 경력의 숙련된 전문가용
임원 등급 (제품 ID: 3): 고위 전문가, 관리자 및 임원용
개인정보 보호 및 약관
이 서비스를 사용함으로써 귀하는 NextRole의 다음 정책에 동의하게 됩니다:
개발
빌드
npm run build개발 환경에서 실행
npm run dev로컬 테스트
npm start아키텍처
이 프록시는 MCP 요청을 https://api.nextrole.co.za/firstroleprod-mcp/mcp에 위치한 NextRole 호스팅 서비스로 전달하는 경량 프록시입니다. 이 프록시는 다음을 수행합니다:
MCP 프로토콜 요청 변환
호스팅 서비스로 전달
MCP 클라이언트에 형식화된 응답 반환
오류 및 연결 문제 처리
요구 사항
Node.js 18.0.0 이상
NextRole 호스팅 서비스에 연결하기 위한 인터넷 연결
라이선스
MIT 라이선스 - 자세한 내용은 LICENSE 파일을 참조하세요.
지원
이 프록시와 관련된 기술적 문제는 GitHub에 이슈를 제기해 주세요. 서비스 관련 질문은 NextRole 공식 채널을 통해 문의해 주세요.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bats64mgutsi/nextrole-mcp-proxy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server