Connect Hermes Agent (Nous Research)
Add the remote server to your Hermes config. 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):
mcp_servers:
convertfleet:
url: "https://convertfleet.com/api/mcp"
headers:
Authorization: "Bearer flt_YOUR_KEY"Edit ~/.hermes/config.yaml. Bearer auth works out of the box.
- 3. Reload Hermes Agent (Nous Research), 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.