Provides specialized tools for importing and exporting resume data in the Reactive Resume format, enabling seamless interoperability with the Reactive Resume platform.
llmconveyors-mcp
MCP server that connects AI agents to the LLM Conveyors platform — run Job Hunter, B2B Sales, and other AI agents directly from Claude, Cursor, or any MCP-compatible client.
What is LLM Conveyors?
A community-driven AI agent platform with pay-per-action pricing ($1–5 per completed action). Instead of $100/mo SaaS subscriptions, you pay only for real outputs — a resume scored, a company researched, a cold email generated.
Live Agents:
Job Hunter — Tailored CVs, cover letters, and cold emails for job applications
B2B Sales — Deep company research and personalized sales outreach
Quick Start
1. Get an API key
Sign up at llmconveyors.com and create an API key from Settings → API Keys.
2. Add to your MCP client
Add to claude_desktop_config.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}claude mcp add llmconveyors -- npx -y llmconveyors-mcpSet the env var in your shell or .env:
export LLMC_API_KEY=llmc_your_key_hereAdd to .cursor/mcp.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}3. Start using it
Ask your AI agent:
"Run the Job Hunter agent for the Senior Engineer role at Anthropic. Here's the job description: ..."
"Score my resume against this job posting for ATS compatibility."
"Research Stripe and draft a B2B cold email for our developer tools product."
Available Tools (39)
Agents
Tool | Description |
| Run the Job Hunter agent — generates tailored CV, cover letter, and cold email |
| Run the B2B Sales agent — researches a company and generates sales outreach |
| Check the status of a running agent job |
| Get input fields, capabilities, and billing info for an agent |
Resume
Tool | Description |
| Validate a resume in JSON Resume format |
| Render a resume to PDF |
| Preview a resume as HTML |
| List available resume themes |
| Import from Reactive Resume format |
| Export to Reactive Resume format |
Master Resumes
Tool | Description |
| Create a new master resume |
| List all master resumes |
| Get a master resume by ID |
| Update a master resume |
| Delete a master resume |
Upload & Parse
Tool | Description |
| Upload and parse a resume file (base64) |
| Upload and parse a job description file (base64) |
| Parse a job description from plain text |
ATS Scoring
Tool | Description |
| Score a resume against a job description for ATS compatibility |
Sessions
Tool | Description |
| Create a new session |
| List sessions with optional filtering |
| Get a session by ID |
| Get full session with artifacts and logs |
| Delete a session |
Settings & API Keys
Tool | Description |
| Get user profile (credits, plan) |
| Get user preferences |
| Update user preferences |
| Get usage summary |
| Get paginated usage logs |
| Create a new API key |
| List all API keys |
| Revoke an API key |
| Rotate an API key |
Content & Sharing
Tool | Description |
| Save a source document for AI generation context |
| Delete a generation and its artifacts |
| Create a public share link for generated content |
| Get share link statistics |
| Get a public share by slug |
Documents
Tool | Description |
| Download an artifact by storage path |
API Key Scopes
Your API key needs the right scopes for the tools you want to use:
Scope | Tools |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Development
git clone https://github.com/ebenezer-isaac/llmconveyors-mcp.git
cd llmconveyors-mcp
npm install
npm run build
# Test locally
LLMC_API_KEY=llmc_your_key node dist/index.jsRequirements
Node.js >= 18
An LLM Conveyors API key (get one here)
Links
License
MIT — see LICENSE for details.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.