dataset
Pack: data-lv · Endpoint: https://gateway.pipeworx.io/data-lv/mcp
Show full metadata for one Latvia Open Data dataset by id or name (from search_datasets), including all resources and their resource_ids.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Dataset id or name (from search_datasets). |
Example call
curl -X POST https://gateway.pipeworx.io/data-lv/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-lv": {
"url": "https://gateway.pipeworx.io/data-lv/mcp"
}
}
}
See Getting Started for client-specific install steps.