
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
@torknetwork/mcp-server
Advanced tools
TORK MCP Server - 49 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 |
Read-only access to the Tork ops handover — how two Claude accounts that share no
conversation memory share an understanding of the estate instead. Requires
SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY; without them this one tool reports
itself unavailable and every other tool is unaffected.
| Tool | Description |
|---|---|
get_handover | Read a handover document: current (intent), system (script-gathered facts), lessons, or project:<name> |
There is no corresponding write tool, by design. Handover rows are written by scripts a human runs on their own machine, so an agent can read the shared history but cannot quietly rewrite what the other account believes.
Set environment variable:
export TORK_API_KEY=your_api_key
Optional, and only for get_handover:
export SUPABASE_URL=https://<project>.supabase.co
export SUPABASE_SERVICE_ROLE_KEY=<service_role_key> # full DB access; own the server it runs on
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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.