Search1API

Author:@fatwang2
View on GitHub

Overview

Search1API is an API for integrated web search, crawling, and sitemap extraction.

To begin, register on the website to obtain your API key. You can then use its tools by sending requests with the required parameters to perform searches, crawl pages, or extract sitemaps.

Key features include comprehensive web search, news article search, content extraction from specific URLs, sitemap generation, and seamless integration with Claude Desktop.

Common use cases are searching for topic-relevant information online, extracting real-time news updates, crawling URLs for content analysis, and generating sitemaps for SEO structure insights.

To get an API key, register on the Search1API website and select a pricing plan. A free trial is available, with plans starting from $0.99. The API can be used with any programming language that supports HTTP requests.

Configuration

{
  "mcpServers": {
    "search1api": {
      "command": "npx",
      "args": [
        "-y",
        "search1api-mcp"
      ],
      "env": {
        "SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
      }
    }
  }
}