Pre-Trip compliance scanner for Cursor
agency.kesey/pretrip
Screen regulated-health marketing copy against source-cited rulesets, all 50 states.
client:Cursor
transport:stdio
runtime:npm
Install Pre-Trip compliance scanner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pretrip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pretrip-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs