MCP for AI agents

Connect your AI assistant to live Dataset API workflows.

Use one secured, product-aware MCP server from ChatGPT, Claude, Cursor, VS Code, Codex, or your own agent runtime.

Remote MCP endpointhttps://datasets.nordicdevhouse.com/api/mcp
Streamable HTTP · OAuth 2.0
18tools4resources2prompts
Available capabilities

Dataset API

read

List datasets

list_datasets

List datasets

Read-only approval policy
read

Get a dataset

get_dataset

Get a dataset

Read-only approval policy
read

List dataset releases

list_dataset_releases

List dataset releases

Read-only approval policy
read

Get a dataset release

get_dataset_release

Get a dataset release

Read-only approval policy
read

Query released rows

query_dataset

Returns a bounded page of rows together with release quality and lineage metadata.

Read-only approval policy
read

Download a release

download_dataset_release

Download a release

Read-only approval policy
read

List dataset builds

list_dataset_builds

List dataset builds

Read-only approval policy
write

Start a dataset build

start_dataset_build

Start a dataset build

Approval required
read

Get a dataset build

get_dataset_build

Get a dataset build

Read-only approval policy
destructive

Cancel a dataset build

cancel_dataset_build

Cancel a dataset build

Approval required
read

List synthetic dataset definitions

list_synthetic_datasets

List synthetic dataset definitions

Read-only approval policy
write

Create a synthetic dataset definition

create_synthetic_dataset

Creates a versionable recipe against an immutable seed release. The definition remains a draft until a synthesis run passes both publication gates.

Approval required
read

Get a synthetic dataset definition

get_synthetic_dataset

Get a synthetic dataset definition

Read-only approval policy
write

Run a synthetic dataset recipe

run_synthetic_dataset

Generates rows and publishes an immutable release only when both fidelity and privacy reports pass.

Approval required
read

List published synthetic releases

list_synthetic_dataset_releases

List published synthetic releases

Read-only approval policy
read

List synthesis runs

list_synthesis_runs

List synthesis runs

Read-only approval policy
read

Get a synthesis run and its reports

get_synthesis_run

Get a synthesis run and its reports

Read-only approval policy
read

Get Dataset API health

get_dataset_api_health

Get Dataset API health

Read-only approval policy
Connect from your client

Choose your AI client

ChatGPT

In ChatGPT developer mode, create a custom MCP connection and paste the endpoint below. OAuth starts automatically.

Copy this configuration · URL
https://datasets.nordicdevhouse.com/api/mcp

Claude / Claude Code

Add the remote HTTP server in Claude or Claude Code, then complete OAuth with /mcp.

Copy this configuration · Shell
claude mcp add --transport http dataset-api-mcp https://datasets.nordicdevhouse.com/api/mcp

Cursor

Add this server to your project or user MCP configuration.

Copy this configuration · JSON
{
  "mcpServers": {
    "dataset-api-mcp": {
      "url": "https://datasets.nordicdevhouse.com/api/mcp"
    }
  }
}

VS Code

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"
    }
  }
}

Codex

Add the remote Streamable HTTP server with the Codex CLI. Codex stores the connection in your MCP configuration.

Copy this configuration · Shell
codex mcp add dataset-api-mcp --url https://datasets.nordicdevhouse.com/api/mcp

OpenAI Responses API

Use 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
    }
  }
}
Designed for controlled automation

The agent only gets the access you grant.

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.

MCP for AI agents | Dataset API