ip-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| infoA | Classify an IPv4 or IPv6 address: version + private/loopback/link-local/multicast/unspecified flags. |
| containsB | Check whether an IP address is inside a CIDR block (e.g. 10.0.0.0/8). |
| expandA | Expand a compact IPv6 address to its full eight-group form. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a completely distinct purpose: contains checks IP in CIDR, expand expands IPv6, info classifies address properties. No overlap.
All tool names are single, lowercase verbs (contains, expand, info), following a consistent pattern.
Three tools is perfectly scoped for a focused IP utility server, covering essential operations without bloat.
Covers containment, expansion, and classification. Missing validation or subnet calculation, but core functionality is present and gaps are minor.