Url To Webloc MCP tool
findutils:url_to_webloc Convert Windows .url Internet Shortcuts into Mac .webloc website location files. Pass each file as { name, content } with its text. The URL= line of the [InternetShortcut] section (case-insensitive, CRLF and byte order mark tolerated) becomes the URL string of an XML property list, which Finder opens; the output keeps the source name with .webloc instead of .url (repeated names get " (2)"). A file without that section or URL line, and any binary .lnk shortcut, is listed in skipped with the reason and the rest still convert. Writes XML plists, not binary ones. The URLs are copied as written and never opened.
Arguments
application/json-
files
array required
The .url files, in order, at most 5000. Each item is { name, content }: the file name (for example "Docs.url") and the file's text.
Example arguments
Verified{
"files": [
{
"name": "Docs.url",
"content": "[InternetShortcut]\r\nURL=https://example.com/docs\r\n"
}
]
} More Calculators tools
- Bmi Calculate Compute Body Mass Index (BMI) with metric (kg/cm) or imperial (lb/in) units.
- Body Fat Calculator Estimate body fat percentage, fat mass, lean mass, BMI, and a body-composition category.
- Calorie Calculator Work out how many calories to eat per day to lose, maintain, or gain weight.
- Carbon Footprint Calculator Estimate an annual personal carbon footprint in tonnes of CO2 from home energy, transportation, and lifestyle, with a per-category breakdown
- Chmod Calculate Convert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions.
- Cloudflare Cost Calculate Estimate monthly Cloudflare developer platform costs (Workers, D1, R2, KV, Durable Objects) under free or $5 Workers Paid plans.