Queries public SearXNG instances by parsing HTML search results into JSON format, allowing searches with time range filtering (day, month, year), and providing URL and summary data for each result.
mcp-searxng-public
공개 SearXNG 인스턴스를 쿼리하고 HTML 콘텐츠를 JSON 결과로 구문 분석하는 MCP 서버
이론적 해석
제가 본 모든 SearXNG용 MCP 서버는 출력 형식으로 "json"을 사용합니다. SearXNG MCP 서버를 코딩하는 데는 확실히 더 빠른 방법이지만, JSON 형식을 제공하지 않는 거의 모든 공개 서버에서는 제대로 작동하지 않습니다.
이 서버는 최대 3개의 공개 SearXNG 서버(하나는 기본으로, 다른 하나는 대체 서버로 사용)에서 데이터를 읽고 그 결과를 JSON으로 구문 분석합니다.
설치
npm install mcp-serxng-public
통해 설치합니다.
서버가 설치된 경우 실행 구성은 다음과 같습니다.
지엑스피1
( https://searx.space/ 의 모든 서버를 선택한 서버로 사용할 수 있습니다)
용법
서버는 하나의 엔드포인트( search
를 노출합니다. 엔드포인트는 두 개의 인수를 받습니다. query
- 검색 쿼리와 선택적 time_range
- https://docs.searxng.org/dev/search\_api.html 사양에 따라 시간 범위 매개변수( day
, month
또는 year
)를 받습니다.
반환되는 것은 객체의 배열입니다.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
HTML 콘텐츠를 JSON 결과로 구문 분석하여 공개 SearXNG 인스턴스를 검색할 수 있는 MCP 서버로, JSON API 액세스가 필요 없이 메타검색 기능을 제공합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityAn MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.Last updated -215,87047,408JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates the SearxNG API, providing web search capabilities.Last updated -263363JavaScriptMIT License
- -securityAlicense-qualityA server based on the MCP protocol that uses the Brave API for web search functionality.Last updated -6PythonMIT License
- -securityAlicense-qualityMCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)Last updated -1PythonMIT License