Skip to content
Cursor

TickerRisk for Cursor

io.github.pasiutusvovere/tickerrisk-mcp

Check options trades for hidden catalysts (earnings, FDA, legal, SEC) before you sell premium.

client:Cursor transport:stdio runtime:pypi

Install TickerRisk 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": {
    "tickerrisk-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tickerrisk-mcp"
      ],
      "env": {
        "TICKERRISK_TOKEN": "<TICKERRISK_TOKEN>",
        "TICKERRISK_BASE_URL": "<TICKERRISK_BASE_URL>"
      }
    }
  }
}

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

TickerRisk in other clients