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.1.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.1-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for cloudsearch_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4a9670a284955f48cf45b6c417fd9249fec3e4853feb5c820b50b6001ae7452e
MD5 e05d6df94adae94f40fc8f76605f97dd
BLAKE2b-256 7e8cad2247cc221293b1de5cc9386f4c1fe02e452c2790409a3275c36de776ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cloudsearch_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 76ea2d93bd08b86ccf257e82f4ab7d6eddf42327edc18bba1951413ccd3608ac
MD5 2325ac9973688aeb9984bc73064d8d68
BLAKE2b-256 6541584735bb4c8e7365a02af65fda557b9e82f9bed635775b58b105613535b2

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