search_datasets
Pack: podatki-si · Endpoint: https://gateway.pipeworx.io/podatki-si/mcp
Search Slovenia Open Data (Slovenia) 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/podatki-si/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": {
"podatki-si": {
"url": "https://gateway.pipeworx.io/podatki-si/mcp"
}
}
}
See Getting Started for client-specific install steps.