Integrates with gRPC services using grpcurl, enabling method invocation, service listing, and description with custom he...
Created byApr 23, 2025
MCP Grpcurl
This project is an Model Context Protocol (MCP) server designed to interact with gRPC services using the `grpcurl` tool. It leverages the `grpcurl` command-line utility to perform various operations on gRPC services, such as invoking methods, listing services, and describing service details.
Features
**Invoke gRPC Methods**: Use reflection to invoke gRPC methods with custom headers and JSON payloads.
**List gRPC Services**: Retrieve a list of all available gRPC services on the target server.
**Describe gRPC Services**: Get detailed descriptions of gRPC services or message types.