llmconveyors-mcp
MCP server for the LLM Conveyors AI agent platform. 39 tools for Job Hunter (tailored CVs, cover letters, cold emails), B2B Sales (company research, outreach), ATS scoring, resume rendering, and session management.
README
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.
<p align="center"> <img src="https://llmconveyors.com/assets/logo.png" alt="LLM Conveyors" width="200" /> </p>
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
<details> <summary><strong>Claude Desktop</strong></summary>
Add to claude_desktop_config.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}
</details>
<details> <summary><strong>Claude Code</strong></summary>
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
</details>
<details> <summary><strong>Cursor</strong></summary>
Add to .cursor/mcp.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}
</details>
<details> <summary><strong>Windsurf</strong></summary>
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}
</details>
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 (53)
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-interact |
Submit a response to a phased agent workflow awaiting input |
generate-cv |
Generate a CV synchronously (faster, CV only) |
agent-manifest |
Get input fields, capabilities, and billing info for an agent |
Resume
| Tool | Description |
|---|---|
resume-parse |
Parse a resume file into structured JSON Resume format |
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-download |
Download an artifact from a session by storage key |
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 |
api-key-usage |
Get usage statistics for a specific API key |
byo-key-get |
Check if a Bring Your Own API key is configured |
byo-key-set |
Set a BYO API key for a provider (e.g. Gemini) |
byo-key-remove |
Remove the configured BYO API key |
webhook-secret-get |
Get the current webhook secret |
webhook-secret-rotate |
Rotate the webhook secret |
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 |
share-slug-stats |
Get visit statistics for a specific share link |
Referral
| Tool | Description |
|---|---|
referral-stats |
Get referral program statistics |
referral-code |
Get your referral code |
referral-vanity-code |
Set a custom vanity referral code |
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
- Node.js >= 18
- An LLM Conveyors API key (get one here)
Links
License
MIT — see LICENSE for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。