Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Llmconveyors
Llmconveyors logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:46:42 PM

Llmconveyors

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "llmconveyors": {
      "command": "npx",
      "args": [
        "-y",
        "llmconveyors-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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.

LLM Conveyors

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

Claude Desktop

Add to claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "llmconveyors": {
      "command": "npx",
      "args": ["-y", "llmconveyors-mcp"],
      "env": {
        "LLMC_API_KEY": "llmc_your_key_here"
      }
    }
  }
}
Claude Code
Terminal
claude mcp add llmconveyors -- npx -y llmconveyors-mcp

Set the env var in your shell or .env:

server.ts
export LLMC_API_KEY=llmc_your_key_here
Cursor

Add to .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "llmconveyors": {
      "command": "npx",
      "args": ["-y", "llmconveyors-mcp"],
      "env": {
        "LLMC_API_KEY": "llmc_your_key_here"
      }
    }
  }
}
Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

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

ToolDescription
job-hunter-runRun the Job Hunter agent β€” generates tailored CV, cover letter, and cold email
b2b-sales-runRun the B2B Sales agent β€” researches a company and generates sales outreach
agent-statusCheck the status of a running agent job
agent-interactSubmit a response to a phased agent workflow awaiting input
job-hunter-generate-cvGenerate a CV synchronously (faster, CV only)
agent-manifestGet input fields, capabilities, and billing info for an agent

Resume

ToolDescription
resume-parseParse a resume file into structured JSON Resume format
resume-validateValidate a resume in JSON Resume format
resume-renderRender a resume to PDF or HTML
resume-previewPreview a resume as HTML
resume-themesList available resume themes
resume-import-rxImport from Reactive Resume format
resume-export-rxExport to Reactive Resume format

Master Resumes

ToolDescription
master-resume-createCreate a new master resume
master-resume-listList all master resumes
master-resume-getGet a master resume by ID
master-resume-updateUpdate a master resume
master-resume-deleteDelete a master resume

Upload & Parse

ToolDescription
upload-resumeUpload and parse a resume file (base64)
upload-job-fileUpload and parse a job description file (base64)
upload-job-textParse a job description from text or URL

ATS Scoring

ToolDescription
ats-scoreScore a resume against a job description for ATS compatibility

Sessions

ToolDescription
session-createCreate a new session
session-listList sessions with optional filtering
session-getGet a session by ID
session-hydrateGet full session with artifacts and logs
session-downloadDownload an artifact from a session by storage key
session-deleteDelete a session
session-initInitialize a session with agent context and configuration
session-logAppend a log entry to a session

Settings & API Keys

ToolDescription
settings-profileGet user profile (credits, plan)
settings-preferences-getGet user preferences
settings-preferences-updateUpdate user preferences
settings-usage-summaryGet usage summary
settings-usage-logsGet paginated usage logs
api-key-createCreate a new API key
api-key-listList all API keys
api-key-revokeRevoke an API key
api-key-rotateRotate an API key
api-key-usageGet usage statistics for a specific API key
byo-key-getCheck if a Bring Your Own API key is configured
byo-key-setSet a BYO API key for a provider (e.g. Gemini)
byo-key-removeRemove the configured BYO API key
webhook-secret-getGet the current webhook secret
webhook-secret-rotateRotate the webhook secret

Content & Sharing

ToolDescription
content-saveSave a source document for AI generation context
content-delete-generationDelete a generation and its artifacts
content-research-senderResearch a sender's background for personalized content
content-list-sourcesList all saved source documents
content-get-sourceGet a specific source document by ID
content-delete-sourceDelete a saved source document
share-createCreate a public share link for generated content
share-statsGet share link statistics
share-get-publicGet a public share by slug
share-slug-statsGet visit statistics for a specific share link

Privacy

ToolDescription
privacy-list-consentsList all consent records for the current user
privacy-grant-consentGrant consent for a specific data processing purpose
privacy-revoke-consentRevoke a previously granted consent

Referral

ToolDescription
referral-statsGet referral program statistics
referral-codeGet your referral code
referral-vanity-codeSet a custom vanity referral code

Documents

ToolDescription
document-downloadDownload an artifact by storage path

Health

ToolDescription
health-rootGet server info and version
health-checkRun a full health check on all dependencies
health-readyCheck if the server is ready to accept requests
health-liveCheck if the server process is alive

API Key Scopes

Your API key needs the right scopes for the tools you want to use:

ScopeTools
jobs:readagent-status, agent-manifest
jobs:writejob-hunter-run, job-hunter-generate-cv
sales:writeb2b-sales-run
sessions:readsession-list, session-get, session-hydrate
sessions:writesession-create, session-delete, session-init, session-log
resume:readresume-themes, master-resume-list, master-resume-get
resume:writeresume-validate, resume-render, resume-preview, resume-import-rx, resume-export-rx, master-resume-create, master-resume-update, master-resume-delete
upload:writeupload-resume, upload-job-file, upload-job-text
ats:writeats-score
settings:readsettings-profile, settings-preferences-get, settings-usage-summary, settings-usage-logs, api-key-list
settings:writesettings-preferences-update, api-key-create, api-key-revoke, api-key-rotate
content:readcontent-list-sources, content-get-source
content:writecontent-save, content-delete-generation, content-research-sender, content-delete-source
privacy:readprivacy-list-consents
privacy:writeprivacy-grant-consent, privacy-revoke-consent

Environment Variables

VariableRequiredDescription
LLMC_API_KEYYesYour LLM Conveyors API key (prefix llmc_)
LLMC_BASE_URLNoCustom API endpoint (defaults to https://api.llmconveyors.com)

Development

bash
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

  • Node.js >= 18
  • An LLM Conveyors API key (get one here)

Links

  • LLM Conveyors Platform
  • API Documentation
  • TypeScript SDK

License

MIT β€” see LICENSE for details.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Reactive Resume logoReactive Resume

    Free open-source resume builder with remote MCP tools for resumes and job applications.

    πŸ’» Developer Tools1 views
    Compare vs Reactive Resume β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Llmconveyors

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "llmconveyors": { "command": "npx", "args": ["-y", "llmconveyors"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLlmconveyors AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/llmconveyors?style=directory)](https://allmcps.com/mcp/llmconveyors)
HTML Embed
<a href="https://allmcps.com/mcp/llmconveyors"><img src="https://allmcps.com/api/badge/llmconveyors?style=directory" alt="Llmconveyors on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Llmconveyors β†’Install in Claude DesktopInstall in CursorInstall in VS Code