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 (required string), max_results (optional integer, default: 10), search_service (optional string, default: 'google'), crawl_results (optional integer, default: 0), include_sites (optional string), exclude_sites (optional string), time_range (optional string)
Search for news articles using Search1API. Parameters: query (required string), max_results (optional integer, default: 10), search_service (optional string, default: 'bing'), crawl_results (optional integer, default: 0), include_sites (optional string), exclude_sites (optional string), time_range (optional string)
Extract content from a URL using Search1API. Parameters: url (required string)
Get all related links from a URL. Parameters: url (required string)
A tool for deep thinking and complex problem solving with fast deepseek r1 model and web search ability. Parameters: content (required string)
Get trending topics from popular platforms. Parameters: search_service (required string), max_results (optional integer, default: 10)