Skip to content
Cursor

Rival Regulatory Toolkit for Cursor

io.github.rival-intelligence/rival-regulatory-toolkit

Read-only regulatory source retrieval, citation tracing, authority metadata, and recent filings.

client:Cursor transport:stdio runtime:npm

Install Rival Regulatory Toolkit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rival-regulatory-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tryrival/regulatory-toolkit"
      ],
      "env": {
        "RIVAL_API_KEY": "<RIVAL_API_KEY>",
        "RIVAL_API_BASE_URL": "<RIVAL_API_BASE_URL>",
        "RIVAL_FIXTURE_MODE": "<RIVAL_FIXTURE_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Rival Regulatory Toolkit in other clients