mcpbeat Sign in

TickerRisk MCP Server

by pasiutusvovere Your server? Claim it
local only

TickerRisk runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 19 Jul 2026.

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

Installs per day peak 37 · avg 15 · -27% w/w
a month agotoday
85
Installs / week
pypi · tickerrisk-mcp
0
Stars
0 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check TickerRisk every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tickerrisk-mcp -- uvx tickerrisk-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tickerrisk-mcp": {
      "args": [
        "tickerrisk-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tickerrisk-mcp]
command = "uvx"
args = ["tickerrisk-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tickerrisk-mcp": {
      "args": [
        "tickerrisk-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tickerrisk-mcp": {
      "args": [
        "tickerrisk-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TICKERRISK_TOKEN (Optional JWT for an existing TickerRisk account. Without it, anonymous access applies: full access for 24 hours, then a free account extends it.), TICKERRISK_BASE_URL (Override the API host. Defaults to https://tickerrisk.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TickerRisk

same job, measured the same way
Vetagent
by vetagent

Pre-trade safety check for AI agents: honeypot, tax, liquidity and rug risk before you buy.

3 tools answering
Mcpgrade
by mcpgrade

Security grades (A-F) for MCP servers. Check one before you install or trust it. mcpgrade.dev

44 installs/wk local only
W
Monitor
by agentexchange-tooldrift

Check if an MCP server tool changed or hides injection patterns before you trust it.

3 tools answering
Alphanume Datasets
by alphanume

Point-in-time US equity & options data: vol premium, earnings moves, dilution, FDA events, splits

30 tools answering
Agent Reputation
by samytouri

Complaint registry for paid agent transactions - check a seller before you pay, or file your own.

14 tools answering
HiddenContent
by hiddencontent

Check a document for hidden text before your agent reads it. PDF, Office, RTF, HTML.

131 installs/wk answering
Payment Guard MCP
by mlawsonking

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

49 installs/wk local only
O
Sentinel
by 448c

Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.

2 tools answering

TickerRisk — questions

Answers built from our own checks of this server.

Why is there no uptime for TickerRisk?
TickerRisk runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tickerrisk-mcp was installed 85 times last week.
How do I connect TickerRisk?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tickerrisk-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use TickerRisk?
The pypi package tickerrisk-mcp was installed 85 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TickerRisk open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.