UNPKG

markov-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

13 lines (12 loc) 349 B
// Configuration for API export const API_CONFIG = { BASE_URL: 'https://api.exa.ai', ENDPOINTS: { SEARCH: '/search' }, RESEARCH_ENDPOINT: 'https://api.exa.ai/research/v0/tasks', WEBSETS_ENDPOINT: 'https://api.exa.ai/websets/v0', DEFAULT_NUM_RESULTS: 5, DEFAULT_MAX_CHARACTERS: 3000, REQUEST_TIMEOUT: 30000 };