exa-mcp-server
Version:
A Model Context Protocol server with Exa for web search, academic paper search, and Twitter/X.com search. Provides real-time web searches with configurable tool selection, allowing users to enable or disable specific search capabilities. Supports customiz
14 lines (13 loc) • 426 B
JavaScript
// Export the tool registry
export { toolRegistry, API_CONFIG } from "./config.js";
// Import all tools to register them
import "./webSearch.js";
import "./researchPaperSearch.js";
import "./companyResearch.js";
import "./crawling.js";
import "./competitorFinder.js";
import "./linkedInSearch.js";
import "./wikipediaSearch.js";
import "./githubSearch.js";
// When adding a new tool, import it here
// import "./newTool.js";