# Rumor MCP Server Rumor tracks what people are saying about stocks, funds and cryptocurrencies across Twitter, Reddit…
# Rumor MCP Server Rumor tracks what people are saying about stocks, funds and cryptocurrencies across Twitter, Reddit, YouTube and StockTwits. It measures how much attention each asset gets, how bullish or bearish that attention is, and which topics drive it. It also summarises what was said. This server gives an AI assistant direct access to that data, alongside prices, fundamentals, news and corporate events. **Server URL:** `https://api.rumor.io/mcp` (Streamable HTTP) ## Connecting There are two ways to authenticate. - **OAuth (no key):** add the server URL in a client that supports MCP OAuth, such as the Claude.ai connectors. You sign in to Rumor and approve access. - **API key:** send your key in the `X-API-Key` header. Clients that can only set `Authorization` can send `Authorization: Bearer pk_...` instead. ### Claude Code ```bash claude mcp add --transport http rumor https://api.rumor.io/mcp --header "X-API-Key: pk_your_api_key" ``` ### JSON config (Claude Desktop, Cursor, and others) ```json { "mcpServers": { "rumor": { **Server URL:** `https://api.rumor.io/mcp` (Streamable HTTP) ## Connecting There are two ways to authenticate. - **OAuth (no key):** add the server URL in a client that supports MCP OAuth, such as the Claude.ai connectors. You sign in to Rumor and approve access. - **API key:** send your key in the `X-API-Key` header. Clients that can only set `Authorization` can send `Authorization: Bearer pk_...` instead. ### Claude Code ```bash claude mcp add --transport http rumor https://api.rumor.io/mcp --header "X-API-Key: pk_your_api_key" ``` ### JSON config (Claude Desktop, Cursor, and others) ```json { "mcpServers": { "rumor": { "type": "http", "url": "https://api.rumor.io/mcp", "headers": { "X-API-Key": "pk_your_api_key" } } } } ``` ## Tools All tools are read-only. Asset types are `equities`, `funds` and `cryptocurrencies`. Dates are unix seconds or `YYYY-MM-DD`. | Tool | What it answers | |---|---| | `search_assets` | Find an asset's ticker and type from a company or coin name. | | `get_asset` | The current snapshot for one asset: price, profile, and its attention, engagement and sentiment over the last day, week, month and yes and changes. | | `screen_assets` | Rank and filter assets: top movers, most discussed, largest by market cap, with filters on any column. | | `get_timeseries` | History for one asset: price candles and volume, attention, bullish and bearish engagement, engagement per topic, and engagement split between newcomers and regulars. Pass `dates` to fetch specific days only. | | `get_summary` | What was said about an asset: written summaries of the conversation per day or month, overall, per sentiment side and per topic. `latest=true` returns the newest summary for each. | | `get_trends` | Market-wide attention and sentiment by sector, market-cap tier, region, topic or theme. | | `get_news` | News articles, newest first, for the whole market, one asset type or one asset. | | `list_news_publishers` | Publishers active in a window, with article counts. These are the exact names `get_news` filters on. | | `get_events` | Earnings (including the next scheduled report), dividends, splits and analyst rating changes for one equity. | | `get_financials` | Income, balance sheet, cash flow, key metrics and ratios, or analyst estimates, by annual, quarterly or trailing-twelve-month pe | `get_related` | The assets this asset's audience also discusses, ranked by audience overlap. | | `get_account_status` | The connected account, its plan, and today's remaining request budget. | ## Example questions - "What are people saying about NVDA this week?" - "Which tech stocks are getting the most attention today?" - "How did bullish sentiment on bitcoin move through March 2020?" - "Rank Apple's last eight earnings reports by the social attention they drew." - "What else do Tesla's followers talk about?" ## Plans and limits | Plan | Requests per minute | Requests per day | |---|---|---| | Free | 10 | 100 | | Personal | 10 | 2,000 | | Pro | 100 | 20,000 | On the Free plan, history and news reach back 90 days, at daily resolution only. Personal and Pro unlock the full history, hourly and monthly resolution, the full news archive and every screener filter. Financial data needs a free account. Pricing: https://rumor.io/pricing
brandon-553f
mcp
free
Others in the same category, ranked by how often they are opened.