← hatchloop.dev

INDIVIDUAL MCP TOOL

get_status

Query the current state of any in-flight async operation by operation_id.

hatchloop.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://hatchloop.dev/mcp/compliance-check

No auth detected

Connect to this endpoint to inspect the live schema for get_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hatchloop.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.compliance-check]
url = "https://hatchloop.dev/mcp/compliance-check"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "compliance-check": {
      "type": "http",
      "url": "https://hatchloop.dev/mcp/compliance-check"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: compliance-check
Remote MCP URL: https://hatchloop.dev/mcp/compliance-check

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "compliance-check": {
      "url": "https://hatchloop.dev/mcp/compliance-check"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "compliance-check": {
      "type": "http",
      "url": "https://hatchloop.dev/mcp/compliance-check"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "compliance-check",
  "transport": "streamable-http",
  "url": "https://hatchloop.dev/mcp/compliance-check"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_outcome — Retrieve the final OutcomeReceipt for a completed operation.
  • preview_cost — Return an expected cost estimate, latency estimate, and success-probability estimate for a proposed call before execution.
  • self_test — Service health probe: runs 6 internal checks and reports how many passed.
  • check_compliance — Free, instant pre-flight for the compliance gate.
  • verify_company_record — Free, live lookup of a company official registry record.
  • screen_sanctions — Free screening of a name or entity against official sanctions lists, each fetched from the authority that issues it: the OFAC SDN list from the US Treasury (SDN.
  • map_trade_restriction — Free cross-border trade screening of the DESTINATION and the PARTIES.