Tavily
tavily.com
· Tavily
Real-time search engine for AI agents and RAG workflows. Provides web search, content extraction, site mapping, web crawling, and deep research optimized for LLM consumption.
tavily.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 58/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://tavily.com/.well-known/agent-card.json |
| Provider | https://tavily.com |
| Docs | https://docs.tavily.com |
Skills · 5 declared · mapped to canonical taxonomy
AI-optimized web search returning relevant results with content snippets and optional answer generation. Supports topic filtering (general, news, finance), sear…
Extracts clean, structured content from one or more URLs. Strips navigation, ads, and boilerplate, returning text optimized for LLM consumption.
Crawls a website with configurable depth control, extracting content from discovered pages. Returns structured content from multiple pages within a domain.
Maps the structure of a website, discovering all accessible URLs and their relationships. Returns a comprehensive URL list for a given domain.
Async deep research that searches, extracts, and synthesizes information into comprehensive reports. Supports streaming and polling for long-running research ta…
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
unknown
2
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/tavily.com) [](https://agenstry.com/agents/tavily.com) [](https://agenstry.com/agents/tavily.com) [](https://agenstry.com/agents/tavily.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Tavily",
"description": "Real-time search engine for AI agents and RAG workflows. Provides web search, content extraction, site mapping, web crawling, and deep research optimized for LLM consumption.",
"url": "https://api.tavily.com",
"version": "1.0.0",
"protocolVersion": "1.0",
"provider": {
"organization": "Tavily",
"url": "https://tavily.com"
},
"documentationUrl": "https://docs.tavily.com",
"iconUrl": "https://tavily.com/favicon.ico",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"name": "Authorization",
"in": "header",
"description": "Tavily API key passed as Bearer token for REST API"
},
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://mcp.tavily.com/mcp/",
"tokenUrl": "https://mcp.tavily.com/mcp/",
"scopes": {}
}
},
"description": "OAuth 2.0 authentication for MCP server connections"
}
},
"security": [
{
"apiKey": []
},
{
"oauth2": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "web-search",
"name": "Web Search",
"description": "AI-optimized web search returning relevant results with content snippets and optional answer generation. Supports topic filtering (general, news, finance), search depth control, time-range filtering, and domain inclusion/exclusion.",
"tags": [
"search",
"web",
"research",
"news",
"information-retrieval",
"rag"
],
"examples": [
"Search for the latest developments in quantum computing",
"Find news articles about AI regulation from the past week",
"Research best practices for Kubernetes autoscaling"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "content-extract",
"name": "Content Extract",
"description": "Extracts clean, structured content from one or more URLs. Strips navigation, ads, and boilerplate, returning text optimized for LLM consumption.",
"tags": [
"extract",
"scraping",
"content",
"parsing",
"url"
],
"examples": [
"Extract the main article content from this URL",
"Get the text content from these documentation pages"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "web-crawl",
"name": "Web Crawl",
"description": "Crawls a website with configurable depth control, extracting content from discovered pages. Returns structured content from multiple pages within a domain.",
"tags": [
"crawl",
"spider",
"website",
"depth-search"
],
"examples": [
"Crawl the documentation site at docs.example.com up to depth 3",
"Crawl example.com and extract all product pages"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "site-map",
"name": "Site Map",
"description": "Maps the structure of a website, discovering all accessible URLs and their relationships. Returns a comprehensive URL list for a given domain.",
"tags": [
"map",
"sitemap",
"url-discovery",
"website-structure"
],
"examples": [
"Map all URLs on docs.example.com",
"Discover the site structure of example.com"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "deep-research",
"name": "Deep Research",
"description": "Async deep research that searches, extracts, and synthesizes information into comprehensive reports. Supports streaming and polling for long-running research tasks.",
"tags": [
"research",
"report",
"analysis",
"synthesis",
"deep-search"
],
"examples": [
"Research the competitive landscape for AI search APIs",
"Generate a comprehensive report on recent advances in RAG architectures",
"Analyze the pros and cons of different vector databases"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/event-stream"
]
}
]
}