Skip to main content
Glama
VeryBigSad

Nginx Proxy Manager MCP

by VeryBigSad

list_dns_providers

Discover available DNS providers for configuring DNS challenge certificates in Nginx Proxy Manager to automate SSL certificate issuance.

Instructions

List supported DNS providers for DNS challenge certificates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of list_dns_providers in the NPMClient class.
    async def list_dns_providers(self) -> list[dict]:
        response = await self._request("GET", "/api/nginx/certificates/dns-providers")
        return response.json()

Latest Blog Posts

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/VeryBigSad/nginx-proxy-manager-mcp'

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