metadata-extractor
3.5
The Metadata Extractor is a tool designed to read and extract metadata from various file types efficiently.
The Metadata Extractor is a powerful and efficient tool designed to read and extract metadata from various file types, irrespective of their size. This server is capable of processing metadata for a wide range of formats, ensuring quick and accurate results every time.
Features
- {'name': 'Extensive Format Support', 'description': 'The Metadata Extractor can read metadata from a vast array of file extensions including, but not limited to, images, photos, music, and videos.'}
- {'name': 'No File Size Limit', 'description': 'There is no restriction on the file size for metadata extraction, allowing users to process large files with ease.'}
- {'name': 'Fast and Accurate', 'description': 'Regardless of the file size, the Metadata Extractor ensures fast processing and accurate metadata retrieval.'}
MCP Tools
- metadata_from_file_url: Retrieves metadata from a given file URL.
Usage with Different Platforms
mcp
python
import requests
url = 'http://example.com/file.jpg'
response = requests.get(f'http://metadata-extractor-server/api/extract?url={url}')
metadata = response.json()
print(metadata)