grpcurl
The curl of gRPC — calls gRPC services from the command line, discovering their methods by server reflection so no `.proto` file or generated client is needed.
Specifications it implements
What this tool does to each specification, in the role vocabulary. Follow a standard through to standards.apievangelist.com for what it actually specifies.
| Standard | Role | What that means |
|---|---|---|
| gRPC | tests |
The curl of gRPC — how an agent calls a gRPC service without generating a client. |
- Interfaces
cli- Install
-
brew
grpcurlgogithub.com/fullstorydev/grpcurl/cmd/grpcurl - Invoke
grpcurl -plaintext <host:port> list- Consumes
- proto, grpc
- Emits
- json
- Runtime
- Needs network Non-deterministic Writes Needs credentials
Where it applies
Jobs this tool actually does, and the surface each one is exercised on.
The single most useful gRPC tool for an agent. Server reflection means it can enumerate an unknown service's whole interface and call it, with no build step at all.
- Website
- https://www.fullstory.com/resources/content/fullstory-engineering-blog/
- Repository
- https://github.com/fullstorydev/grpcurl
- License
- MIT — reported by the GitHub API, verified 2026-09-17
- Stars
- 12816 · last commit 2026-09-02
/tools.json,
against the tool.schema.json
schema, using the roles.json
vocabulary. Start at /llms.txt.