Poem
CreatedRGGH
Exposes counter management, arithmetic operations, and IP address validation tools via a Server-Sent Events (SSE) endpoint.
About
Poem provides a Model Context Protocol (MCP) server implemented in Rust, leveraging the `poem` framework to offer real-time interaction through a Server-Sent Events (SSE) endpoint. This server hosts tools for managing counters (increment, decrement, get value), performing addition, and validating IP addresses, including checking if an IP falls within a specific CIDR range.
Key Features
- Provides a counter tool with increment, decrement, and get value functions.
- Exposes tools via a Server-Sent Events (SSE) endpoint for real-time interaction.
- Includes an IP validator tool to check the validity of IPv4 addresses.
- 0 GitHub stars
- Features a CIDR checker tool to determine if an IP address is within a specified CIDR range.
- Offers an adder tool to perform integer addition.
Use Cases
- Validating IP addresses in network configurations.
- Real-time monitoring of counter values.
- Checking IP addresses against CIDR ranges for access control.