MCP Server Fetch Python
by tatn
get-markdown-from-media
Performs AI-powered content extraction from media files (images and videos) and converts the results to Markdown format. Specialized tool for visual content analysis that utilizes computer vision and OCR capabilities to generate descriptive text from media sources.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the target web page (images, videos, etc.). |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the target web page (images, videos, etc.).",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}
You must be authenticated.