feat: Add Exa MCP Server - AI-powered semantic search integration #321
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses Klavis AI assignment requirements for MCP server development.
Description
This PR contributes a comprehensive MCP server for Exa's AI-powered search API, enabling intelligent, semantic content discovery for AI agents. The implementation follows Klavis AI's development philosophy of atomic, well-designed tools that provide clear vocabulary for AI interaction.
Key Implementation Highlights:
Tools Implemented:
search_web- General semantic web search with neural understandingfind_similar_content- Content similarity discovery using AI embeddingssearch_recent_content- Time-filtered search for fresh, up-to-date informationsearch_academic_content- Scholarly content search with academic source filteringget_page_contents- Full content extraction with AI-generated summariesRelated issue
Addresses Klavis AI Founding Engineer assignment - MCP server development task for Exa API integration.
Type of change
How has this been tested?
(Add screenshots or recordings here if applicable.)
Comprehensive Testing Strategy:
Video Proof of Correctness :
Videos are available in klavis\mcp_servers\exa\examples\proof_of_correctness/
1 - Intro.mp4- Server overview and tool explanations2 - AI Web Search.mp4- Natural language web search demonstration3 - Find Similar Content.mp4- Semantic similarity discovery4 - Recent Content Search.mp4- Time-filtered search capabilities5 - Academic Search.mp4- Scholarly content discovery6 - Extract Content.mp4- Full content extraction and analysisEach video demonstrates:
Automated Test Suite:
Manual Testing:
Real-World Validation:
Checklist