Skip to content
Grok

Pre-Trip compliance scanner for Grok

agency.kesey/pretrip

Screen regulated-health marketing copy against source-cited rulesets, all 50 states.

client:Grok transport:stdio runtime:npm

Install Pre-Trip compliance scanner in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pretrip": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pretrip-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Pre-Trip compliance scanner in other clients