search_packages
Pack: pub-dev · Endpoint: https://gateway.pipeworx.io/pub-dev/mcp
Search pub.dev for Dart & Flutter packages by keyword. Returns matching package names and a next-page URL.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search terms, e.g. “state management” or “http client”. |
page | number | no | Result page (default 1). |
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":"search_packages","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.