Feature

MCP Gateway

48 governance tools via Model Context Protocol. Drop-in integration with Claude Desktop, Cursor, and any MCP-compatible client.

Governance Tools

Tool Registration & Governance

Register tools with governance policies attached. Every tool call is evaluated against your rules before execution. Block dangerous flags, enforce parameter allowlists, and rate-limit tool usage.

Policy-Aware Routing

Route tool calls through governance evaluation in real-time. Policies are checked locally in < 1ms, adding negligible latency. Supports allow, block, warn, redact, and escalate actions.

Human-in-the-Loop via MCP

Route high-stakes tool calls to human reviewers directly through MCP. Approval requests appear in your MCP client with full context. Configurable timeout and auto-deny policies.

Audit Trail

Every tool call generates an HMAC-signed compliance receipt. Full audit history accessible via MCP tools. Export logs for SOC 2, GDPR, and HIPAA compliance reporting.

Kill Switch

Instantly stop any agent via MCP tool call. Freeze agents for investigation, resume when safe. Emergency shutdown propagates to all connected MCP clients within seconds.

Multi-Client Support

Single governance server serves multiple MCP clients simultaneously. Shared policies, per-client configuration. Centralized audit log across all connected agents.

Quick Setup

Add Tork governance to your MCP client config. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

claude_desktop_config.json

{
  "mcpServers": {
    "tork-governance": {
      "command": "npx",
      "args": ["@torknetwork/mcp-server"],
      "env": {
        "TORK_API_KEY": "tork_...",
        "TORK_POLICY": "policy.yaml"
      }
    }
  }
}

Install

$ npx @torknetwork/mcp-server

No installation required — npx runs the latest version directly.

Works With

Claude Desktop
Cursor
Windsurf
Any MCP Client

48 Governance Tools

register_tool
evaluate_input
evaluate_output
scan_pii
redact_pii
check_policy
list_policies
create_policy
update_policy
approve_request
deny_request
list_pending
get_audit_log
export_receipts
verify_receipt
kill_agent
freeze_agent
resume_agent
get_agent_status
list_agents
get_metrics
configure_alerts
test_policy
get_score
health_check

Add Governance to Your MCP Stack

One line to install. 48 tools for governance. Zero latency overhead.

Start Free Trial View on GitHub