Connect Generic (curl)
Any MCP client speaks JSON-RPC 2.0 over HTTP POST. 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):
curl -s https://convertfleet.com/api/mcp \
-H "Authorization: Bearer flt_YOUR_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'- 3. Reload Generic (curl), 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.