Loading...
npm install
npm{
"mcpServers": {
"search1api": {
"command": "npx",
"args": [
"-y",
"search1api-mcp"
],
"env": {
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
}
}
}
}searchSearches the web using the Search1API service and returns relevant results.
Read-only operation; retrieves search results without modifying data.
newsSearches for news articles using the Search1API service and returns relevant results.
Read-only operation; retrieves news articles without modifying data.
crawlExtracts content from a specified URL using the Search1API service.
Crawls arbitrary URLs, potentially exposing the system to malicious content or excessive resource consumption.
sitemapRetrieves all related links from a specified URL's sitemap.
Read-only operation; retrieves sitemap links without modifying data.
reasoningUses the DeepSeek R1 model to perform deep thinking and complex problem-solving, leveraging web search capabilities.
Relies on an external model and web search, potentially exposing the system to biased or inaccurate information.
trendingRetrieves trending topics from specified platforms like GitHub and Hacker News.
Read-only operation; retrieves trending topics without modifying data.
This server offers moderate safety due to its reliance on API key authentication and primarily read-only search operations. The crawl and reasoning tools introduce some risk if used carelessly. It's safe when used responsibly with rate limits and trusted URLs, but risky if API keys are exposed or untrusted URLs are crawled.