MCP server that connects AI agents to LLM Conveyors — run Job Hunter, B2B Sales, and other AI agents from Claude, Cursor, or any MCP client
MCP server that connects AI agents to LLM Conveyors — run Job Hunter, B2B Sales, and other AI agents from Claude, Cursor, or any MCP client. The llmconveyors mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
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.
llmconveyors-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
settings-profile — Get user profile (credits, plan)settings-preferences-get — Get user preferencessettings-preferences-update — Update user preferencessettings-usage-summary — Get usage summarysettings-usage-logs — Get paginated usage logsapi-key-create — Create a new API keyapi-key-list — List all API keysapi-key-revoke — Revoke an API keyapi-key-rotate — Rotate an API keyapi-key-usage — Get usage statistics for a specific API keybyo-key-get — Check if a Bring Your Own API key is configuredbyo-key-set — Set a BYO API key for a provider (e.g. Gemini)You will need 2 environment variables: LLMC_API_KEY, LLMC_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Llmconveyors MCP's toolset — settings-profile, settings-preferences-get, settings-preferences-update and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ebenezer-isaac; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"llmconveyors": {
"command": "npx",
"args": ["-y", "llmconveyors-mcp"],
"env": {
"LLMC_API_KEY": "llmc_your_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LLMC_API_KEY | Credential the server authenticates with. | Yes |
| LLMC_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.