← Back to browse

Rival Regulatory Toolkit

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRIVAL_API_KEY RIVAL_API_BASE_URL RIVAL_FIXTURE_MODE
Claude Code
claude mcp add --env RIVAL_API_KEY= --env RIVAL_API_BASE_URL= --env RIVAL_FIXTURE_MODE= rival-regulatory-toolkit -- npx @tryrival/regulatory-toolkit
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rival-regulatory-toolkit","command":"npx","args":["@tryrival/regulatory-toolkit"],"env":{"RIVAL_API_KEY":"","RIVAL_API_BASE_URL":"","RIVAL_FIXTURE_MODE":""}}'
JSON
{
  "mcpServers": {
    "rival-regulatory-toolkit": {
      "command": "npx",
      "args": [
        "@tryrival/regulatory-toolkit"
      ],
      "env": {
        "RIVAL_API_KEY": "",
        "RIVAL_API_BASE_URL": "",
        "RIVAL_FIXTURE_MODE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.