MCPServers
S

Search1API

115
6.5k
0

Summary

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.

Available Actions(6)

search

Search the web using Search1API. Parameters: query (required), max_results (optional, default: 10), search_service (optional, default: 'google'), crawl_results (optional, default: 0), include_sites (optional), exclude_sites (optional), time_range (optional)

news

Search for news articles using Search1API. Parameters: query (required), max_results (optional, default: 10), search_service (optional, default: 'bing'), crawl_results (optional, default: 0), include_sites (optional), exclude_sites (optional), time_range (optional)

crawl

Extract content from a URL using Search1API. Parameters: url (required)

sitemap

Get all related links from a URL. Parameters: url (required)

reasoning

A tool for deep thinking and complex problem solving. Parameters: content (required)

trending

Get trending topics from popular platforms. Parameters: search_service (required), max_results (optional, default: 10)

Last Updated: April 8, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Language

TypeScript

Categories

Tags

Search1API MCP Server for Windsurf