Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by RGGH • Uncategorized
A Rust-based MCP server providing real-time tools for counters, addition, and IP address validation via SSE.
Manage and track counters in real-time.
Perform arithmetic operations like addition.
Validate IP addresses and check IP inclusion in CIDR ranges.
This MCP server, built with the poem framework in Rust, offers multiple interactive tools including a counter, an adder, an IPv4 validator, and a CIDR range checker. It exposes these tools through a Server-Sent Events endpoint, enabling real-time client-server communication. The server is easy to set up and run locally, making it useful for applications requiring live updates and network-related validations.