Tavily Cursor MCP Server
Server Quality Checklist
Latest release: v1.0.0
- Disambiguation4/5
The tools are mostly distinct, with clear primary functions: extraction, general search, context generation, and Q&A. However, tavily_search and tavily_search_context could be slightly confusing as both involve search, though their descriptions differentiate them well.
Naming Consistency5/5All tools follow a consistent 'tavily_verb' pattern, using snake_case uniformly. The naming is predictable and readable, with no deviations in style or convention.
Tool Count5/5With 4 tools, this server is well-scoped for its purpose of web search and content extraction. Each tool serves a specific, non-redundant function, making the count appropriate and manageable.
Completeness4/5The toolset covers core web search and extraction workflows effectively, including content retrieval, general search, context generation, and direct Q&A. A minor gap might be the lack of advanced filtering or customization options, but agents can work around this for most use cases.
Average 3.2/5 across 4 of 4 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 0 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.
If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.
MCP servers without a LICENSE cannot be installed.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool returns 'search results optimized for context generation,' which implies a read-only operation focused on retrieval, but lacks details on permissions, rate limits, error handling, or the format of returned results. This is a significant gap for a tool with behavioral implications.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise and front-loaded, consisting of two clear sentences that directly state the tool's purpose and output. There is no wasted language or redundancy, making it efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness2/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (involving search and context generation), lack of annotations, and no output schema, the description is incomplete. It doesn't explain what 'optimized for context generation' entails, how results differ from other search tools, or what the return format looks like, leaving gaps for effective agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no parameter-specific information beyond what the input schema provides. Since schema description coverage is 100%, the schema already documents all parameters (query, search_depth, max_results) with descriptions and defaults. The description doesn't compensate with additional context, so it meets the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Generate context for RAG applications' and 'Returns search results optimized for context generation.' It specifies the verb ('Generate'), resource ('context'), and optimization goal ('for RAG applications'), but doesn't explicitly differentiate from sibling tools like tavily_search or tavily_search_qna, which likely serve similar search-related purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It mentions the tool is 'optimized for context generation,' but doesn't specify scenarios where this is preferred over other search tools like tavily_search or tavily_extract, nor does it outline any prerequisites or exclusions for usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'Returns relevant search results with URLs, content snippets, and metadata', which gives some output context, but lacks critical behavioral details such as rate limits, authentication requirements, error handling, or whether it's a read-only operation. For a web search tool with no annotation coverage, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and well-structured in a single sentence: 'Search the web using Tavily API. Returns relevant search results with URLs, content snippets, and metadata.' It front-loads the core purpose and efficiently communicates the key functionality without any wasted words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of a web search tool with 8 parameters and no output schema, the description is minimally adequate. It covers the basic purpose and return format but lacks details on behavioral aspects (e.g., rate limits, errors) and doesn't help differentiate from sibling tools. With no annotations and no output schema, the description should provide more context to be fully complete for agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, providing clear documentation for all 8 parameters. The description adds no additional parameter semantics beyond what's in the schema (e.g., it doesn't explain parameter interactions or provide usage examples). With high schema coverage, the baseline score of 3 is appropriate as the schema does the heavy lifting, and the description doesn't compensate with extra insights.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search the web using Tavily API' with the specific verb 'Search' and resource 'web'. It distinguishes itself from siblings by mentioning it returns 'relevant search results with URLs, content snippets, and metadata', which suggests a general search function. However, it doesn't explicitly differentiate from sibling tools like 'tavily_search_context' or 'tavily_search_qna', which likely have overlapping purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines2/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus its siblings (tavily_extract, tavily_search_context, tavily_search_qna). It mentions what the tool does but offers no context about alternatives, exclusions, or specific use cases. This leaves the agent without clear direction on tool selection among similar options.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'Returns a concise answer,' which gives some output behavior, but lacks details on rate limits, authentication needs, error handling, or what 'concise' entails (e.g., length, format). For a search tool with no annotation coverage, this leaves significant gaps in understanding operational traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded and efficient: two sentences that directly state the tool's function and output without unnecessary details. Every sentence earns its place by covering purpose and behavior concisely, making it easy to parse and understand quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (search with parameters), no annotations, and no output schema, the description provides basic purpose and output info but lacks depth. It doesn't cover error cases, response format beyond 'concise answer,' or integration with sibling tools. This is adequate as a minimum viable description but has clear gaps for effective agent use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with clear descriptions for both parameters ('query' as 'The question to answer' and 'search_depth' as 'Search depth' with enum values). The description adds no additional parameter semantics beyond what the schema provides, such as explaining 'search_depth' choices or query formatting. Baseline 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get a direct answer to a question using Tavily's Q&A optimized search.' It specifies the action ('Get a direct answer') and resource ('question'), but doesn't explicitly differentiate from sibling tools like 'tavily_search' or 'tavily_search_context' beyond mentioning 'Q&A optimized search.' This makes it clear but not fully sibling-distinctive.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context with 'to specific questions' and mentions 'Q&A optimized search,' suggesting it's for direct answers rather than broader searches. However, it doesn't provide explicit guidance on when to use this tool versus alternatives like 'tavily_search' or 'tavily_extract,' nor does it specify exclusions or prerequisites. The guidance is present but limited to implication.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior2/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions that content is 'clean' with ads and navigation removed, which adds some context, but lacks details on error handling, rate limits, authentication needs, or output format. For a tool with no annotations, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose and followed by a clarifying detail. Every sentence earns its place by specifying the action, resource, and behavioral outcome without redundancy or unnecessary information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness3/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (extracting content from URLs) and lack of annotations and output schema, the description is partially complete. It covers the purpose and basic behavior but omits details on output structure, error cases, and usage constraints, which are important for effective tool invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the 'urls' parameter documented as 'Array of URLs to extract content from'. The description adds no additional meaning beyond this, such as URL format requirements or limits on array size. With high schema coverage, the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Extract clean content') and resource ('from one or more URLs'), with explicit mention of what is extracted ('main content from web pages') and what is removed ('ads and navigation'). It distinguishes from sibling tools (tavily_search, tavily_search_context, tavily_search_qna) by focusing on extraction rather than search or Q&A functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for extracting main content from URLs, but does not explicitly state when to use this tool versus alternatives like the sibling search tools. No guidance is provided on exclusions or prerequisites, such as URL validity or content type limitations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sumitchatterjee13/tavily-cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server