Mcp Smartsearch

by Cloudsway-AI

324 downloads
Not rated
GitHub

Description

# Smart Search MCP Server 一个集成远程智能搜索 API 的 MCP 服务器,实现关键词网页搜索功能。 ## 特性 - **网页搜索**:支持关键词检索、分页、语言和安全等级选项。 - **结构化返回**:所有搜索结果以 JSON 格式返回。 - **平台兼容**:为 ModelScope MCP 平台优化,支持从源码直接部署。 ## 工具 ### `smart_search` - **功能**: 执行网页搜索,支持分页与安全选项。 - **输入参数**: - `query` (string): 搜索关键词 - `count`…

About

# Smart Search MCP Server 一个集成远程智能搜索 API 的 MCP 服务器,实现关键词网页搜索功能。 ## 特性 - **网页搜索**:支持关键词检索、分页、语言和安全等级选项。 - **结构化返回**:所有搜索结果以 JSON 格式返回。 - **平台兼容**:为 ModelScope MCP 平台优化,支持从源码直接部署。 ## 工具 ### `smart_search` - **功能**: 执行网页搜索,支持分页与安全选项。 - **输入参数**: - `query` (string): 搜索关键词 - `count` (number, optional): 返回结果数量 (默认 10) -…

Details

Author
Cloudsway-AI
Downloads
324
Categories
Other

- 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_search tool with multiple optional parameters.
- Environment variable based API key configuration.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Smartsearch
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp smartsearch": {
            "mcp-smartsearch": {
                "command": "uvx",
                "args": [
                    "mcp-smartsearch"
                ],
                "env": {
                    "SERVER_KEY": "YOUR_API_KEY_HERE"
                }
            }
        }
    }
}

McpServers

{
    "mcp-smartsearch": {
        "command": "uvx",
        "args": [
            "mcp-smartsearch"
        ],
        "env": {
            "SERVER_KEY": "YOUR_API_KEY_HERE"
        }
    }
}

Smart Search MCP Server

一个集成远程智能搜索 API 的 MCP 服务器,实现关键词网页搜索功能。

特性

- 网页搜索:支持关键词检索、分页、语言和安全等级选项。
- 结构化返回:所有搜索结果以 JSON 格式返回。
- 平台兼容:为 ModelScope MCP 平台优化,支持从源码直接部署。

工具

smart_search

- 功能: 执行网页搜索,支持分页与安全选项。
- 输入参数:
- query (string): 搜索关键词
- count (number, optional): 返回结果数量 (默认 10)
- offset (number, optional): 分页偏移 (默认 0)
- setLang (string, optional): 搜索语言 (默认 'en')
- safeSearch (string, optional): 安全搜索等级 (默认 'Strict')

配置与部署

1. 获取 API 密钥

- 注册一个支持智能搜索的 API 服务。
- 获取并复制你的 API 密钥(格式通常为 endpoint-apikey)。

2. ModelScope 服务配置

在 ModelScope 创建 MCP 服务时,请使用以下配置。这种方式会从你的 GitHub 仓库拉取代码,并直接运行。

{
  "mcpServers": {
    "mcp-smartsearch": {
      "command": "uvx",
      "args": [
        "mcp-smartsearch"
      ],
      "env": {
        "SERVER_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.