get_dataset
Pack: bpstat-pt · Endpoint: https://gateway.pipeworx.io/bpstat-pt/mcp
Fetch a dataset as JSON-stat — THIS is how you get actual data/observations. Returns the value[]
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain_id | integer | yes | Parent domain id (from list_domains / list_datasets). |
dataset_id | string | yes | Dataset id, e.g. “05e2845d5d567afd88b699a91b0c20b8”. |
lang | string | no | Language: “PT” (default) or “EN”. |
Example call
curl -X POST https://gateway.pipeworx.io/bpstat-pt/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_dataset","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"bpstat-pt": {
"url": "https://gateway.pipeworx.io/bpstat-pt/mcp"
}
}
}
See Getting Started for client-specific install steps.