{"openapi":"3.1.0","info":{"title":"Exa MCP Server","description":"Exa MCP 서버로 의미론적 웹 검색, 유사 페이지 탐색, 콘텐츠 추출을 AI 에이전트에서 수행할 수 있습니다. 키워드가 아닌 의미 기반으로 검색하여 더 정확하고 관련성 높은 결과를 얻을 수 있습니다.","version":"1.0.0","x-fusepie-id":"mcp-exa","x-fusepie-category":"ai","x-fusepie-provider":"Exa"},"servers":[{"url":"npx -y exa-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_exa","summary":"Exa MCP Server","description":"Exa MCP 서버로 의미론적 웹 검색, 유사 페이지 탐색, 콘텐츠 추출을 AI 에이전트에서 수행할 수 있습니다. 키워드가 아닌 의미 기반으로 검색하여 더 정확하고 관련성 높은 결과를 얻을 수 있습니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-exa":{"command":"npx","args":["-y","@fusepie/mcp-mcp-exa"],"env":{"API_KEY":""}}}}}