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
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Package name, e.g. “react”, “@vue/cli”, “django”. Scopes/slashes are handled automatically. |
registry | string | no | Registry 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.