Overview
What is Mcp Smartsearch?
Mcp Smartsearch is an MCP server that integrates a remote intelligent search API, enabling keyword-based web search functionality.
How to use Mcp Smartsearch?
To use Mcp Smartsearch, you need to obtain an API key from a supported intelligent search service and configure the MCP service in ModelScope with the provided settings.
Key features of Mcp Smartsearch?
- Web Search: Supports keyword search, pagination, language, and safety level options.
- Structured Response: All search results are returned in JSON format.
- Platform Compatibility: Optimized for the ModelScope MCP platform, allowing direct deployment from source code.
Use cases of Mcp Smartsearch?
- Performing keyword-based searches across the web.
- Integrating intelligent search capabilities into applications.
- Customizing search parameters for specific needs.
FAQ from Mcp Smartsearch?
- How do I get an API key?
You need to register with a service that supports intelligent search to obtain your API key.
- Can I customize the search language?
Yes! You can set the search language using the
setLangparameter.
- What format are the search results returned in?
All search results are returned in JSON format.
Server Config
{
"mcpServers": {
"mcp-smartsearch": {
"command": "uvx",
"args": [
"mcp-smartsearch"
],
"env": {
"SERVER_KEY": "YOUR_API_KEY_HERE"
}
}
}
}