Skip to main content
Glama

Vultr MCP

by rsp2k

create_forwarding_rule

Configure traffic routing for load balancers by defining frontend and backend protocols and ports to direct incoming requests to appropriate services.

Instructions

Create a forwarding rule for a load balancer.

Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID) frontend_protocol: Frontend protocol ('http', 'https', 'tcp') frontend_port: Frontend port number backend_protocol: Backend protocol ('http', 'https', 'tcp') backend_port: Backend port number

Returns: Created forwarding rule information

Input Schema

NameRequiredDescriptionDefault
backend_portYes
backend_protocolYes
frontend_portYes
frontend_protocolYes
load_balancer_idYes

Input Schema (JSON Schema)

{ "properties": { "backend_port": { "title": "Backend Port", "type": "integer" }, "backend_protocol": { "title": "Backend Protocol", "type": "string" }, "frontend_port": { "title": "Frontend Port", "type": "integer" }, "frontend_protocol": { "title": "Frontend Protocol", "type": "string" }, "load_balancer_id": { "title": "Load Balancer Id", "type": "string" } }, "required": [ "load_balancer_id", "frontend_protocol", "frontend_port", "backend_protocol", "backend_port" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server