
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@torknetwork/mcp-server
Advanced tools
TORK MCP Server - 48 governance tools for AI agents including Memory Integrity, Supply Chain, Cost Controls, and MCP Auditing
Official MCP (Model Context Protocol) server for Tork AI Governance Platform.
Part of the TORK Network - AI governance infrastructure for the agentic era.
npm install @torknetwork/mcp-server
{
"mcpServers": {
"tork-governance": {
"type": "http",
"url": "https://server.smithery.ai/@torknetwork/tork-governance"
}
}
}
Both methods connect to the same Tork governance API. Local gives you zero-latency stdio. Remote gives you one-click setup and works in browser-based MCP clients.
| Tool | Description |
|---|---|
tork_scan_pii | Scan text for PII across 50+ types and 13 countries with regional profiles (v1.1) |
tork_governed_passthrough | Execute tool calls with full governance checks |
tork_check_policy | Check content against governance policies |
tork_audit_stats | Get audit statistics for governance events |
tork_audit_logs | Query audit logs with filtering |
| Tool | Description |
|---|---|
tork_register_tool | Register a tool with governance policy |
tork_validate_tool_call | Validate a tool call before execution |
tork_tool_call_stats | Get statistics on tool calls |
| Tool | Description |
|---|---|
tork_request_approval | Request human approval for an action |
tork_approve_action | Approve a pending action |
tork_reject_action | Reject a pending action |
tork_check_approval | Check approval status |
tork_velocity_alert | Check for slicing attack patterns |
tork_hitl_check_velocity | Check approver velocity metrics |
tork_hitl_create_cooldown | Create a cooldown period |
tork_hitl_check_cooldown | Check if in cooldown |
tork_hitl_detect_slicing | Detect slicing attacks |
tork_hitl_get_config | Get HITL configuration |
| Tool | Description |
|---|---|
tork_memory_snapshot | Create memory fingerprint for integrity verification |
tork_memory_verify | Verify memory against a snapshot |
tork_memory_trust_score | Get/calculate trust score for memory |
tork_memory_track_modification | Record memory changes for audit |
| Tool | Description |
|---|---|
tork_supply_chain_register | Register a dependency |
tork_supply_chain_deps | Get agent dependencies |
tork_supply_chain_verify | Verify a dependency |
tork_supply_chain_vulns | Check for vulnerabilities |
tork_supply_chain_health | Get supply chain health score |
| Tool | Description |
|---|---|
tork_cost_record | Record a cost transaction |
tork_cost_check | Check if spend is allowed within budget |
tork_cost_summary | Get spend summary by period |
tork_cost_alerts | Get cost alerts and warnings |
tork_cost_budget_status | Check budget utilization status |
| Tool | Description |
|---|---|
tork_mcp_log_call | Log a tool invocation for audit |
tork_mcp_get_stats | Get tool usage statistics |
tork_mcp_get_alerts | Get MCP alerts and anomalies |
tork_mcp_analyze | Run anomaly detection on tool usage |
These tools connect to the live Tork Cloud API for centralized governance management. Requires TORK_API_KEY environment variable.
| Tool | Description |
|---|---|
tork_dashboard | Get dashboard statistics |
tork_list_tools | List all registered tools |
tork_list_policies | List all governance policies |
tork_get_policy | Get a specific policy by name |
tork_list_approvals | List pending HITL approval requests |
tork_approve | Approve a pending HITL request |
tork_deny | Deny a pending HITL request |
tork_cloud_audit_logs | Query audit logs with filtering |
tork_create_webhook | Create a webhook for notifications |
tork_list_webhooks | List all configured webhooks |
tork_delete_webhook | Delete a webhook by ID |
tork_governance_check | Real-time policy validation |
Set environment variable:
export TORK_API_KEY=your_api_key
export TORK_API_KEY=tork_live_xxxxxAdd to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
Basic (local mode only):
{
"mcpServers": {
"tork": {
"command": "npx",
"args": ["@torknetwork/mcp-server"]
}
}
}
With Cloud API (recommended):
{
"mcpServers": {
"tork": {
"command": "npx",
"args": ["@torknetwork/mcp-server"],
"env": {
"TORK_API_KEY": "tork_live_your_api_key_here"
}
}
}
}
Once configured, try these prompts with Claude:
Dashboard & Overview:
Memory Integrity (NEW):
Supply Chain (NEW):
Cost Controls (NEW):
MCP Auditing (NEW):
Approvals & HITL:
PII Scanning:
Regional PII Detection (v1.1):
region: ["ae"])region: ["in"], industry: "healthcare")--force, --no-confirm, --delete-allMIT - see LICENSE
FAQs
TORK MCP Server - 49 governance tools for AI agents including Memory Integrity, Supply Chain, Cost Controls, and MCP Auditing
We found that @torknetwork/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.