llmconveyors-mcp
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 (66)
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 |
| Submit a response to a phased agent workflow awaiting input |
| Generate a CV synchronously (faster, CV only) |
| Get input fields, capabilities, and billing info for an agent |
Resume
Tool | Description |
| Parse a resume file into structured JSON Resume format |
| Validate a resume in JSON Resume format |
| Render a resume to PDF or HTML |
| 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 text or URL |
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 |
| Download an artifact from a session by storage key |
| Delete a session |
| Initialize a session with agent context and configuration |
| Append a log entry to 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 |
| Get usage statistics for a specific API key |
| Check if a Bring Your Own API key is configured |
| Set a BYO API key for a provider (e.g. Gemini) |
| Remove the configured BYO API key |
| Get the current webhook secret |
| Rotate the webhook secret |
Content & Sharing
Tool | Description |
| Save a source document for AI generation context |
| Delete a generation and its artifacts |
| Research a sender's background for personalized content |
| List all saved source documents |
| Get a specific source document by ID |
| Delete a saved source document |
| Create a public share link for generated content |
| Get share link statistics |
| Get a public share by slug |
| Get visit statistics for a specific share link |
Privacy
Tool | Description |
| List all consent records for the current user |
| Grant consent for a specific data processing purpose |
| Revoke a previously granted consent |
Referral
Tool | Description |
| Get referral program statistics |
| Get your referral code |
| Set a custom vanity referral code |
Documents
Tool | Description |
| Download an artifact by storage path |
Health
Tool | Description |
| Get server info and version |
| Run a full health check on all dependencies |
| Check if the server is ready to accept requests |
| Check if the server process is alive |
API Key Scopes
Your API key needs the right scopes for the tools you want to use:
Scope | Tools |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Environment Variables
Variable | Required | Description |
| Yes | Your LLM Conveyors API key (prefix |
| No | Custom API endpoint (defaults to |
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.
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/ebenezer-isaac/llmconveyors-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server