From 9bfa46a8ab1182f9667f8f015a9b49769bb73c89 Mon Sep 17 00:00:00 2001 From: labaccessnow <159517135+labaccessnow@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:49:34 -0400 Subject: [PATCH] Move netip-mcp entry into Other Tools and Integrations It was landing under the '## Tips and Tricks' heading rather than in a server category, which did not match the PR title. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6394b28..e1fe304cb 100644 --- a/README.md +++ b/README.md @@ -3892,6 +3892,7 @@ Interact with Git repositories and version control platforms. Enables repository - [yyyhy/nash-arena](https://github.com/yyyhy/nash-arena) [![yyyhy/nash-arena MCP server](https://glama.ai/mcp/servers/yyyhy/nash-arena/badges/score.svg)](https://glama.ai/mcp/servers/yyyhy/nash-arena) ๐Ÿ โ˜๏ธ - A Chess and Card Game Arena For LLM, Agents can battle in game by mcp - [aarifmms/keyblind](https://github.com/aarifmms/keyblind) [![aarifmms/keyblind MCP server](https://glama.ai/mcp/servers/aarifmms/keyblind/badges/score.svg)](https://glama.ai/mcp/servers/aarifmms/keyblind) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Encrypted secrets vault with MCP for AI agents. Secrets resolved at runtime, never leaked to LLM conversations. - [wundervault/wundervault-mcp](https://github.com/wundervault/wundervault-mcp) [![wundervault/wundervault-mcp MCP server](https://glama.ai/mcp/servers/wundervault/wundervault-mcp/badges/score.svg)](https://glama.ai/mcp/servers/wundervault/wundervault-mcp) ๐Ÿ“‡ โ˜๏ธ - Zero-knowledge secret vault for AI agents: use API keys, passwords, and SSH keys to run real commands (exec/rsync) with the secret injected into a single command โ€” never returned to the model or shown in chat. Client-side AES-256-GCM, per-agent scoping, append-only audit log. +- [labaccessnow/netip-mcp](https://github.com/labaccessnow/netip-mcp) [![labaccessnow/netip-mcp MCP server](https://glama.ai/mcp/servers/labaccessnow/netip-mcp/badges/score.svg)](https://glama.ai/mcp/servers/labaccessnow/netip-mcp) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - The whatismynetip.com toolbox: subnet math for IPv4 and IPv6, IP conversion, IPv6 normalisation, MAC vendor lookup against the full IEEE registry (bundled), a hand-written 100-port directory with exposure verdicts, DNS and reverse DNS over DNS-over-HTTPS, blocklist checks that are honest about lists that refuse public resolvers, TLS certificate inspection with an SSRF guard, and the public IP the internet sees. No account, no telemetry, nothing read from disk. `npx -y github:labaccessnow/netip-mcp` ## Frameworks > [!NOTE] @@ -3915,7 +3916,6 @@ Interact with Git repositories and version control platforms. Enables repository - [vivek081166/japan-utils-mcp](https://github.com/vivek081166/japan-utils-mcp) [![vivek081166/japan-utils-mcp MCP server](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp/badges/score.svg)](https://glama.ai/mcp/servers/vivek081166/japan-utils-mcp) ๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Japan-specific utilities for AI agents: era โ†” Western year conversion (ไปคๅ’Œ8ๅนด โ†” 2026), kanji-to-romaji transliteration, 7-digit postal code lookup, national holiday calendar, hiragana โ†” katakana conversion, full-width โ†” half-width normalization, and statistical Japanese name splitting. 9 tools, MIT licensed, installable via `uvx japan-utils-mcp`. ## Tips and Tricks -- [labaccessnow/netip-mcp](https://github.com/labaccessnow/netip-mcp) [![labaccessnow/netip-mcp MCP server](https://glama.ai/mcp/servers/labaccessnow/netip-mcp/badges/score.svg)](https://glama.ai/mcp/servers/labaccessnow/netip-mcp) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - The whatismynetip.com toolbox: subnet math for IPv4 and IPv6, IP conversion, IPv6 normalisation, MAC vendor lookup against the full IEEE registry (bundled), a hand-written 100-port directory with exposure verdicts, DNS and reverse DNS over DNS-over-HTTPS, blocklist checks that are honest about lists that refuse public resolvers, TLS certificate inspection with an SSRF guard, and the public IP the internet sees. No account, no telemetry, nothing read from disk. `npx -y github:labaccessnow/netip-mcp` ### Official prompt to inform LLMs how to use MCP