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)