← Back to Plugins
MCP Server MCP

Compliance Auditor MCP

github By github 👁 1 views ▲ 0 votes

City hiring-compliance MCP server with regulation search and full audit risk scoring.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://frayess-mosbehi--compliance-auditor-mcp.apify.actor/mcp",
      "headers": [
        {
          "description": "Apify API token required for standby Actor access.",
          "isRequired": true,
          "format": "string",
          "value": "Bearer {APIFY_TOKEN}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "APIFY_TOKEN": {
          "description": "Apify API token used to access the standby MCP endpoint.",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...