integration-tavily

Connect Tavily to a self-hosted Hermes agent via remote MCP over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-tavily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-tavily
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-tavily
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-tavily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Tavily’s agentic search, extract, crawl, and research capabilities to a self-hosted Hermes agent so AI coding assistants can use web intelligence without manual setup.

Core Features & Use Cases

  • Remote MCP Wiring: Registers Tavily as a first-party remote MCP server over SSH for a Hermes deployment.
  • Secure Credential Handling: Stores the tvly- API key in the Hermes environment file with permission safeguards and avoids leaking secrets in URLs or logs.
  • Validation and Recovery: Verifies token format, live REST access, MCP initialization, gateway reloads, smoke tests, and rollback safety.
  • Use Case: A developer wants Claude Code or Cursor on their machine to query Tavily through a VPS-hosted Hermes agent for search and research tasks.

Quick Start

Tell the AI to connect Tavily to your self-hosted Hermes agent by SSH using your VPS details and a valid tvly- API key.

Frequently Asked Questions about integration-tavily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Tavily web search to a self-hosted Hermes agent?

To connect Tavily web search to a self-hosted Hermes agent, register it as a remote MCP server over SSH using your VPS details and a valid tvly- API key. The setup verifies token format, REST access, and gateway reloads automatically.

Can I use Tavily search with Claude Code or Cursor through a VPS?

Yes, you can use Tavily search with Claude Code, Cursor, Gemini CLI, or Codex by routing requests through a VPS-hosted Hermes agent. This remote MCP integration enables AI coding assistants to utilize web intelligence without manual setup.

How are Tavily API credentials stored securely in a Hermes deployment?

Tavily API credentials are stored securely in the Hermes environment file with permission safeguards. The integration avoids leaking secrets in URLs or logs during the SSH-based deployment workflow.

What happens if MCP initialization fails when adding Tavily to Hermes?

If MCP initialization fails when adding Tavily to Hermes, the integration includes built-in validation and recovery mechanisms. It performs smoke tests and ensures rollback safety to restore your previous configuration securely.

Do I need SSH access to configure Tavily as a remote MCP server?

Yes, SSH access is required to configure Tavily as a remote MCP server. The integration applies to SSH-based deployment workflows to register the tool, verify live REST access, and reload the gateway on your VPS.