tavily-pool-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tavily-pool-mcpsearch for latest developments in artificial intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tavily-pool-mcp
A local Model Context Protocol server that exposes a Tavily search tool and rotates across multiple Tavily API keys.
Features
Exposes
tavily_searchas an MCP toolRotates across multiple Tavily API keys
Retries with another key on
401,403, or429Works with OpenCode and other MCP-compatible clients
Requirements
Node.js 18+
Tavily API keys
Install
npm installConfiguration
Set TAVILY_API_KEYS as a space, comma, or semicolon separated list:
export TAVILY_API_KEYS="tvly-dev-key-1 tvly-dev-key-2 tvly-dev-key-3"On Windows PowerShell:
$env:TAVILY_API_KEYS="tvly-dev-key-1 tvly-dev-key-2 tvly-dev-key-3"Run
npm startnpm start starts a stdio MCP server, so the terminal will wait for MCP input. This is expected.
OpenCode Config
Add this to your OpenCode opencode.json:
{
"mcp": {
"tavily-pool": {
"type": "local",
"enabled": true,
"command": ["node", "C:/path/to/tavily-pool-mcp/src/index.mjs"],
"environment": {
"TAVILY_API_KEYS": "{env:TAVILY_API_KEYS}"
}
}
}
}Tool
tavily_search
Arguments:
query: search querymax_results: 1-20, default 5search_depth:basicoradvanced, defaultbasicinclude_answer: boolean, default falseinclude_raw_content: boolean, default false
Security
Do not commit real API keys. Use environment variables or a secret manager.
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yanjin734-ltsm/TAVILY_POOL_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server