Skip to main content

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 id
    • instance_id: instance id

3. cloudsearch_describe_instances

Query the instance list in a specified region

  • Parameters:
    • region_id: region id
    • zone_id: zone id, support fuzzy query
    • instance_id: instance id, support fuzzy query
    • instance_name: instance name, support fuzzy query
    • status: instance status
    • version: instance version
    • charge_type: instance charge type
    • project_name: project name
    • page_number: page number
    • page_size: page size

4. cloudsearch_describe_instance_nodes

Query the node list of an instance

  • Parameters:
    • region_id: region id
    • instance_id: instance id,

5. cloudsearch_describe_instance_plugins

Query the plugin list of an instance

  • Parameters:
    • region_id: region id
    • instance_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudsearch_mcp_server-0.1.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cloudsearch_mcp_server-0.1.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file cloudsearch_mcp_server-0.1.0.tar.gz.

File metadata

File hashes

Hashes for cloudsearch_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 98883e425f7712499dca7acc2735d835a7d402f6835611dcad3c2f91fbd252b0
MD5 d9e44d3bc0dffa8f3205570aa5d8b578
BLAKE2b-256 1895271458203e6fd590917d1829a3594d685d8e6e4f05289c31e04c6a02cf39

See more details on using hashes here.

File details

Details for the file cloudsearch_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cloudsearch_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 92c8d327a68db299a4c01b82ef368e9912a79a191201d687ebe378e3ba4af519
MD5 9876e0144f32d79e4a34f7e62ae896f0
BLAKE2b-256 7bb919c262f38d87d2fd226e55c847c3855ff81a93b2b54c98c0aada59354b75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page