Skip to main content
Glama
datashift-io

Datashift MCP Server

Official
by datashift-io

Datashift MCP Server

License: MIT

Model Context Protocol server for Datashift. Allows AI agents to submit tasks for human or AI review and receive decisions via MCP tools.

Overview

Datashift adds human review checkpoints to AI agent workflows. This MCP server enables agent-initiated review — the agent decides when to request human oversight based on its own reasoning.

Tools

Tool

Description

submit_task

Submit a task for review (approval, classification, scoring, labeling, augmentation)

get_task

Check task status and retrieve review results

list_queues

List available review queues

get_queue

Get queue configuration and review options

Resources

Resource

Description

task:///{task_id}

Access task details and review status

Related MCP server: LoopIn MCP Server

Setup

Prerequisites

  • Node.js 18+

  • A Datashift account with an API key

Installation

npm install

Configuration

Copy .env.example to .env and configure your environment variables.

Build and run

npm run build
npm start

Authentication

Uses OAuth 2.0 with PKCE for secure agent authentication. AI agents obtain a JWT from the Datashift API's OAuth endpoints, which is validated by the MCP server and passed through to API calls.

Resources

License

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Human-in-the-Loop authorization gateway for AI Agents. Securely pause MCP workflows and route high-risk actions to human approvers via Slack or Email.
    Last updated
    51
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Adds trust, handoffs, and accountability to any AI agent through MCP tools for proposal approval, trust scoring, and policy enforcement.
    Last updated
    4
  • F
    license
    -
    quality
    C
    maintenance
    Enables AI agents to request human decisions for subjective or high-stakes choices through MCP tools like ask_human and provision_api_key.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Human-in-the-loop for AI agents. Submit choices, get a human decision.

  • Remote MCP for AI Studio Android release gate MCP, structured receipts, audit logs, and reviewer-rea

  • Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/datashift-io/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server