Give Claude Code real-time web search capabilities with Tavily MCP — retrieve current information, research topics, and ground responses with live data.
Tavily is a search API purpose-built for AI agents, providing fast, relevant, and factual web search results with clean content extraction. The Tavily MCP brings real-time web search into Claude Code, allowing Claude to retrieve current information, research unfamiliar topics, verify facts, and ground its responses with live data from across the web.
mcpizy install tavily
Create an account at tavily.com and copy your API key. Free tier provides 1,000 API calls per month. Provide the key during MCPizy setup.
Research recent changes to a cloud provider's pricing before building a cost estimator:
// Claude will:
// 1. Search "AWS Lambda pricing 2026" with Tavily
// 2. Extract relevant pricing information from the top results
// 3. Cross-reference against the official AWS pricing page
// 4. Use the verified, current data in the cost estimator logic
include_domains=["docs.aws.amazon.com"]) to get authoritative answers rather than blog opinions.