get_package

Pack: ecosystems · Endpoint: https://gateway.pipeworx.io/ecosystems/mcp

Get a package’s open metadata from ecosyste.ms — description, homepage, repository, license, latest version, monthly downloads, and dependent/usage counts. Works across 100+ registries. Keyless.

Parameters

NameTypeRequiredDescription
namestringyesPackage name, e.g. “react”, “@vue/cli”, “django”. Scopes/slashes are handled automatically.
registrystringnoRegistry name (default “npmjs.org”). e.g. “pypi.org”, “crates.io”, “rubygems.org”, “nuget.org”. Use list_registries to discover names.

Example call

curl -X POST https://gateway.pipeworx.io/ecosystems/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": {
    "ecosystems": {
      "url": "https://gateway.pipeworx.io/ecosystems/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 10, 2026