Cloudsway Smartsearch
@Cloudsway-AI
About Cloudsway Smartsearch
An MCP server integrating the remote Cloudsway Smart Search API, providing web search functionality.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"smartsearch": {
"command": "npx",
"args": [
"-y",
"@cloudsway-ai/[email protected]"
],
"env": {
"SERVER_KEY": "YOUR_API_KEY_HERE"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Cloudsway Smartsearch?
Cloudsway Smartsearch is an MCP server that integrates the remote Cloudsway Smart Search API, providing web search functionality. It returns structured JSON results and is suitable for the ModelScope MCP platform and compatible clients. It is intended for developers needing programmable web search with pagination, language, and safety controls.
How to use Cloudsway Smartsearch?
After obtaining an API key (SERVER_KEY) from Cloudsway, configure the server by setting the SERVER_KEY environment variable. The server can be run via npx -y @cloudsway-ai/smartsearch with the key provided in the environment. The primary tool is SmartSearch, which accepts parameters: query (required), count, offset, setLang, and safeSearch.
Key features of Cloudsway Smartsearch
- Web search with keyword query support
- Pagination via
countandoffsetparameters - Language selection with
setLangoption - Safety level control (
safeSearchwith 'Strict' default) - All results returned in structured JSON format
- Compatible with ModelScope MCP platform
Use cases of Cloudsway Smartsearch
- Retrieving web search results within AI agent workflows
- Building data‑gathering tools with paginated queries
- Integrating safe, language‑specific search into MCP clients
- Automating research tasks with programmatic search
FAQ from Cloudsway Smartsearch
How do I obtain an API key for Cloudsway Smartsearch?
Log in to www.cloudsway.ai or contact [email protected] to get your Endpoint and AccessKey. Combine them as {Endpoint}-{AccessKey} to form the SERVER_KEY.
What parameters does the SmartSearch tool accept?
The tool requires a query string. Optional parameters: count (default 10), offset (default 0), setLang (default 'en'), and safeSearch (default 'Strict').
Is Cloudsway Smartsearch a local or remote service?
It is an MCP server that calls the remote Cloudsway Smart Search API. The server itself runs locally but requires internet access to the API.
What runtime does the server require?
The server is distributed as an npm package; the example configuration uses npx to run it. Node.js must be installed.
Does the server support authentication?
Yes. The SERVER_KEY environment variable (composed of Endpoint and AccessKey) is used for authentication and is required.
Frequently asked questions
How do I obtain an API key for Cloudsway Smartsearch?
Log in to [www.cloudsway.ai](https://www.cloudsway.ai) or contact [email protected] to get your Endpoint and AccessKey. Combine them as `{Endpoint}-{AccessKey}` to form the `SERVER_KEY`.
What parameters does the SmartSearch tool accept?
The tool requires a `query` string. Optional parameters: `count` (default 10), `offset` (default 0), `setLang` (default 'en'), and `safeSearch` (default 'Strict').
Is Cloudsway Smartsearch a local or remote service?
It is an MCP server that calls the remote Cloudsway Smart Search API. The server itself runs locally but requires internet access to the API.
What runtime does the server require?
The server is distributed as an npm package; the example configuration uses `npx` to run it. Node.js must be installed.
Does the server support authentication?
Yes. The `SERVER_KEY` environment variable (composed of Endpoint and AccessKey) is used for authentication and is required.
Basic information
More Search MCP servers
Goalie Trademark Search MCP
goalie-mcpSearch & filter 14M+ USPTO trademark records from an AI agent. This is a trademark MCP server, not a TSDR lookup.
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Comments