llmconveyors-mcp 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +38 -6
  2. package/dist/index.js +649 -283
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -109,7 +109,7 @@ Ask your AI agent:
109
109
 
110
110
  > "Research Stripe and draft a B2B cold email for our developer tools product."
111
111
 
112
- ## Available Tools (53)
112
+ ## Available Tools (66)
113
113
 
114
114
  ### Agents
115
115
  | Tool | Description |
@@ -118,7 +118,7 @@ Ask your AI agent:
118
118
  | `b2b-sales-run` | Run the B2B Sales agent — researches a company and generates sales outreach |
119
119
  | `agent-status` | Check the status of a running agent job |
120
120
  | `agent-interact` | Submit a response to a phased agent workflow awaiting input |
121
- | `generate-cv` | Generate a CV synchronously (faster, CV only) |
121
+ | `job-hunter-generate-cv` | Generate a CV synchronously (faster, CV only) |
122
122
  | `agent-manifest` | Get input fields, capabilities, and billing info for an agent |
123
123
 
124
124
  ### Resume
@@ -126,7 +126,7 @@ Ask your AI agent:
126
126
  |------|-------------|
127
127
  | `resume-parse` | Parse a resume file into structured JSON Resume format |
128
128
  | `resume-validate` | Validate a resume in JSON Resume format |
129
- | `resume-render` | Render a resume to PDF |
129
+ | `resume-render` | Render a resume to PDF or HTML |
130
130
  | `resume-preview` | Preview a resume as HTML |
131
131
  | `resume-themes` | List available resume themes |
132
132
  | `resume-import-rx` | Import from Reactive Resume format |
@@ -146,7 +146,7 @@ Ask your AI agent:
146
146
  |------|-------------|
147
147
  | `upload-resume` | Upload and parse a resume file (base64) |
148
148
  | `upload-job-file` | Upload and parse a job description file (base64) |
149
- | `upload-job-text` | Parse a job description from plain text |
149
+ | `upload-job-text` | Parse a job description from text or URL |
150
150
 
151
151
  ### ATS Scoring
152
152
  | Tool | Description |
@@ -162,6 +162,8 @@ Ask your AI agent:
162
162
  | `session-hydrate` | Get full session with artifacts and logs |
163
163
  | `session-download` | Download an artifact from a session by storage key |
164
164
  | `session-delete` | Delete a session |
165
+ | `session-init` | Initialize a session with agent context and configuration |
166
+ | `session-log` | Append a log entry to a session |
165
167
 
166
168
  ### Settings & API Keys
167
169
  | Tool | Description |
@@ -187,11 +189,22 @@ Ask your AI agent:
187
189
  |------|-------------|
188
190
  | `content-save` | Save a source document for AI generation context |
189
191
  | `content-delete-generation` | Delete a generation and its artifacts |
192
+ | `content-research-sender` | Research a sender's background for personalized content |
193
+ | `content-list-sources` | List all saved source documents |
194
+ | `content-get-source` | Get a specific source document by ID |
195
+ | `content-delete-source` | Delete a saved source document |
190
196
  | `share-create` | Create a public share link for generated content |
191
197
  | `share-stats` | Get share link statistics |
192
198
  | `share-get-public` | Get a public share by slug |
193
199
  | `share-slug-stats` | Get visit statistics for a specific share link |
194
200
 
201
+ ### Privacy
202
+ | Tool | Description |
203
+ |------|-------------|
204
+ | `privacy-list-consents` | List all consent records for the current user |
205
+ | `privacy-grant-consent` | Grant consent for a specific data processing purpose |
206
+ | `privacy-revoke-consent` | Revoke a previously granted consent |
207
+
195
208
  ### Referral
196
209
  | Tool | Description |
197
210
  |------|-------------|
@@ -204,6 +217,14 @@ Ask your AI agent:
204
217
  |------|-------------|
205
218
  | `document-download` | Download an artifact by storage path |
206
219
 
220
+ ### Health
221
+ | Tool | Description |
222
+ |------|-------------|
223
+ | `health-root` | Get server info and version |
224
+ | `health-check` | Run a full health check on all dependencies |
225
+ | `health-ready` | Check if the server is ready to accept requests |
226
+ | `health-live` | Check if the server process is alive |
227
+
207
228
  ## API Key Scopes
208
229
 
209
230
  Your API key needs the right scopes for the tools you want to use:
@@ -211,16 +232,27 @@ Your API key needs the right scopes for the tools you want to use:
211
232
  | Scope | Tools |
212
233
  |-------|-------|
213
234
  | `jobs:read` | `agent-status`, `agent-manifest` |
214
- | `jobs:write` | `job-hunter-run` |
235
+ | `jobs:write` | `job-hunter-run`, `job-hunter-generate-cv` |
215
236
  | `sales:write` | `b2b-sales-run` |
216
237
  | `sessions:read` | `session-list`, `session-get`, `session-hydrate` |
217
- | `sessions:write` | `session-create`, `session-delete` |
238
+ | `sessions:write` | `session-create`, `session-delete`, `session-init`, `session-log` |
218
239
  | `resume:read` | `resume-themes`, `master-resume-list`, `master-resume-get` |
219
240
  | `resume:write` | `resume-validate`, `resume-render`, `resume-preview`, `resume-import-rx`, `resume-export-rx`, `master-resume-create`, `master-resume-update`, `master-resume-delete` |
220
241
  | `upload:write` | `upload-resume`, `upload-job-file`, `upload-job-text` |
221
242
  | `ats:write` | `ats-score` |
222
243
  | `settings:read` | `settings-profile`, `settings-preferences-get`, `settings-usage-summary`, `settings-usage-logs`, `api-key-list` |
223
244
  | `settings:write` | `settings-preferences-update`, `api-key-create`, `api-key-revoke`, `api-key-rotate` |
245
+ | `content:read` | `content-list-sources`, `content-get-source` |
246
+ | `content:write` | `content-save`, `content-delete-generation`, `content-research-sender`, `content-delete-source` |
247
+ | `privacy:read` | `privacy-list-consents` |
248
+ | `privacy:write` | `privacy-grant-consent`, `privacy-revoke-consent` |
249
+
250
+ ## Environment Variables
251
+
252
+ | Variable | Required | Description |
253
+ |----------|----------|-------------|
254
+ | `LLMC_API_KEY` | Yes | Your LLM Conveyors API key (prefix `llmc_`) |
255
+ | `LLMC_BASE_URL` | No | Custom API endpoint (defaults to `https://api.llmconveyors.com`) |
224
256
 
225
257
  ## Development
226
258