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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Search the web using Search1API. Parameters: query (required, string), max_results (optional, default: 10, integer), search_service (optional, default: 'google', string), crawl_results (optional, default: 0, integer), include_sites (optional, list of strings), exclude_sites (optional, list of strings), time_range (optional, string)
Search for news articles using Search1API. Parameters: query (required, string), max_results (optional, default: 10, integer), search_service (optional, default: 'bing', string), crawl_results (optional, default: 0, integer), include_sites (optional, list of strings), exclude_sites (optional, list of strings), 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, default: 10, integer)