Wraps the Disify API through Pipeworx's gateway infrastructure. The server requires no authentication and runs over streamable HTTP, making it a quick add to any MCP client. Documentation doesn't list specific tools, but it's part of Pipeworx's broader catalog of 673+ data sources accessible through a unified gateway. You can call tools directly or use the ask_pipeworx natural language interface to let the gateway route requests automatically. Useful if you're already in the Pipeworx ecosystem or need free, no auth access to whatever Disify provides without managing credentials yourself.
Disify MCP — wraps Disify API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"disify": {
"url": "https://gateway.pipeworx.io/disify/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Disify data" })
The gateway picks the right tool and fills the arguments automatically.
MIT