denue_establishment
Pack: denue · Endpoint: https://gateway.pipeworx.io/denue/mcp
Get full details for a single establishment by DENUE ID (the “Id” field from search results).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Establishment Id (numeric string, e.g., “9988845”) |
Example call
curl -X POST https://gateway.pipeworx.io/denue/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"denue_establishment","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"denue": {
"url": "https://gateway.pipeworx.io/denue/mcp"
}
}
}
See Getting Started for client-specific install steps.