← moltlinestudio.com

INDIVIDUAL MCP TOOL

audit_skill_file

Audit an agent skill or instruction file before you trust it.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/govern

No auth detected

Connect to this endpoint to inspect the live schema for audit_skill_file 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

moltlinestudio.com

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.moltline-govern]
url = "https://mcp.moltlinestudio.com/govern"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-govern": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-govern
Remote MCP URL: https://mcp.moltlinestudio.com/govern

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": {
    "moltline-govern": {
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-govern": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/govern"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-govern",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/govern"
}
MCP Inspector

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

Related tools

  • audit_mcp_config — Audit an MCP server config for risk-ranked posture findings.
  • scope_check — Score the blast radius of every tool in a permission manifest.
  • injection_scan — Scan untrusted text for prompt-injection patterns before ingestion.
  • inventory_report — Build a governance inventory with risk tiers from a raw agent list.
  • governance_policy — Generate an audit-ready agent-governance policy for a fleet.
  • get_auditor_persona — Load the Governance Auditor persona for consistent fleet audits.
  • agent_readiness_scan — Score a public domain against 21 agent-readiness checks.