Raider Partners
All your market data. One connection your AI understands.
Quotes, filings, options, short interest, macro. From the sources you already pay for and 6 that need no key at all. Every answer says where it came from and when.
15 sources 19 tools 19 capabilities 0 keys required to start
15 doors. One key ring.
-
Paste one URL into Claude, Codex, Grok or anything that speaks MCP.
-
Sign in with Google or drop in a token.
-
Ask in plain language. RaiderRouter picks the best source you have and tells you which one answered.
6 sources answer with no key at all.
When those sources are answering, a brand-new account has these tools on the first screen. A signal only a paying user can see is a signal most users never see.
- borrow_status Short interest and what it costs to carry a short position in one ticker. No key
- get_analyst_estimates Sell-side consensus for one symbol: price targets with the high, low, mean and median and the number of analysts behind them, plus trailing, current-year and forward EPS. No key
- get_catalyst_calendar Scheduled events for one symbol that can move its price: the next earnings date, the ex-dividend date and the dividend pay date. No key
- get_company_fundamentals Company profile and financial ratios for one symbol. No key
- get_crowd_attention Retail-forum mention counts, either the fetched ranking page or one ticker's place in that page. No key
- get_financial_statements Income statement, balance sheet or cash flow for one company by fiscal period, newest first, as filed with the regulator's filing registry. No key
- get_insider_activity Form 4 insider transactions for one symbol, summarised into whether several DISTINCT insiders have been buying in the open market. No key
- get_institutional_activity Beneficial-ownership stake disclosures (13D and 13G) involving one symbol. No key
- get_macro_series Economic series - rates, inflation, employment - with the latest and previous printed observation and the change between them, plus a recent window of the series itself. No key
- get_market_movers The day's biggest gainers, losers, most active or most shorted names. No key
- get_news Latest matching news articles about one symbol, which may be older than today. No key
- get_price_history Historical OHLCV bars for one symbol over a period, plus RSI, MACD, Bollinger bands and ATR where the bar count supports them. No key
- get_quote Latest available price for one symbol. No key
- get_quotes Latest available price for up to 25 symbols in one call, so a watchlist does not cost one tool call per ticker. No key
- get_recent_filings Recent regulatory filings for one registrant, optionally filtered by form type. No key
- get_volatility_regime Volatility indices with per-index staleness, the near/far term-structure ratio, and the regime it implies. No key
- search_symbols Turn a company name into ranked ticker candidates before calling any tool that takes a symbol. No key
A further 2 tools activate when you connect a vendor key.
Point your agent at it.
One line, then ask a question in plain language.
Claude Code
Add the URL, then approve RaiderRouter when Claude opens your browser.
claude mcp add --transport http raider https://mcp.raiderpartners.com/mcp
Authorize in the browser. A manual bearer fallback is available for headless clients and scripts.
See every clientWhat happens to your keys.
The short version, and all of it is enforced in code rather than promised here.
- Encrypted, one key per credential
- Every credential is sealed with AES-256-GCM under its own data key, which is itself wrapped by a master key held in the environment and never written to the database.
- The key never leaves the executor
- A vendor secret is decrypted inside the call that uses it. It is not logged, not returned, and not echoed in an error: the scrubber removes percent, JSON and base64 encodings of it, not only its exact bytes.
- Nothing is invented
- A figure a vendor did not publish is named as unavailable with the reason. No zero stands in for a missing number, and every answer says which source it came from and when.
- Delete your stored account data
- One confirmed action removes the account, stored credentials, manual tokens, and call log in one transaction. OAuth access is explained separately before you confirm.
Now let's go take their data.
Sign in, add the endpoint, and authorize in your client. Connect a vendor key later, or never.