Connect OpenClaw
OpenClaw targets the MCP alias path by convention. Endpoint: https://convertfleet.com/api/mcp, auth Authorization: Bearer flt_….
- 1. Copy your
flt_API key from the dashboard. - 2. Add this configuration (replace
flt_YOUR_KEY):
{
"mcpServers": {
"convertfleet": {
"type": "streamable-http",
"url": "https://convertfleet.com/model_context_protocol/2025-03-26/mcp",
"headers": { "Authorization": "Bearer flt_YOUR_KEY" }
}
}
}Add to mcporter.json.
- 3. Reload OpenClaw, then ask it to convert a file — e.g. “convert this PDF to Word: <url>”. It calls convert_file and returns a short-lived download link.