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

NameTypeRequiredDescription
querystringyesSearch terms, e.g. “state management” or “http client”.
pagenumbernoResult 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.

Regenerated from source · build June 3, 2026