get_package_score
Pack: pub-dev · Endpoint: https://gateway.pipeworx.io/pub-dev/mcp
Get the pub.dev quality score for a Dart/Flutter package: granted/max pub points, like count, popularity, 30-day download count, and classification tags (platforms, SDKs, license).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | pub.dev package name, e.g. “http”. |
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_score","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.