Connects to ecosyste.ms, the open data service that indexes package metadata across npm, PyPI, RubyGems, and other registries. The source doesn't list specific tools, but ecosyste.ms typically provides search, dependency lookups, and package intelligence. Part of the Pipeworx gateway, which offers an ask_pipeworx tool that lets you query in natural language instead of calling APIs directly. Useful when you need to programmatically look up package information, check dependencies, or analyze library ecosystems without scraping individual registries. Can run standalone or as part of the full Pipeworx gateway with 839+ other data sources.
ecosyste.ms Packages MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 839+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ecosystems": {
"url": "https://gateway.pipeworx.io/ecosystems/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 839+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ecosystems data" })
The gateway picks the right tool and fills the arguments automatically.
MIT