@agentutility/mcp-mediakit 0.11.3 → 0.11.4
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 +14 -14
- package/dist/tools.generated.js +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
55
55
|
| `audio-transcribe` | (0.01 USDC/call) Audio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat. Server-side fetches the audio URL (max 25 MB), relays to Venice's audio/transcriptions endpoint with whisper-large-v3, and returns the transcript with detected language, duration, and per-segment timestamps when response_format='verbose_json' (default). Also supports raw text, SRT, and VTT outputs. |
|
|
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
|
-
| `convert-pdf` | (0.
|
|
58
|
+
| `convert-pdf` | (0.0025 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
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
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. |
|
|
@@ -76,24 +76,24 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
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. |
|
|
77
77
|
| `movie-database-api` | (0.01 USDC/call) Movie database API / TV database API / TMDB metadata lookup. Searches movies and TV shows by title and optional year, returning release date, rating, popularity, overview, poster URLs, TMDB links, and optional provider summary. |
|
|
78
78
|
| `movie-info` | (0.01 USDC/call) Movie info API / film metadata lookup / TV metadata lookup. Same TMDB-backed response as movie-database with a compact search slug for agents looking up title, release year, rating, overview, poster, and optional streaming providers. |
|
|
79
|
-
| `mp4-to-mp3` | (0.
|
|
80
|
-
| `mp4-to-mp3-api` | (0.
|
|
81
|
-
| `mp4-to-mp3-converter` | (0.
|
|
82
|
-
| `ocr` | (0.
|
|
79
|
+
| `mp4-to-mp3` | (0.02 USDC/call) MP4 to MP3 / video to audio converter / audio extractor API. Converts MP4, MOV, WebM, MKV, AVI, M4V, and FLV video files to MP3 via CloudConvert. Selectable bitrate (96/128/192 kbps). 60-min / 500MB max. |
|
|
80
|
+
| `mp4-to-mp3-api` | (0.02 USDC/call) MP4 to MP3 API / video to MP3 converter / extract audio from video. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 output with selectable 96, 128, or 192 kbps bitrate. CloudConvert backend, 60-min / 500MB max. |
|
|
81
|
+
| `mp4-to-mp3-converter` | (0.02 USDC/call) MP4 to MP3 converter API / extract audio from MP4 / video-to-MP3 conversion. Same CloudConvert-backed handler as mp4-to-mp3, listed for agents converting MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 files with selectable bitrate. |
|
|
82
|
+
| `ocr` | (0.0025 USDC/call) OCR / OCR API / optical character recognition / scanned document extractor / image-PDF to text / scanned PDF OCR. Run OCR on scanned PDFs and image-based documents. Datalab Marker engine preserves layout, tables, and 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
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
|
-
| `pdf-parser-api` | (0.
|
|
87
|
+
| `pdf-parser-api` | (0.0025 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. |
|
|
89
89
|
| `pdf-table-extract` | (0.10 USDC/call) PDF table extract API / extract tables from PDF / PDF to CSV table parser. Same Datalab Marker-backed handler as pdf-extract-tables, listed for agents extracting row/column matrices, CSV output, page numbers, and optional cell boxes from digital or scanned PDFs. |
|
|
90
90
|
| `pdf-table-extractor` | (0.10 USDC/call) PDF table extractor / extract tables from PDF / scanned table OCR. Finds tables in digital or scanned PDFs and returns row-by-column matrices, page numbers, and optional cell bounding boxes. Datalab Marker backend, 30 pages max. |
|
|
91
|
-
| `pdf-text-extractor` | (0.
|
|
91
|
+
| `pdf-text-extractor` | (0.0025 USDC/call) PDF text extractor / PDF to text API / OCR PDF reader. Extracts clean Markdown, HTML, or structured JSON from digital or scanned PDFs while preserving reading order, tables, and equations. Datalab Marker backend, 30 pages max. |
|
|
92
92
|
| `pdf-to-jpg` | (0.10 USDC/call) PDF to JPG / PNG / WEBP image converter. Renders every page at configurable DPI (36-600). Returns one image URL per page. CloudConvert backend. |
|
|
93
|
-
| `pdf-to-markdown` | (0.
|
|
94
|
-
| `pdf-to-markdown-api` | (0.
|
|
95
|
-
| `pdf-to-text` | (0.
|
|
96
|
-
| `pdf-to-text-api` | (0.
|
|
93
|
+
| `pdf-to-markdown` | (0.0025 USDC/call) PDF parser / PDF to Markdown / PDF to text / OCR PDF / extract tables from PDF / scanned-PDF OCR / PDF reader / PDF data extractor / equation-aware PDF parser / Datalab Marker. AI-powered, layout-aware extraction that preserves headings, tables, equations (LaTeX), bulleted lists, and multi-column flow. Outputs Markdown (default), HTML, or structured JSON with per-page blocks. Handles digital + scanned PDFs. 30 pages max. |
|
|
94
|
+
| `pdf-to-markdown-api` | (0.0025 USDC/call) PDF to Markdown API / PDF parser API / PDF to text API / scanned PDF OCR API. Converts a public PDF URL into clean Markdown, HTML, or structured JSON while preserving headings, tables, equations, and reading order. Datalab Marker backend, 30 pages max. |
|
|
95
|
+
| `pdf-to-text` | (0.0025 USDC/call) Extract text from PDF / PDF to plain text / pdftotext / pdf2txt / PDF text extractor / scanned PDF OCR / read PDF / parse PDF / PDF content extractor / Datalab Marker. AI + OCR pipeline that preserves reading order across multi-column layouts and recognizes scanned pages. Returns Markdown by default (clean text with structure) or HTML / JSON. 30 pages max. |
|
|
96
|
+
| `pdf-to-text-api` | (0.0025 USDC/call) PDF to text API / PDF text extractor / OCR PDF reader. Same Datalab Marker-backed handler as pdf-to-text, listed for agents extracting Markdown, plain text, HTML, or JSON from digital and scanned PDFs with layout-aware reading order. |
|
|
97
97
|
| `pdf-watermark` | (0.02 USDC/call) PDF watermark / image watermark / video watermark — text or image overlay on PDFs, PNG/JPG/GIF, or MP4/MOV/WEBM. Configurable position, opacity, font, rotation, margin. CloudConvert engine. |
|
|
98
98
|
| `pdf2md` | (0.20 USDC/call) PDF to Markdown converter. AI PDF extractor. Datalab Marker — OCR + layout-aware. Best-in-class for tables, equations, multi-column. |
|
|
99
99
|
| `receipt-ocr` | (0.01 USDC/call) Receipt OCR. Reads any receipt photo and returns a structured JSON object with vendor, address, date, line items (qty / unit_price / total), subtotal, tax, tip, total, and payment method. Vision-LLM powered. Same backend as receipt-parser under a clearer slug for expense + accounting + reimbursement workflows. |
|
|
@@ -106,8 +106,8 @@ USDC on Base contract: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|
|
|
106
106
|
| `url-to-markdown` | (0.005 USDC/call) URL to Markdown / webpage to Markdown converter / article cleanup API. Fetches a public URL, strips boilerplate, and returns clean Markdown plus title and character counts. |
|
|
107
107
|
| `video-summarize` | (0.10 USDC/call) Video summarizer / podcast summarizer / lecture notes generator. One call: Whisper v3 transcribes + Mistral summarizes. 5 styles: tldr, bullets, paragraph, executive, chapters. Returns summary + transcript. 60 min max. |
|
|
108
108
|
| `video-thumbnail` | (0.03 USDC/call) Video thumbnail / video frame extractor. First, middle, or last frame as JPG. fal.ai ffmpeg. Fast — no full transcode. |
|
|
109
|
-
| `video-to-audio` | (0.
|
|
110
|
-
| `video-to-mp3` | (0.
|
|
109
|
+
| `video-to-audio` | (0.02 USDC/call) Video to audio extractor / video to audio converter. Extract MP3 audio track from any video URL (MP4, MOV, WEBM, MKV, AVI, M4V, FLV). Selectable bitrate (96/128/192 kbps). Useful for podcast extraction, audio archival, transcription pre-processing. 60-min / 500MB max. CloudConvert backend. |
|
|
110
|
+
| `video-to-mp3` | (0.02 USDC/call) Video to MP3 / extract MP3 audio from video URL. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV into an MP3 file for transcription, podcast clips, and media archival. CloudConvert backend, 60-min / 500MB max. |
|
|
111
111
|
| `video-to-subtitles` | (0.02 USDC/call) Generate subtitles from video / video subtitle generator / auto-subtitle / closed captions / video captions / SRT generator / VTT generator / video CC / accessibility captions. Whisper v3 powered. Word-wrapped, ready for VLC / Premiere / FFmpeg. Auto-detect language + translate-to-English. |
|
|
112
112
|
| `video-to-text` | (0.10 USDC/call) Video transcription / video to audio transcription / video to text / transcribe video / video speech-to-text / video ASR. Whisper v3 large transcription for any video URL — extracts audio internally. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. Speaker diarization optional. |
|
|
113
113
|
| `video-transcribe` | (0.10 USDC/call) Transcribe video / video transcription / video to audio transcription / video-to-text. Whisper v3 large transcription for any video URL. Auto-detects 90+ languages. Translate-to-English mode. 60-min / 500MB max. Speaker diarization optional. Same backend as video-to-text under a clearer slug. |
|
|
@@ -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.4 · **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.4";
|
|
4
4
|
export const TOOLS = [
|
|
5
5
|
{
|
|
6
6
|
"name": "add-watermark",
|
|
@@ -176,7 +176,7 @@ export const TOOLS = [
|
|
|
176
176
|
{
|
|
177
177
|
"name": "convert-pdf",
|
|
178
178
|
"http_name": "convert-pdf",
|
|
179
|
-
"description": "(0.
|
|
179
|
+
"description": "(0.0025 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.",
|
|
180
180
|
"method": "POST",
|
|
181
181
|
"input_schema": {
|
|
182
182
|
"type": "object",
|
|
@@ -900,7 +900,7 @@ export const TOOLS = [
|
|
|
900
900
|
{
|
|
901
901
|
"name": "mp4-to-mp3",
|
|
902
902
|
"http_name": "mp4-to-mp3",
|
|
903
|
-
"description": "(0.
|
|
903
|
+
"description": "(0.02 USDC/call) MP4 to MP3 / video to audio converter / audio extractor API. Converts MP4, MOV, WebM, MKV, AVI, M4V, and FLV video files to MP3 via CloudConvert. Selectable bitrate (96/128/192 kbps). 60-min / 500MB max.",
|
|
904
904
|
"method": "POST",
|
|
905
905
|
"input_schema": {
|
|
906
906
|
"type": "object",
|
|
@@ -927,7 +927,7 @@ export const TOOLS = [
|
|
|
927
927
|
{
|
|
928
928
|
"name": "mp4-to-mp3-api",
|
|
929
929
|
"http_name": "mp4-to-mp3-api",
|
|
930
|
-
"description": "(0.
|
|
930
|
+
"description": "(0.02 USDC/call) MP4 to MP3 API / video to MP3 converter / extract audio from video. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 output with selectable 96, 128, or 192 kbps bitrate. CloudConvert backend, 60-min / 500MB max.",
|
|
931
931
|
"method": "POST",
|
|
932
932
|
"input_schema": {
|
|
933
933
|
"type": "object",
|
|
@@ -954,7 +954,7 @@ export const TOOLS = [
|
|
|
954
954
|
{
|
|
955
955
|
"name": "mp4-to-mp3-converter",
|
|
956
956
|
"http_name": "mp4-to-mp3-converter",
|
|
957
|
-
"description": "(0.
|
|
957
|
+
"description": "(0.02 USDC/call) MP4 to MP3 converter API / extract audio from MP4 / video-to-MP3 conversion. Same CloudConvert-backed handler as mp4-to-mp3, listed for agents converting MP4, MOV, WEBM, MKV, AVI, M4V, or FLV URLs into hosted MP3 files with selectable bitrate.",
|
|
958
958
|
"method": "POST",
|
|
959
959
|
"input_schema": {
|
|
960
960
|
"type": "object",
|
|
@@ -981,7 +981,7 @@ export const TOOLS = [
|
|
|
981
981
|
{
|
|
982
982
|
"name": "ocr",
|
|
983
983
|
"http_name": "ocr",
|
|
984
|
-
"description": "(0.
|
|
984
|
+
"description": "(0.0025 USDC/call) OCR / OCR API / optical character recognition / scanned document extractor / image-PDF to text / scanned PDF OCR. Run OCR on scanned PDFs and image-based documents. Datalab Marker engine preserves layout, tables, and math. Returns clean Markdown or plain text. 30 pages max.",
|
|
985
985
|
"method": "POST",
|
|
986
986
|
"input_schema": {
|
|
987
987
|
"type": "object",
|
|
@@ -1097,7 +1097,7 @@ export const TOOLS = [
|
|
|
1097
1097
|
{
|
|
1098
1098
|
"name": "pdf-parser-api",
|
|
1099
1099
|
"http_name": "pdf-parser-api",
|
|
1100
|
-
"description": "(0.
|
|
1100
|
+
"description": "(0.0025 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.",
|
|
1101
1101
|
"method": "POST",
|
|
1102
1102
|
"input_schema": {
|
|
1103
1103
|
"type": "object",
|
|
@@ -1194,7 +1194,7 @@ export const TOOLS = [
|
|
|
1194
1194
|
{
|
|
1195
1195
|
"name": "pdf-text-extractor",
|
|
1196
1196
|
"http_name": "pdf-text-extractor",
|
|
1197
|
-
"description": "(0.
|
|
1197
|
+
"description": "(0.0025 USDC/call) PDF text extractor / PDF to text API / OCR PDF reader. Extracts clean Markdown, HTML, or structured JSON from digital or scanned PDFs while preserving reading order, tables, and equations. Datalab Marker backend, 30 pages max.",
|
|
1198
1198
|
"method": "POST",
|
|
1199
1199
|
"input_schema": {
|
|
1200
1200
|
"type": "object",
|
|
@@ -1252,7 +1252,7 @@ export const TOOLS = [
|
|
|
1252
1252
|
{
|
|
1253
1253
|
"name": "pdf-to-markdown",
|
|
1254
1254
|
"http_name": "pdf-to-markdown",
|
|
1255
|
-
"description": "(0.
|
|
1255
|
+
"description": "(0.0025 USDC/call) PDF parser / PDF to Markdown / PDF to text / OCR PDF / extract tables from PDF / scanned-PDF OCR / PDF reader / PDF data extractor / equation-aware PDF parser / Datalab Marker. AI-powered, layout-aware extraction that preserves headings, tables, equations (LaTeX), bulleted lists, and multi-column flow. Outputs Markdown (default), HTML, or structured JSON with per-page blocks. Handles digital + scanned PDFs. 30 pages max.",
|
|
1256
1256
|
"method": "POST",
|
|
1257
1257
|
"input_schema": {
|
|
1258
1258
|
"type": "object",
|
|
@@ -1279,7 +1279,7 @@ export const TOOLS = [
|
|
|
1279
1279
|
{
|
|
1280
1280
|
"name": "pdf-to-markdown-api",
|
|
1281
1281
|
"http_name": "pdf-to-markdown-api",
|
|
1282
|
-
"description": "(0.
|
|
1282
|
+
"description": "(0.0025 USDC/call) PDF to Markdown API / PDF parser API / PDF to text API / scanned PDF OCR API. Converts a public PDF URL into clean Markdown, HTML, or structured JSON while preserving headings, tables, equations, and reading order. Datalab Marker backend, 30 pages max.",
|
|
1283
1283
|
"method": "POST",
|
|
1284
1284
|
"input_schema": {
|
|
1285
1285
|
"type": "object",
|
|
@@ -1306,7 +1306,7 @@ export const TOOLS = [
|
|
|
1306
1306
|
{
|
|
1307
1307
|
"name": "pdf-to-text",
|
|
1308
1308
|
"http_name": "pdf-to-text",
|
|
1309
|
-
"description": "(0.
|
|
1309
|
+
"description": "(0.0025 USDC/call) Extract text from PDF / PDF to plain text / pdftotext / pdf2txt / PDF text extractor / scanned PDF OCR / read PDF / parse PDF / PDF content extractor / Datalab Marker. AI + OCR pipeline that preserves reading order across multi-column layouts and recognizes scanned pages. Returns Markdown by default (clean text with structure) or HTML / JSON. 30 pages max.",
|
|
1310
1310
|
"method": "POST",
|
|
1311
1311
|
"input_schema": {
|
|
1312
1312
|
"type": "object",
|
|
@@ -1333,7 +1333,7 @@ export const TOOLS = [
|
|
|
1333
1333
|
{
|
|
1334
1334
|
"name": "pdf-to-text-api",
|
|
1335
1335
|
"http_name": "pdf-to-text-api",
|
|
1336
|
-
"description": "(0.
|
|
1336
|
+
"description": "(0.0025 USDC/call) PDF to text API / PDF text extractor / OCR PDF reader. Same Datalab Marker-backed handler as pdf-to-text, listed for agents extracting Markdown, plain text, HTML, or JSON from digital and scanned PDFs with layout-aware reading order.",
|
|
1337
1337
|
"method": "POST",
|
|
1338
1338
|
"input_schema": {
|
|
1339
1339
|
"type": "object",
|
|
@@ -1686,7 +1686,7 @@ export const TOOLS = [
|
|
|
1686
1686
|
{
|
|
1687
1687
|
"name": "video-to-audio",
|
|
1688
1688
|
"http_name": "video-to-audio",
|
|
1689
|
-
"description": "(0.
|
|
1689
|
+
"description": "(0.02 USDC/call) Video to audio extractor / video to audio converter. Extract MP3 audio track from any video URL (MP4, MOV, WEBM, MKV, AVI, M4V, FLV). Selectable bitrate (96/128/192 kbps). Useful for podcast extraction, audio archival, transcription pre-processing. 60-min / 500MB max. CloudConvert backend.",
|
|
1690
1690
|
"method": "POST",
|
|
1691
1691
|
"input_schema": {
|
|
1692
1692
|
"type": "object",
|
|
@@ -1713,7 +1713,7 @@ export const TOOLS = [
|
|
|
1713
1713
|
{
|
|
1714
1714
|
"name": "video-to-mp3",
|
|
1715
1715
|
"http_name": "video-to-mp3",
|
|
1716
|
-
"description": "(0.
|
|
1716
|
+
"description": "(0.02 USDC/call) Video to MP3 / extract MP3 audio from video URL. Converts MP4, MOV, WEBM, MKV, AVI, M4V, or FLV into an MP3 file for transcription, podcast clips, and media archival. CloudConvert backend, 60-min / 500MB max.",
|
|
1717
1717
|
"method": "POST",
|
|
1718
1718
|
"input_schema": {
|
|
1719
1719
|
"type": "object",
|
package/package.json
CHANGED