Add your description here
Project description
MCP Server CloudSearch
| Version | v1 |
|---|---|
| Description | Cloud Search is a fully managed service providing data search and analytics capabilities including full-text search, vector search, hybrid search, and spatio-temporal retrieval. |
| Category | Database |
| Tags | ES,Elasticsearch,OpenSearch,Search |
Tools
This MCP Server product provides the following Tools:
1. cloudsearch_describe_zones
Query available zone list in a specified region
- Parameters:
region_id: region id
2. cloudsearch_describe_instance
Query the detail information of an instance
- Parameters:
region_id: region idinstance_id: instance id
3. cloudsearch_describe_instances
Query the instance list in a specified region
- Parameters:
region_id: region idzone_id: zone id, support fuzzy queryinstance_id: instance id, support fuzzy queryinstance_name: instance name, support fuzzy querystatus: instance statusversion: instance versioncharge_type: instance charge typeproject_name: project namepage_number: page numberpage_size: page size
4. cloudsearch_describe_instance_nodes
Query the node list of an instance
- Parameters:
region_id: region idinstance_id: instance id,
5. cloudsearch_describe_instance_plugins
Query the plugin list of an instance
- Parameters:
region_id: region idinstance_id: instance id
Platform
ark,python,cursor
Service Link
https://console.volcengine.com/es/region:es+cn-beijing/v2/create?projectName=default
Installation
Get ak/sk from volcengine, then add ak/sk to the mcp server configuration, or configure it in the .env file in the working directory, the format is as follows
VOLC_ACCESSKEY=your_volcengine_ak
VOLC_SECRETKEY=your_volcengine_sk
Using uv
Add the following configuration to your mcp settings file
{
"mcpServers": {
"mcp-server-cloudsearch": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/volcengine/mcp-server.git#subdirectory=server/mcp_server_cloudsearch",
"mcp-server-cloudsearch"
],
"env": {
"VOLC_ACCESSKEY": "your_volcengine_ak",
"VOLC_SECRETKEY": "your_volcengine_sk"
}
}
}
}
Or clone the repository to your local and start from the local code repository
{
"mcpServers": {
"mcp-server-cloudsearch": {
"command": "uv",
"args": [
"--directory",
"path/to/src/mcp_server_cloudsearch",
"run",
"server.py"
],
"env": {
"VOLC_ACCESSKEY": "your_volcengine_ak",
"VOLC_SECRETKEY": "your_volcengine_sk"
}
}
}
}
License
volcengine/mcp-server is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloudsearch_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: cloudsearch_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a9670a284955f48cf45b6c417fd9249fec3e4853feb5c820b50b6001ae7452e
|
|
| MD5 |
e05d6df94adae94f40fc8f76605f97dd
|
|
| BLAKE2b-256 |
7e8cad2247cc221293b1de5cc9386f4c1fe02e452c2790409a3275c36de776ff
|
File details
Details for the file cloudsearch_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cloudsearch_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76ea2d93bd08b86ccf257e82f4ab7d6eddf42327edc18bba1951413ccd3608ac
|
|
| MD5 |
2325ac9973688aeb9984bc73064d8d68
|
|
| BLAKE2b-256 |
6541584735bb4c8e7365a02af65fda557b9e82f9bed635775b58b105613535b2
|