List datasets
list_datasetsList datasets
Read-only approval policyUse one secured, product-aware MCP server from ChatGPT, Claude, Cursor, VS Code, Codex, or your own agent runtime.
https://datasets.nordicdevhouse.com/api/mcplist_datasetsList datasets
Read-only approval policyget_datasetGet a dataset
Read-only approval policylist_dataset_releasesList dataset releases
Read-only approval policyget_dataset_releaseGet a dataset release
Read-only approval policyquery_datasetReturns a bounded page of rows together with release quality and lineage metadata.
Read-only approval policydownload_dataset_releaseDownload a release
Read-only approval policylist_dataset_buildsList dataset builds
Read-only approval policystart_dataset_buildStart a dataset build
Approval requiredget_dataset_buildGet a dataset build
Read-only approval policycancel_dataset_buildCancel a dataset build
Approval requiredlist_synthetic_datasetsList synthetic dataset definitions
Read-only approval policycreate_synthetic_datasetCreates a versionable recipe against an immutable seed release. The definition remains a draft until a synthesis run passes both publication gates.
Approval requiredget_synthetic_datasetGet a synthetic dataset definition
Read-only approval policyrun_synthetic_datasetGenerates rows and publishes an immutable release only when both fidelity and privacy reports pass.
Approval requiredlist_synthetic_dataset_releasesList published synthetic releases
Read-only approval policylist_synthesis_runsList synthesis runs
Read-only approval policyget_synthesis_runGet a synthesis run and its reports
Read-only approval policyget_dataset_api_healthGet Dataset API health
Read-only approval policyIn ChatGPT developer mode, create a custom MCP connection and paste the endpoint below. OAuth starts automatically.
Copy this configuration · URLhttps://datasets.nordicdevhouse.com/api/mcpAdd the remote HTTP server in Claude or Claude Code, then complete OAuth with /mcp.
Copy this configuration · Shellclaude mcp add --transport http dataset-api-mcp https://datasets.nordicdevhouse.com/api/mcpAdd this server to your project or user MCP configuration.
Copy this configuration · JSON{
"mcpServers": {
"dataset-api-mcp": {
"url": "https://datasets.nordicdevhouse.com/api/mcp"
}
}
}Add this server to .vscode/mcp.json or your user MCP configuration.
Copy this configuration · JSON{
"servers": {
"dataset-api-mcp": {
"type": "http",
"url": "https://datasets.nordicdevhouse.com/api/mcp"
}
}
}Add the remote Streamable HTTP server with the Codex CLI. Codex stores the connection in your MCP configuration.
Copy this configuration · Shellcodex mcp add dataset-api-mcp --url https://datasets.nordicdevhouse.com/api/mcpUse the remote MCP tool in the Responses API and keep approval enabled for non-read operations.
Copy this configuration · JSON{
"type": "mcp",
"server_label": "dataset-api-mcp",
"server_url": "https://datasets.nordicdevhouse.com/api/mcp",
"require_approval": {
"always": {
"read_only": false
},
"never": {
"read_only": true
}
}
}Read-only tools run with least-privilege scopes.
Write and destructive tools require explicit approval.
OAuth discovery and scoped authorization are built in.
Every call preserves request and trace identifiers for auditing.