CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Nextrole Mcp Proxy

bats64mgutsi/nextrole-mcp-proxy
STDIOregistry active
Summary

A proxy server that connects Claude to NextRole's CV and cover letter tailoring service. It exposes three tools: get_pricing to fetch service tiers (entry, mid, senior level), get_credits to check remaining credits by phone number, and place_order to submit a CV in markdown along with a job description for professional tailoring. Orders cost one credit, take about 15 minutes, and send SMS notifications when complete. You'd use this when helping users tailor their resumes for specific job applications without leaving the Claude interface. The proxy forwards MCP requests to NextRole's hosted API, handling the protocol translation and error management. Requires a phone number for order tracking and credit management.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

NextRole MCP Proxy

A Model Context Protocol (MCP) proxy server that provides access to NextRole's professional CV and cover letter tailoring services. This proxy allows MCP-compatible clients to interact with NextRole's hosted services.

Features

  • Professional CV Tailoring: Customize your CV for specific job applications
  • Cover Letter Generation: Create tailored cover letters that match job requirements
  • Multiple Service Tiers: Entry, Mid, and Senior level professional services
  • Credit Management: Track and manage your service credits
  • International Support: Available for users worldwide

Installation

From source

Clone the repository and run the install script. It will install dependencies, build the project, and print the MCP client configuration JSON for you.

git clone https://github.com/bats64mgutsi/nextrole-mcp-proxy.git
cd nextrole-mcp-proxy

Linux / macOS:

bash install.sh

Windows (PowerShell):

.\install.ps1

At the end of the script, you'll see the MCP client configuration JSON with the correct path to your local installation. Copy it into your MCP client's configuration file.

With npx (no local install)

Add to your MCP client configuration:

{
  "mcpServers": {
    "nextrole": {
      "command": "npx",
      "args": ["nextrole-mcp-proxy"]
    }
  }
}

Usage

Available Tools

1. get_pricing

Get the available career-level tiers and their product IDs. You must call this before placing an order to get the correct productId.

Usage:

What are your different CV tailoring packages?

Response:

[
  {
    "CountryCode": "ZA", 
    "ServiceTier": "Entry Level",
    "ProductId": 1
  },
  {
    "CountryCode": "ZA",
    "ServiceTier": "Mid Level", 
    "ProductId": 2
  },
  {
    "CountryCode": "ZA",
    "ServiceTier": "Senior Level",
    "ProductId": 3
  }
]

2. get_credits

Check how many credits a customer has remaining. Each order costs 1 credit.

Parameters:

  • phoneNumber (required): Customer phone number including country code (e.g. +27831234567)

Usage:

How many credits do I have left? My phone number is +27831234567

Response:

{
  "credits": 5
}

3. place_order

Place an order for a tailored CV and cover letter. The order typically takes about 15 minutes to complete. The customer will receive SMS notifications when the order is confirmed and when documents are ready. Costs 1 credit per order.

Parameters:

  • customerPhone (required): Customer phone number including country code, must start with '+' (e.g. +27831234567)
  • customerFirstName (required): Customer's first name
  • customerLastName (required): Customer's last name
  • cvMarkdown (required): The customer's current CV in markdown format
  • productId (required): The product ID matching the customer's career level (call get_pricing first)
  • jobDescription (required): The full job description the customer is applying for

Usage:

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.

Response:

{
  "orderKey": "550e8400-e29b-41d4-a716-446655440000",
  "status": "success",
  "message": "Order placed successfully. SMS notifications sent."
}

Example Use Cases

Entry Level Professional

Perfect for recent graduates and early-career professionals:

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

Career Change

For professionals transitioning between industries:

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

Senior Executive

For C-level and senior management positions:

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)

Service Tiers

  • Entry Level (Product ID: 1): For recent graduates and early-career professionals
  • Mid Level (Product ID: 2): For experienced professionals with 3-10 years experience
  • Senior Level (Product ID: 3): For senior professionals, managers, and executives

Privacy & Terms

By using this service, you agree to NextRole's:

  • Privacy Policy
  • Terms of Service

Development

Building

npm run build

Running in development

npm run dev

Testing locally

npm start

Architecture

This is a lightweight proxy that forwards MCP requests to NextRole's hosted service at https://api.nextrole.co.za/firstroleprod-mcp/mcp. The proxy:

  • Translates MCP protocol requests
  • Forwards them to the hosted service
  • Returns formatted responses to MCP clients
  • Handles errors and connection issues

Requirements

  • Node.js 18.0.0 or higher
  • Internet connection to reach NextRole's hosted service

License

MIT License - see LICENSE file for details.

Support

For technical issues with this proxy, please open an issue on GitHub. For service-related questions, contact NextRole support through their official channels.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagenextrole-mcp-proxy
TransportSTDIO
UpdatedApr 5, 2026
View on GitHub