get_package
Pack: pub-dev · Endpoint: https://gateway.pipeworx.io/pub-dev/mcp
Get metadata for a Dart/Flutter package on pub.dev: latest version, description, homepage, repository, supported SDK environment, and publish date (from the pubspec).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | pub.dev package name, e.g. “http” or “provider”. |
Example call
curl -X POST https://gateway.pipeworx.io/pub-dev/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_package","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"pub-dev": {
"url": "https://gateway.pipeworx.io/pub-dev/mcp"
}
}
}
See Getting Started for client-specific install steps.