Subnet Calculator MCP Server
@melihteke
Subnet Calculator MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Subnet-Calculator-MCP-Server": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Subnet Calculator MCP Server?
Subnet Calculator MCP Server is a simple MCP (Model Context Protocol) server that calculates subnet details for a given CIDR (Classless Inter-Domain Routing) notation. It uses the FastMCP library and exposes subnet calculation as a tool via SSE (Server-Sent Events) transport. It is intended for network engineers, developers, or anyone who needs quick subnet calculations within an AI assistant.
How to use Subnet Calculator MCP Server?
Clone the repository or copy the script, then install dependencies: pip install fastmcp mcp[cli]. Run the server with python main.py. To add it to an MCP client, use the SSE endpoint https://mcp-subnet-calculator.mteke.com/sse — configuration steps are provided for Goose MCP Client and Claude Desktop MCP Client.
Key features of Subnet Calculator MCP Server
- Accepts a CIDR notation and returns subnet details.
- Outputs: network address, broadcast address, netmask.
- Also outputs wildcard mask and usable host range.
- Reports the number of usable hosts.
- Runs as an MCP server with SSE transport.
Use cases of Subnet Calculator MCP Server
- Quickly obtain subnet details while chatting with an AI assistant.
- Automate network design tasks within an MCP-enabled workflow.
- Validate or explore CIDR ranges without leaving the chat interface.
- Integrate subnet calculations into custom MCP clients like Goose or Claude Desktop.
FAQ from Subnet Calculator MCP Server
What subnet details does the tool return?
It returns the network address, broadcast address, netmask, wildcard mask, usable host range, and number of usable hosts for a given CIDR.
What are the installation requirements?
Python 3.7+ and the fastmcp library (install via pip install fastmcp mcp[cli]).
How do I run the server?
After installing dependencies, run python main.py in the project directory. The server uses SSE transport and listens for connections.
Which MCP clients are supported?
The README includes setup instructions for Goose MCP Client (via advanced settings) and Claude Desktop MCP Client (via editing the claude_desktop_config.json file to point to the SSE endpoint).
Is there any authentication or data persistence?
The README does not mention authentication or data storage; the server appears to perform calculations in memory and does not persist user input.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント