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, then reload the agent. A token in a header is the fast path — one step, no browser sign-in. `auth: oauth` also works if you prefer it; the server implements the full discovery, registration and refresh chain.
- 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.