media
Discover, download, and analyze web media for AI processing. Scan pages for media URLs, download files locally, and analyze content using LLMs.
Instructions
Media discovery and download.
list: Scan page, return URLs + metadata
download: Download specific files to local
analyze: Analyze a local media file using configured LLM (requires API_KEYS)
Note: Downloading is intended for downstream analysis (e.g., passing to an LLM or vision model). The MCP server provides the raw files; the MCP client orchestrates the analysis.
Use help tool for full documentation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| url | No | ||
| media_type | No | all | |
| media_urls | No | ||
| output_dir | No | ||
| max_items | No | ||
| prompt | No | Describe this image in detail. |