@agentutility/mcp-mediakit 0.11.0 → 0.11.2
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.
- package/README.md +5 -5
- package/dist/tools.generated.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,8 +56,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
56
56
|
| `compress-pdf` | (0.005 USDC/call) PDF compressor / PDF size reducer. CloudConvert optimize task. Profiles: web (default), print, archive, mrc (scanned), max. Reports % saved. |
|
|
57
57
|
| `convert-html-to-markdown` | (0.005 USDC/call) Convert HTML to Markdown. Strips nav, scripts, ads, and other boilerplate. Preserves headings, lists, tables, code blocks, links, and images. Accepts raw HTML or a URL. Returns clean Markdown ideal for LLM context windows or RAG ingestion. |
|
|
58
58
|
| `convert-pdf` | (0.20 USDC/call) PDF converter / convert PDF to Markdown / HTML / JSON / structured text. Datalab Marker AI pipeline preserves headings, tables, equations, multi-column flow. Note: this endpoint outputs text-format conversions only — for PDF to JPG/PNG use pdf-to-jpg, for PDF merge use pdf-merge, for PDF split use pdf-split, for PDF compression use compress-pdf, for PDF to Word route through this then a markdown to docx step. 30 pages max. |
|
|
59
|
-
| `csv-to-ics` | (0.01 USDC/call) CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows.
|
|
60
|
-
| `csv-to-jsonl` | (0.02 USDC/call) CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray).
|
|
59
|
+
| `csv-to-ics` | (0.01 USDC/call) CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows. |
|
|
60
|
+
| `csv-to-jsonl` | (0.02 USDC/call) CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray). |
|
|
61
61
|
| `doc-to-json` | (0.10 USDC/call) Document to structured JSON / PDF/DOCX/PPT/XLSX/image to JSON / file parser with schema / invoice extractor / resume parser / contract extractor / RFP parser / receipt extractor / form data extraction. Converts any document (CloudConvert) to plain text, then runs Morpheus mistral-31-24b with strict json_schema response_format to force the output to a caller-supplied schema. OCR-aware for images and scanned PDFs. |
|
|
62
62
|
| `excel-to-csv` | (0.005 USDC/call) Excel (.xlsx / .xls) to CSV / TSV / JSON converter. Multi-sheet handling. Returns each sheet by name. Adjacent to 'convert excel to google sheets' demand cluster. |
|
|
63
63
|
| `excel-to-google-sheets` | (0.005 USDC/call) Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. Outputs CSV that imports directly into Google Sheets via File → Import → Upload (or paste-into-cells). Multi-sheet handling, encoding control, quote style. Same handler as excel-to-csv / xlsx-to-csv under a Google-Sheets-named slug. |
|
|
@@ -70,7 +70,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
70
70
|
| `image-translate` | (0.02 USDC/call) Image translator. Translate text in any image — signs, menus, screenshots, photos of documents — by running vision-OCR plus Venice translation. Returns the detected source text plus the target-language translation. Optional preserve_layout mode keeps the original spatial arrangement. |
|
|
71
71
|
| `image-upscale` | (0.02 USDC/call) Image upscale / 2x upscaler / 4x upscaler / super-resolution / sharpen image / enlarge image without loss. Upscales an image 2x or 4x via Venice's image/upscale endpoint (default model: venice-sd35). Returns a permanent fal-hosted URL. |
|
|
72
72
|
| `image-watermark` | (0.02 USDC/call) Image watermark / add text or logo watermark to image files. Also supports PDFs and videos through the same CloudConvert-backed watermark handler. Configurable opacity, position, rotation, font, and margin. |
|
|
73
|
-
| `json-yaml` | (0.002 USDC/call) JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable.
|
|
73
|
+
| `json-yaml` | (0.002 USDC/call) JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable. |
|
|
74
74
|
| `logo-detect` | (0.03 USDC/call) Brand logo detection / brand recognition in images. Venice qwen3-5-9b vision LLM. Returns detected brands with confidence, location, evidence (wordmark/logomark/lockup/color_scheme), element_type, and supports hint_brands. |
|
|
75
75
|
| `merge-pdf` | (0.01 USDC/call) PDF merger / combine PDFs / concatenate PDF files / join multiple PDFs into one. 2-50 input PDFs from URLs to single PDF. Preserves bookmarks. CloudConvert engine. |
|
|
76
76
|
| `movie-database` | (0.01 USDC/call) Movie database API / TV database API / film lookup / title metadata search / TMDB or Wikidata movie lookup / movie ratings and popularity when TMDB is configured / release year, poster, overview, language, and optional streaming provider summary. Finds movies or TV shows by title with optional year and region. Uses TMDB when TMDB_API_KEY is configured and falls back to no-key Wikidata metadata. |
|
|
@@ -82,7 +82,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
82
82
|
| `ocr` | (0.20 USDC/call) OCR / optical character recognition / scanned document extractor / image-PDF to text. Run OCR on scanned PDFs and image-based documents. Datalab Marker engine — preserves layout, tables, math. Returns clean Markdown or plain text. 30 pages max. |
|
|
83
83
|
| `office-to-pdf` | (0.05 USDC/call) Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote to PDF. CloudConvert engine. |
|
|
84
84
|
| `pdf-compress` | (0.005 USDC/call) PDF compressor / shrink PDF / PDF size reducer / smaller PDF for email. Three quality levels: ebook (lowest, web-quality), printer (medium), prepress (highest, archival). CloudConvert engine. |
|
|
85
|
-
| `pdf-extract-tables` | (0.10 USDC/call) PDF table extractor / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only. |
|
|
85
|
+
| `pdf-extract-tables` | (0.10 USDC/call) PDF table extractor / extract tables / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only. |
|
|
86
86
|
| `pdf-merge` | (0.01 USDC/call) PDF merger / PDF combiner / PDF concatenator. 2-50 PDFs from URLs to single PDF. Preserves bookmarks. CloudConvert engine. |
|
|
87
87
|
| `pdf-parser-api` | (0.20 USDC/call) PDF parser API / PDF content extractor / scanned PDF OCR API. Parses a public PDF URL into Markdown, HTML, or JSON blocks with layout-aware text, headings, tables, and equations. Datalab Marker backend, 30 pages max. |
|
|
88
88
|
| `pdf-split` | (0.04 USDC/call) PDF splitter / PDF page extractor. Two modes: page ranges (['1-3','5','7-end']) or one PDF per source page. CloudConvert engine. |
|
|
@@ -137,4 +137,4 @@ The agent never sees the payment flow — it just gets the result.
|
|
|
137
137
|
|
|
138
138
|
---
|
|
139
139
|
|
|
140
|
-
**Version:** 0.11.
|
|
140
|
+
**Version:** 0.11.2 · **License:** MIT
|
package/dist/tools.generated.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** Auto-generated by scripts/generate-mcp-clusters.mjs. Do not edit by hand. */
|
|
2
2
|
export const CLUSTER_SLUG = "mediakit";
|
|
3
|
-
export const VERSION = "0.11.
|
|
3
|
+
export const VERSION = "0.11.2";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
6
|
"name": "add-watermark",
|
|
@@ -203,7 +203,7 @@ export const TOOLS = [
|
|
|
203
203
|
{
|
|
204
204
|
"name": "csv-to-ics",
|
|
205
205
|
"http_name": "csv-to-ics",
|
|
206
|
-
"description": "(0.01 USDC/call) CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows.
|
|
206
|
+
"description": "(0.01 USDC/call) CSV to ICS / CSV to iCal / calendar file generator / .ics builder / Google Calendar + Outlook + Apple Calendar import. RFC 5545 compliant VCALENDAR/VEVENT output. Auto-detects column mapping (summary, date, time, location, description) or accepts an explicit mapping. Handles all-day and timed events, configurable default duration, custom delimiters. Up to 1000 rows.",
|
|
207
207
|
"method": "POST",
|
|
208
208
|
"input_schema": {
|
|
209
209
|
"type": "object",
|
|
@@ -237,7 +237,7 @@ export const TOOLS = [
|
|
|
237
237
|
{
|
|
238
238
|
"name": "csv-to-jsonl",
|
|
239
239
|
"http_name": "csv-to-jsonl",
|
|
240
|
-
"description": "(0.02 USDC/call) CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray).
|
|
240
|
+
"description": "(0.02 USDC/call) CSV to JSON / CSV to JSONL / CSV to NDJSON converter / TSV to JSON / spreadsheet to JSON / data pipeline preprocessor / LLM training-data prep. RFC 4180 parser. Type inference (booleans, integers, floats, ISO dates, null tokens). Configurable delimiter, quote char, header presence, column rename, drop columns, trim whitespace. Outputs newline-delimited JSON (jsonl), a JSON array (json), or column-oriented arrays (ndarray).",
|
|
241
241
|
"method": "POST",
|
|
242
242
|
"input_schema": {
|
|
243
243
|
"type": "object",
|
|
@@ -693,7 +693,7 @@ export const TOOLS = [
|
|
|
693
693
|
{
|
|
694
694
|
"name": "json-yaml",
|
|
695
695
|
"http_name": "json-yaml",
|
|
696
|
-
"description": "(0.002 USDC/call) JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable.
|
|
696
|
+
"description": "(0.002 USDC/call) JSON to YAML and YAML to JSON converter / format transcoder / config-file translator / Helm values prepper / Kubernetes manifest converter / GitHub Actions workflow YAML helper / round-trip parser. Auto-detects input format from the first non-whitespace byte ('{'/'[' = JSON, otherwise YAML), parses, and re-serialises in the requested target format. Pretty-print and indent are configurable.",
|
|
697
697
|
"method": "POST",
|
|
698
698
|
"input_schema": {
|
|
699
699
|
"type": "object",
|
|
@@ -1052,7 +1052,7 @@ export const TOOLS = [
|
|
|
1052
1052
|
{
|
|
1053
1053
|
"name": "pdf-extract-tables",
|
|
1054
1054
|
"http_name": "pdf-extract-tables",
|
|
1055
|
-
"description": "(0.10 USDC/call) PDF table extractor / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only.",
|
|
1055
|
+
"description": "(0.10 USDC/call) PDF table extractor / extract tables / table from PDF / scanned-table parsing / financial-table OCR / multi-page table consolidator / Datalab Marker tables. AI + OCR pipeline that finds every table in a PDF (digital or scanned) and returns row × column text matrices, page-by-page. Optional cell bounding boxes for downstream layout reconstruction. Optional page_range filter ('1-5', '3', '1,3,5'). Handles merged headers, multi-page financial statements, balance sheets, lab results, scanned reports. 30 pages max. Sibling of pdf-to-markdown using the same Datalab backend, but pre-parsed to tables only.",
|
|
1056
1056
|
"method": "POST",
|
|
1057
1057
|
"input_schema": {
|
|
1058
1058
|
"type": "object",
|
package/package.json
CHANGED