SkillAgentSearch skills...

mcp-ip-guard

IP allowlist guard for MCP servers. Ships with OpenAI/ChatGPT egress IP ranges and Azure public cloud ranges for developer mode. Zero dependencies.

Install / Use

claude mcp add Listo-Labs-Ltd -- npx -y github:Listo-Labs-Ltd/mcp-ip-guard

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Supported Platforms

Claude Code
Claude Desktop

{ "name": "@listo-ai/mcp-ip-guard", "version": "0.2.2", "description": "IP allowlist guard for MCP servers. Ships with OpenAI/ChatGPT egress IP ranges and supports custom CIDR ranges. Zero dependencies.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist//*.js", "dist//.d.ts", "dist/**/.d.ts.map" ], "scripts": { "build": "tsc -p tsconfig.json", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write "src//*.ts"", "format:check": "prettier --check "src//*.ts"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "https://github.com/Listo-Labs-Ltd/mcp-ip-guard.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "keywords": [ "mcp", "ip-allowlist", "ip-guard", "chatgpt", "openai", "model-context-protocol", "security", "firewall" ], "engines": { "node": ">=20" }, "license": "MIT", "dependencies": {}, "devDependencies": { "@types/node": "^22.10.0", "eslint": "^9.17.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-prettier": "^5.2.0", "prettier": "^3.4.0", "typescript": "^5.7.0", "typescript-eslint": "^8.18.0", "vitest": "^3.0.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAI
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low