Skip to main content
Glama

Web Proxy MCP Server

by mako10k

ssl_create_ca

Generate a new Certificate Authority to enable SSL bumping for traffic inspection on the Web Proxy MCP Server, with options to customize CA name, description, subject details, and overwrite settings.

Instructions

Create a new Certificate Authority for SSL bumping

Input Schema

NameRequiredDescriptionDefault
caNameNoName for the new CA (default: 'default')default
descriptionNoDescription for the CA
overwriteNoOverwrite existing CA if it exists
subjectNoCertificate subject information

Input Schema (JSON Schema)

{ "properties": { "caName": { "default": "default", "description": "Name for the new CA (default: 'default')", "type": "string" }, "description": { "description": "Description for the CA", "type": "string" }, "overwrite": { "default": false, "description": "Overwrite existing CA if it exists", "type": "boolean" }, "subject": { "description": "Certificate subject information", "properties": { "C": { "default": "US", "description": "Country", "type": "string" }, "CN": { "description": "Common Name", "type": "string" }, "L": { "default": "San Francisco", "description": "Locality", "type": "string" }, "O": { "default": "Web Proxy MCP Server", "description": "Organization", "type": "string" }, "OU": { "default": "Development", "description": "Organizational Unit", "type": "string" }, "ST": { "default": "CA", "description": "State", "type": "string" } }, "type": "object" } }, "type": "object" }

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/mako10k/mcp-web-proxy'

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