Mcp Smartsearch
@Cloudsway-AI
关于 Mcp Smartsearch
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-smartsearch": {
"command": "uvx",
"args": [
"mcp-smartsearch"
],
"env": {
"SERVER_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Smartsearch?
Mcp Smartsearch is an MCP server that integrates a remote smart search API to perform keyword-based web searches. It supports pagination, language selection, and safe search levels, returning results in JSON format. The server is optimized for the ModelScope MCP platform and can be deployed directly from source.
How to use Mcp Smartsearch?
Obtain an API key from a supporting smart search API service, then configure your MCP client with the server command uvx mcp-smartsearch and set the SERVER_KEY environment variable to your API key. The primary tool is smart_search, invoked with a query string and optional parameters for count, offset, language, and safe search.
Key features of Mcp Smartsearch
- Web search with keyword, pagination, language, and safe search options.
- All search results returned in structured JSON format.
- Optimized for the ModelScope MCP platform and source-code deployment.
- Single
smart_searchtool with multiple optional parameters. - Environment variable based API key configuration.
Use cases of Mcp Smartsearch
- Performing targeted web searches from an MCP-enabled application.
- Retrieving search results with controlled language and safety filters.
- Integrating paginated search into workflows that need structured data.
- Deploying a lightweight search capability on the ModelScope platform.
FAQ from Mcp Smartsearch
What is the primary function of Mcp Smartsearch?
It performs web searches using a remote API, returning results as JSON with configurable options for count, offset, language, and safe search.
How do I get an API key for Mcp Smartsearch?
You need to register with a supporting smart search API service and obtain an API key, which typically follows an endpoint-apikey format.
What parameters does the smart_search tool support?
It supports query (required), count (default 10), offset (default 0), setLang (default 'en'), and safeSearch (default 'Strict').
Does Mcp Smartsearch support pagination?
Yes, the offset parameter allows pagination through search results, and count controls how many results are returned per request.
Is Mcp Smartsearch compatible with ModelScope?
Yes, it is specifically optimized for the ModelScope MCP platform and can be deployed directly from source using the provided configuration.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论