MCP server that wraps grpcurl
Project description
grpcurl-mcp
MCP server that wraps grpcurl for calling gRPC APIs.
Requirements
grpcurlon PATH- Python 3.11+
uv
Tools
grpc_invoke
Execute a gRPC method via grpcurl.
| Parameter | Description |
|---|---|
url |
gRPC server address (e.g. host:443) |
endpoint |
Service.Method (e.g. ProductService.GetProducts) |
payload |
JSON request body |
Example:
{
"url": "grpc.example.com:443",
"endpoint": "ExampleService.GetProducts",
"payload": {
"skus": ["EXAMPLE-SKU-001"]
}
}
grpc_list_services
List services available on a gRPC server.
| Parameter | Description |
|---|---|
url |
gRPC server address |
Running
uv run python main.py
Claude Code MCP config
Add to .claude/settings.json or ~/.claude/settings.json:
{
"mcpServers": {
"grpcurl": {
"command": "uv",
"args": ["run", "python", "main.py"],
"cwd": "/path/to/grpcurl-mcp"
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grpcurl_mcp-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grpcurl_mcp-0.1.0.tar.gz.
File metadata
- Download URL: grpcurl_mcp-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1c09496585be71290e98a2b697dd58bee8ba70f5b7a496f5d0fa1124877132b
|
|
| MD5 |
b8e193a1e701193f5679af29e6f897cb
|
|
| BLAKE2b-256 |
1253f1d8ef2dff62bb821758197c9f0640dde1c69caede26f4ced4b080182fa9
|
File details
Details for the file grpcurl_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: grpcurl_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.6 {"installer":{"name":"uv","version":"0.10.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
deda6b50c938bbf84e1b41a90013818f5eff40efc1aed57f0222f5fb751d8394
|
|
| MD5 |
062bfb909f118217d0556a7f1c94267d
|
|
| BLAKE2b-256 |
5aae369c6b80ffaecc46f2e18477b4e0b09fbb885b62510cc1310aa11614dfb4
|