This Search1API MCP server, developed by fatwang2, provides an interface for AI assistants to perform web searches, news searches, content extraction, and sitemap retrieval using the Search1API service. It enables AI agents to query Search1API and retrieve structured results through a controlled MCP server. Built in JavaScript, the implementation handles API authentication and request formatting for multiple Search1API endpoints. By leveraging Search1API's capabilities, this server allows AI systems to access real-time web information, news articles, and site structures in a safe manner. It is particularly useful for AI assistants needing to conduct web research, analyze current events, or extract content from websites while maintaining a clear separation between the AI model and external data sources.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search the web using Search1API. Parameters: query (string, required), max_results (optional integer, default 10), search_service (optional string, default 'google'), crawl_results (optional integer, default 0), include_sites (optional array), exclude_sites (optional array), time_range (optional string)
Search for news articles. Parameters: query (string, required), max_results (optional integer, default 10), search_service (optional string, default 'bing'), crawl_results (optional integer, default 0), include_sites (optional array), exclude_sites (optional array), time_range (optional string)
Extract content from a URL. Parameters: url (string, required)
Get all related links from a URL. Parameters: url (string, required)
Deep thinking and complex problem solving with DeepSeek R1. Parameters: content (string, required)
Get trending topics from popular platforms. Parameters: search_service (string, required), max_results (optional integer, default 10)