Skip to main content
Glama

llmconveyors-mcp

npm version License: MIT Node.js

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-mcp

Set the env var in your shell or .env:

export LLMC_API_KEY=llmc_your_key_here

Add 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

job-hunter-run

Run the Job Hunter agent — generates tailored CV, cover letter, and cold email

b2b-sales-run

Run the B2B Sales agent — researches a company and generates sales outreach

agent-status

Check the status of a running agent job

agent-manifest

Get input fields, capabilities, and billing info for an agent

Resume

Tool

Description

resume-validate

Validate a resume in JSON Resume format

resume-render

Render a resume to PDF

resume-preview

Preview a resume as HTML

resume-themes

List available resume themes

resume-import-rx

Import from Reactive Resume format

resume-export-rx

Export to Reactive Resume format

Master Resumes

Tool

Description

master-resume-create

Create a new master resume

master-resume-list

List all master resumes

master-resume-get

Get a master resume by ID

master-resume-update

Update a master resume

master-resume-delete

Delete a master resume

Upload & Parse

Tool

Description

upload-resume

Upload and parse a resume file (base64)

upload-job-file

Upload and parse a job description file (base64)

upload-job-text

Parse a job description from plain text

ATS Scoring

Tool

Description

ats-score

Score a resume against a job description for ATS compatibility

Sessions

Tool

Description

session-create

Create a new session

session-list

List sessions with optional filtering

session-get

Get a session by ID

session-hydrate

Get full session with artifacts and logs

session-delete

Delete a session

Settings & API Keys

Tool

Description

settings-profile

Get user profile (credits, plan)

settings-preferences-get

Get user preferences

settings-preferences-update

Update user preferences

settings-usage-summary

Get usage summary

settings-usage-logs

Get paginated usage logs

api-key-create

Create a new API key

api-key-list

List all API keys

api-key-revoke

Revoke an API key

api-key-rotate

Rotate an API key

Content & Sharing

Tool

Description

content-save

Save a source document for AI generation context

content-delete-generation

Delete a generation and its artifacts

share-create

Create a public share link for generated content

share-stats

Get share link statistics

share-get-public

Get a public share by slug

Documents

Tool

Description

document-download

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

jobs:read

agent-status, agent-manifest

jobs:write

job-hunter-run

sales:write

b2b-sales-run

sessions:read

session-list, session-get, session-hydrate

sessions:write

session-create, session-delete

resume:read

resume-themes, master-resume-list, master-resume-get

resume:write

resume-validate, resume-render, resume-preview, resume-import-rx, resume-export-rx, master-resume-create, master-resume-update, master-resume-delete

upload:write

upload-resume, upload-job-file, upload-job-text

ats:write

ats-score

settings:read

settings-profile, settings-preferences-get, settings-usage-summary, settings-usage-logs, api-key-list

settings:write

settings-preferences-update, api-key-create, api-key-revoke, api-key-rotate

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.js

Requirements

License

MIT — see LICENSE for details.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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/ebenezer-isaac/llmconveyors-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server