
TrafficRoute
STDIODNS routing service for configuring rules to direct client requests to desired service nodes
DNS routing service for configuring rules to direct client requests to desired service nodes
v0.1
Support for configuring DNS routing rules to ensure that requests from clients reach the desired service nodes.
The DNS routing service that allows users to configure DNS routing rules to ensure that requests from clients reach the desired service nodes.
Enterprise Applications
DNS,Domain
This MCP Server product provides the following Tools (capabilities):
List DNS on TrafficRoute.
Add a domain configuration.
Get all records of the specific DNS.
You need to activate the TrafficRoute DNS suite in your Volcengine account.
https://console.volcengine.com/TrafficRoute/
AK&SK
Obtain Access Key ID and Secret Access Key from Access control in Volcengine Console.
Note: The Access Key ID and Secret Access Key must have permissions for the OpenAPIs (available tools).
Variable Name | Value |
---|---|
VOLCENGINE_ACCESS_KEY | Your Volcengine Access Key ID |
VOLCENGINE_SECRET_KEY | Your Volcengine Secret Access Key |
uv
and uvx
packages for running the server.{ "mcpServers": { "mcp-server-traffic-route": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_traffic_route/python", "mcp-server-traffic-route" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
P.S. Please replace
Your Volcengine AK
andYour Volcengine SK
above with your own Access Key ID and Secret Access Key.
{ "mcpServers": { "mcp-server-traffic-route": { "command": "node", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_traffic_route/nodejs", "mcp-server-traffic-route" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
P.S. Please replace
Your Volcengine AK
andYour Volcengine SK
above with your own Access Key ID and Secret Access Key.
Use a client to interact with the server.
Also support Cline.