Skip to main content
Glama

didlogic_mcp

get_allowed_ips

Retrieve a JSON list of whitelisted IPs for a specified SIP account to manage access control and verify permitted connections.

Instructions

Get list of whitelisted IPs for a SIP account

Args: sipaccount_name: Name of SIP account

Returns a JSON object with array of whitelisted IP for SIP Account Example output: { "allowed_ips": [ "88.99.12.33" ] }

Input Schema

NameRequiredDescriptionDefault
sipaccount_nameYes

Input Schema (JSON Schema)

{ "properties": { "sipaccount_name": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "title": "Sipaccount Name" } }, "required": [ "sipaccount_name" ], "title": "get_allowed_ipsArguments", "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