Skip to main content

Coming Soon

We’re constantly expanding HITL.sh’s integration ecosystem. Here’s what’s currently in development and coming soon.
Before configuring any integration, install the HITL.sh mobile app (App Store | Google Play) since it’s an integral part of the setup.

In Development

MCP Server Integration

Model Context Protocol (MCP) Server

Connect HITL.sh with AI assistants like Claude, GPT, and other LLMs using the Model Context Protocol for seamless human-in-the-loop AI workflows.
Status: In Active Development Features:
  • Direct integration with Claude Desktop and other MCP-compatible AI assistants
  • Add human oversight to AI agent workflows
  • Context sharing between AI and human reviewers
  • Seamless handoff from AI to human decision-making
Use Cases:
  • AI agents requesting human approval for critical decisions
  • Quality control for AI-generated content
  • Human verification of automated actions
  • Escalation from AI to human experts when confidence is low
Installation (Coming Soon):
npm install @hitl/mcp-server
Configuration (Preview):
{
  "mcpServers": {
    "hitl": {
      "command": "npx",
      "args": ["-y", "@hitl/mcp-server"],
      "env": {
        "HITL_API_KEY": "your_api_key_here"
      }
    }
  }
}

Planned Integrations

LangChain

Python and JavaScript integration for LangChain-based AI applications

Temporal

Workflow orchestration with human decision points

Retool

Low-code internal tools with human approval workflows

Pipedream

Serverless integration platform support

Request an Integration

Have a specific integration you’d like to see? Let us know!

Current Integrations

While you wait for new integrations, check out what’s already available:

Build Your Own

Don’t see the integration you need? Our REST API makes it easy to build custom integrations:
1

Review API Documentation

Explore our comprehensive API reference
2

Generate API Key

Create an API key in your HITL.sh dashboard
3

Build Integration

Use your preferred programming language and HTTP client
4

Share with Community

Contribute your integration back to the community

API Reference

Get started with our REST API documentation

Stay Updated