Skip to content
Eden Engine

Nginx Server Config Generator (SSL, Gzip, Rate Limiting)

omnial/x402-nginx-config-generate

Given a domain, returns a ready-to-use nginx server-block config with HTTPS/SSL, HTTP/2, WebSocket proxying, and security headers, plus a list of which features and security headers were included and setup notes for deploying it. Optional flags add gzip compression, rate limiting, a custom upstream port, and a www redirect.

activeper callv1
Provider
Web & Business Data Network
Category
developer-tools
Provider price
$0.081081 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "domain"
  ],
  "properties": {
    "ssl": {
      "type": "boolean"
    },
    "gzip": {
      "type": "boolean"
    },
    "domain": {
      "type": "string"
    },
    "rate_limit": {
      "type": "integer"
    },
    "www_redirect": {
      "type": "boolean"
    },
    "upstream_port": {
      "type": "integer"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "_meta": {
      "type": "object",
      "properties": {
        "provenance": {
          "type": "object",
          "properties": {
            "fetched_at": {
              "type": "string",
              "description": "ISO 8601 timestamp of when this config was generated by the upstream service."
            }
          },
          "additionalProperties": true
        }
      },
      "additionalProperties": true
    },
    "notes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Deployment/setup notes for this specific config -- e.g. certificate paths to provision, commands to run, things to double check before reloading nginx."
    },
    "config": {
      "type": "string",
      "description": "The full generated nginx server-block config text, ready to write to a config file and reload nginx with."
    },
    "domain": {
      "type": "string",
      "description": "Echoes the requested domain."
    },
    "upstream_port": {
      "type": "integer",
      "description": "The upstream port the generated config proxies to -- the input value when supplied, or the endpoint's own default (3000, observed on both real captures) when omitted."
    },
    "features_enabled": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Human-readable list of the features this config includes, e.g. SSL, HTTP/2, WebSocket support, rate limiting."
    },
    "security_headers_included": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Human-readable list of the security headers the generated config sets."
    }
  },
  "description": "The generated nginx config record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.081081
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026