fatwang2/search1api-mcp
Search via search1api (requires paid API key)
Ads
Overview
Search via search1api (requires paid API key)
Installation
claude mcp add --transport http search1api https://mcp.search1api.com/mcp \
Configuration
{
"mcpServers": {
"search1api": {
"url": "https://mcp.search1api.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_SEARCH1API_KEY"
}
}
}
}Capabilities
- Web search with source filtering
Ask for web results via `search`, narrowing by `include_sites`, `exclude_sites`, or `time_range` across services like Google, Reddit, or arXiv.
- News discovery and crawling
Use `news` to find recent articles, then pass top result URLs to `crawl` for full-page content extraction.
- Sitemap and link discovery
Call `sitemap` on any URL to retrieve all related links for site exploration or content mapping.
- Trending topics monitoring
Pull current trending items from GitHub or Hacker News using `trending` with a configurable `max_results`.
- Multi-service search flexibility
Route queries through specialized engines (e.g., YouTube, Wikipedia, WeChat) by setting the `search_service` parameter in `search`.
Tags
- search
- web-scraping
- api
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.