search_datasets
Pack: data-lv · Endpoint: https://gateway.pipeworx.io/data-lv/mcp
Search Latvia Open Data (Latvia) for datasets by keyword. Returns each dataset’s id/name, title, organization, and its resources (each with a resource_id for query_resource).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Keyword(s); blank/”*” lists all. |
limit | number | no | Max datasets (1-100, default 20). |
offset | number | no | Pagination offset. |
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":"search_datasets","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.