Search1API
io.github.superagents-lab/search1apiWeb search, news, page retrieval, sitemaps, and trending topics through Search1API.
Tools · 5
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.
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.
Extract the readable title and full text from a public URL supplied by the user or returned by search.
Discover related public links from a page or domain when the user wants to explore a site's structure or available pages.
List currently trending repositories or stories from GitHub or Hacker News when the user asks what is popular now.
Resources · 1
Basic information about Search1API capabilities
search1api://info
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp",
"transport": "streamable-http"
}
}
}