list_versions

Pack: pub-dev · Endpoint: https://gateway.pipeworx.io/pub-dev/mcp

List all published versions of a Dart/Flutter package on pub.dev, with each version string and its publish date, plus the current latest version.

Parameters

NameTypeRequiredDescription
namestringyespub.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":"list_versions","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