Skip to main content
Glama

didlogic_mcp

add_allowed_ip

Authorize a specific IP address to access a SIP account. Provide the SIP account name and the IP address to whitelist. Returns a JSON object listing all approved IPs for the account.

Instructions

Whitelist an IP to a SIP account

Args: sipaccount_name: Name of SIP account ip: IP address to allow

Returns a JSON object with all whitelisted IP addresses for account Example output: { "allowed_ips": [ "88.99.12.33", "99.33.55.11" ] }

Input Schema

NameRequiredDescriptionDefault
ipYesIP address to allow
sipaccount_nameYesName of sip account

Input Schema (JSON Schema)

{ "properties": { "ip": { "description": "IP address to allow", "title": "Ip", "type": "string" }, "sipaccount_name": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Name of sip account", "title": "Sipaccount Name" } }, "required": [ "sipaccount_name", "ip" ], "title": "add_allowed_ipArguments", "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/UserAd/didlogic_mcp'

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