A server providing web search, news search, content extraction and sitemap functionality
Description:
A server providing web search, news search, content extraction and sitemap functionality
Category: Search & Content Extraction
Overview:
Search1API MCP offers four main tools for information retrieval and content analysis:
Search Tool
News Tool
Crawl Tool
Sitemap Tool
Setup Requirements:
Installation:
npx -y search1api-mcp
Configuration:
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": ["-y", "search1api-mcp"],
"env": {
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
}
}
}
}
Version History:
License: MIT