Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Search1API

io.github.superagents-lab/search1api

Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

Uptime
100.0%
1 direct probes · 30d
Response
214ms
last probe
Tools
5
callable
Resources
1
readable
Prompts
0
available

Tools · 5

search

Search the live public web when the user needs current information, sources, or research. Returns citable results with id, title, URL, and text. Pass a result URL to crawl to retrieve the full page.

news

Search current news when the user asks about recent events, announcements, or coverage. Returns citable article results with title, URL, snippet, and optional extracted text.

crawl

Extract the readable title and full text from a public URL supplied by the user or returned by search.

sitemap

Discover related public links from a page or domain when the user wants to explore a site's structure or available pages.

trending

List currently trending repositories or stories from GitHub or Hacker News when the user asks what is popular now.

Resources · 1

Search1API Information

Basic information about Search1API capabilities

search1api://info

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "search1api": {
      "url": "https://mcp.search1api.com/mcp",
      "transport": "streamable-http"
    }
  }
}