lookup_mime
Pack: mime · Endpoint: https://gateway.pipeworx.io/mime/mcp
Get the MIME (media) type for a filename or extension, e.g. “photo.png” or “png” -> “image/png”. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
file | string | yes | A filename or bare extension, e.g. “report.pdf” or “pdf”. |
Example call
curl -X POST https://gateway.pipeworx.io/mime/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_mime","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"mime": {
"url": "https://gateway.pipeworx.io/mime/mcp"
}
}
}
See Getting Started for client-specific install steps.