Feature

MCP Gateway

49 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

49 Governance Tools

tork_scan_pii
tork_governed_passthrough
tork_check_policy
tork_audit_stats
tork_audit_logs
tork_register_tool
tork_validate_tool_call
tork_tool_call_stats
tork_request_approval
tork_approve_action
tork_reject_action
tork_check_approval
tork_velocity_alert
tork_dashboard
tork_list_tools
tork_list_policies
tork_get_policy
tork_list_approvals
tork_approve
tork_deny
tork_cloud_audit_logs
tork_create_webhook
tork_list_webhooks
tork_delete_webhook
tork_governance_check
tork_memory_snapshot
tork_memory_verify
tork_memory_trust_score
tork_memory_track_modification
tork_hitl_check_velocity
tork_hitl_create_cooldown
tork_hitl_check_cooldown
tork_hitl_detect_slicing
tork_hitl_get_config
tork_mcp_log_call
tork_mcp_get_stats
tork_mcp_get_alerts
tork_mcp_analyze
tork_supply_chain_register
tork_supply_chain_deps
tork_supply_chain_verify
tork_supply_chain_vulns
tork_supply_chain_health
tork_cost_record
tork_cost_check
tork_cost_summary
tork_cost_alerts
tork_cost_budget_status
get_handover

Add Governance to Your MCP Stack

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

Start Free Trial View on GitHub