---
name: "xpay-tavily"
description: "AI-optimized web search and URL content extraction"
version: "1.0.0"
provider: "Tavily Search"
tools: 6
---

# Tavily Search

AI-optimized web search and URL content extraction

## Tavily Search

AI-optimized web search and URL content extraction

### Available Tools

- **tavily_search**: Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs. — $0.02/call
- **tavily_extract**: Extract content from URLs. Returns raw page content in markdown or text format. — $0.02/call
- **tavily_crawl**: Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth. — $0.02/call
- **tavily_map**: Map a website's structure. Returns a list of URLs found starting from the base URL. — $0.02/call
- **tavily_research**: Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources, including web pages, documents, and other resources, to answer a question or complete a task. Returns a detailed response based on the research findings. — $0.02/call

### Quick Start

```json
{
  "mcpServers": {
    "tavily": {
      "url": "https://tavily.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

Pay per tool call from your XPay wallet. No subscriptions, no minimums.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 6
**Category:** Web Search & Research

## When to Use

Use Tavily Search tools when you need to ai-optimized web search and url content extraction. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## Available Tools

- **Tavily Search** — Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-search/SKILL.md)
- **Tavily Extract** — Extract content from URLs. Returns raw page content in markdown or text format. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-extract/SKILL.md)
- **Tavily Crawl** — Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-crawl/SKILL.md)
- **Tavily Map** — Map a website's structure. Returns a list of URLs found starting from the base URL. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-map/SKILL.md)
- **Tavily Research** — Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources, including web pages, documents, and other resources, to answer a question or complete a task. Returns a detailed response based on the research findings. Rate limit: 20 requests per minute. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-research/SKILL.md)
- **Tavily Skill** — Search documentation for any library, API, or tool. Returns relevant, structured documentation chunks assembled for your specific query. When working with a specific library, always pass the library name for best results. — $0.02/call — [SKILL.md](https://xpay.tools/skills/tavily/tavily-skill/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("tavily")`
2. **`xpay_details`** — Get input schema: `xpay_details("tavily/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("tavily/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/tavily/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
