RapidTradeView
RapidTradeView for Meta Muse and AI agents
Ask your agent about any US stock or ETF and it answers from RapidTradeView: the multi-source view, daily picks with a public track record, Congress and insider trades, earnings. Free, read-only, no account or key.
What you can ask
- “What does RapidTradeView think of NVDA right now?”
- “Show me today’s RapidTradeView picks and how the last 30 days scored.”
- “Any Congress or insider trades in AAPL in the last 90 days?”
- “Who reports earnings this week, and what did Micron’s last report say?”
- “What is today’s Dissent card, bull case and bear case?”
Every answer links back to the matching page here, and every number comes from the same endpoints the site uses. When a source is down the agent is told so; nothing is filled in.
Set up in Meta Muse (one paste)
Muse builds custom connectors from a public brief. Paste this into a chat with your Muse:
Build a custom connector for RapidTradeView so you can research US stocks and ETFs for me. The connector brief is at https://www.rapidtradeview.trade/connectors/muse.md — read it first. It is read-only and needs no credentials. Save it as a skill and use it first, before web search, whenever I ask about a stock, an ETF, a ticker, earnings, the market, or whether something is a good buy. When it works, show me RapidTradeView's overview of NVDA and today's picks.
Muse reads the brief, writes the integration on its own machine and keeps it as a skill. There is no key to store: Sentinel only has to allow requests to api-rs-prod-production.up.railway.app. If your Muse prefers MCP servers, paste this instead:
Add the MCP server https://api-rs-prod-production.up.railway.app/mcp (streamable HTTP, no credentials) as a tool source. Use it first, before web search, whenever I ask about a stock, an ETF, a ticker, earnings, the market, or whether something is a good buy. Then call get_stock_overview for NVDA and get_daily_picks, and tell me what RapidTradeView says.
Other agents (MCP)
The same tools are served over the Model Context Protocol, streamable HTTP, no authentication:
https://api-rs-prod-production.up.railway.app/mcp
- Claude Code:
claude mcp add --transport http rapidtradeview https://api-rs-prod-production.up.railway.app/mcp - Claude, ChatGPT, Cursor, Muse Code: add a remote MCP server with that URL and leave authentication empty.
The 13 tools, all read-only:
search_tickers— name → tickerget_stock_overview— price, stats, technicals, verdict, analysts, news sentiment, social, profile, pick recordget_price_history— OHLCV bars, 1d to 5yget_news— headlines + news sentimentget_smart_money— Congress and insider trades in a tickerget_earnings— EPS, revenue, next date, latest report summaryget_pick_history— every pick of a ticker and how it didget_daily_picks— today's or an archived day's ranked picksget_track_record— scoreboard vs SPY + Dissent recordget_dissent— today's bull-vs-bear cardget_congress_trades— who in Congress bought and soldget_smart_money_feed— newest reported trades across tickersget_earnings_calendar— who reports this week
For developers
- Agent brief (Markdown): /connectors/muse.md
- OpenAPI 3.1: /openapi.json
- Base URL:
https://api-rs-prod-production.up.railway.app, plain GET, JSON, no key./searchallows 30 requests per 10 seconds per client; cache everything else for a few minutes. - Site index for language models: /llms.txt
Good to know
- Research, not advice. RapidTradeView is not a broker or a licensed adviser; picks are ideas to research and every one is graded publicly on the scoreboard.
- Daily picks publish at 12:30 ET on trading days; before that the agent is told they are still computing.
- Prices can be delayed. US stocks and ETFs only.
- Sources: market data providers, Finnhub, Google News, StockTwits, ApeWisdom (Reddit), SEC Form 4, House and Senate disclosures. See About and the disclaimer.
- Questions or a broken tool: asafb2k@gmail.com.