Titanos MCP for Hermes
Agent Plugin v1 package that installs the official @titanos/mcp-agents MCP server and Titanos operating skills in Hermes.
One install provides:
- OAuth MCP connection to the live Titanos tools.
- Product and keyword research guidance.
- Amazon Seller, listings, and Ads guidance.
- Mercado Livre, Olist, Bling, Shopee, and Titanos Core guidance.
- Safety rules for every write-capable operation.
Hermes discovers the bundled skills automatically inside a collision-safe plugin namespace. No separate skill installation is required. In Skills, their names end with:
titanos-mcptitanos-minertitanos-seller-operationstitanos-listingstitanos-amazon-adstitanos-marketplace-operationstitanos-safe-writes
The visible prefix is generated by Hermes for portable plugins and may look like agent-plugin-titanos-mcp-…:.
It does not contain a token, API key, .env file or a custom backend. Authentication uses the OAuth flow provided by the Titanos MCP client. The empty TITANOS_API_KEY value in mcp.json clears inherited legacy keys; it is not a credential.
Requirements
- Hermes Agent with Agent Plugins v1 support.
- Node.js 20.18.1 or newer and
npxavailable on the machine running Hermes. - A Titanos account allowed to authorize the requested MCP scopes.
Authenticate Titanos
Run once on the same computer where Hermes runs:
npx -y @titanos/mcp-agents@1.47.2 login
Complete the browser authorization. Check the saved connection without exposing a token:
npx -y @titanos/mcp-agents@1.47.2 status
Install in Hermes Desktop
- Open Capabilities → Plugins → Install from Git.
- Enter
guilherme-vasques-ltda/hermes-plugin-titanos. - Review the package and install it. Keep it disabled until the Titanos OAuth connection exists.
- Enable titanos-mcp in Capabilities → Plugins.
- Start a new Hermes chat or run
/resetso the MCP tools are discovered.
Install with the CLI
For the active Hermes profile:
hermes plugins install guilherme-vasques-ltda/hermes-plugin-titanos --no-enable
hermes plugins enable titanos-mcp
Use hermes -p <profile> in place of hermes to install into a specific profile.
Verify
hermes plugins list --plain --no-bundled
hermes plugins show titanos-mcp
Open a fresh Hermes session and ask it to use a Titanos MCP tool. The first startup downloads the pinned MCP package if it is not already in the npm cache.
Update
This package pins the MCP server at 1.47.2. Updating the server is a repository change: update mcp.json, tests and documentation together, then publish a reviewed release.
Remove
hermes plugins disable titanos-mcp
hermes plugins remove titanos-mcp
To revoke the local Titanos authorization afterwards:
npx -y @titanos/mcp-agents@1.47.2 logout
License
MIT. See LICENSE.