{"openapi":"3.1.0","info":{"title":"Brave Search MCP Server","description":"Brave Search MCP 서버로 AI 도구에서 웹 검색과 로컬 검색을 수행할 수 있습니다. 월 2,000건 무료 쿼리를 제공하며, 실시간 정보 검색이 필요한 AI 에이전트 구축에 필수적인 도구입니다.","version":"1.0.0","x-fusepie-id":"mcp-brave-search","x-fusepie-category":"data","x-fusepie-provider":"Brave"},"servers":[{"url":"npx -y @modelcontextprotocol/server-brave-search","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_brave_search","summary":"Brave Search MCP Server","description":"Brave Search MCP 서버로 AI 도구에서 웹 검색과 로컬 검색을 수행할 수 있습니다. 월 2,000건 무료 쿼리를 제공하며, 실시간 정보 검색이 필요한 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-brave-search":{"command":"npx","args":["-y","@fusepie/mcp-mcp-brave-search"],"env":{"API_KEY":""}}}}}