MCP.so
Sign In

Mcp Server Esa

@aliyun

About Mcp Server Esa

An MCP server for Alibaba Cloud ESA (Edge Security Acceleration).

Basic information

Category

Other

Transports

stdio

Publisher

aliyun

Submitted by

msyysm1211

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "esa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-esa"
      ],
      "env": {
        "ALIBABA_CLOUD_ACCESS_KEY_ID": "your AK",
        "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your SK"
      }
    }
  }
}

Tools

42

Quickly deploy an HTML page to ESA Edge Routine (ER) and return a default access URL to the user.

Create a new Edge Routine (ER) in your Alibaba Cloud account.

Delete an existing Edge Routine (ER) from your Alibaba Cloud account.

List all Edge Routines (ERs) in your Alibaba Cloud account.

Get a the details of a Edge Routine (ER).

Save a code version for future modifications or release within an Edge Routine (ER).

Deploy a selected code version to the staging or production environment. If version is not exist, should call routine_code_commit first

List all routes associated with a specific Edge Routine (ER).

Delete a specified code version associated with an Edge Routine (ER).

List all active sites

List all routes associated with a specific site.

Create a new route associated with an Edge Routine (ER).

Delete a specified route associated with an Edge Routine (ER).

Modify the configuration of an existing Edge Routine route.

Get details of a specific route associated with an Edge Routine (ER).

Identify which site in the account matches the provided input criteria.

Create a new record associated with an Edge Routine (ER)

Delete a specified record associated with an Edge Routine (ER).

List all records associated with a specific Edge Routine (ER).

用于查询当前用户下的站点列表 ,包括站点的名称、状态、配置等信息。

Adds a website. Make sure that you have an available plan before you add a website. Make sure that your website domain name has an ICP filing if the location you want to specify covers the Chinese mainland.

Modifies the ESA proxy configuration of a website.

Queries the ESA proxy configuration of a website.

This operation allows you to update multiple types of DNS records, including but not limited to A/AAAA, CNAME, NS, MX, TXT, CAA, SRV, and URI. You can modify the record content by providing the necessary fields such as Value, Priority, and Flag. For origins added in CNAME records such as OSS and S3, the API enables you to configure authentication details to ensure secure access. Usage notes: The record value (Value) must match the record type. For example, the CNAME record should correspond to the target domain name. You must specify a priority (Priority) for some record types, such as MX and SRV. You must specify specific fields such as Flag and Tag for CAA records. When you update security records such as CERT and SSHFP, you must accurately set fields such as Type and Algorithm.If your origin type is OSS or S3, configure the authentication details in AuthConf based on the permissions.

Creates a DNS record for a specific website. Only MX records are supported.

Creates a DNS record for a specific website. Only NS records are supported.

Creates a DNS record for a specific website. Only TXT records are supported.

Creates a DNS record for a specific website. Only supports records with type=CNAME and sourceType=Domain.

Creates a DNS record for a specific website. Only A/AAAA records are supported.

Deletes a DNS record of a website based on the specified RecordId.

Queries a list of Domain Name System (DNS) records of a website, including the record value, priority, and authentication configurations. Supports filtering by specifying parameters such as RecordName and RecordMatchType.

Queries the configuration of a single DNS record, such as the record value, priority, and origin authentication setting (exclusive to CNAME records).

Modifies the IPv6 configuration of a website.

Queries the IPv6 configuration of a website.

Configures whether to enable certificates and update certificate information for a website.

Applies for a free SSL certificate.

Retrieve the certificate, private key, and certificate information

Deletes a certificate for a website.

Lists certificates of a website.

Query certificate quota and usage.

Modifies the configuration of managed transforms for your website.

Query Managed Transform Configuration.

Overview

What is Mcp Server Esa?

Mcp Server Esa is an implementation of the Model Context Protocol (MCP) server designed to facilitate communication between AI models and Edge Security Acceleration (ESA) services. It acts as a bridge, allowing models to leverage ESA features through a standardized protocol.

How to use Mcp Server Esa?

Configure the server in an MCP-enabled client config using the npx command with environment variables ESA_ACCESS_KEY_ID and ESA_ACCESS_KEY_SECRET for authentication. The server runs via stdio for seamless integration with model runners.

Key features of Mcp Server Esa

  • Implements Model Context Protocol for tool execution
  • Provides access to ESA OpenAPI services
  • Runs as a server via stdio for seamless integration
  • Manages ESA Routines (create, delete, list, get)
  • Manages ESA Routes (create, update, delete, list)
  • Manages ESA Records and Site DNS entries

Use cases of Mcp Server Esa

  • Create and manage edge computing Routines with custom code
  • Deploy Routine code to production or staging environments with canary releases
  • Configure and update routing rules for ESA sites
  • Create DNS A and CNAME records for sites
  • List and manage site records and active sites

FAQ from Mcp Server Esa

What credentials are required to use Mcp Server Esa?

The server requires ESA_ACCESS_KEY_ID and ESA_ACCESS_KEY_SECRET environment variables for authentication with ESA OpenAPI services.

How is Mcp Server Esa installed and run?

It is run via the npx command with the package mcp-server-esa, requiring no local installation beyond the Node.js runtime.

What transport protocol does Mcp Server Esa use?

The server uses stdio as its transport protocol for communication with MCP-enabled model runners.

What tools does Mcp Server Esa provide?

It provides tools for routine management, deployment management, route management, record management, and site management, all callable through the MCP protocol.

What license is Mcp Server Esa distributed under?

The server is distributed under the ISC license.

Comments

More Other MCP servers