Rumor runs an MCP server: attention, sentiment, prices, the screener, sector trends and news, in any assistant that takes one. Connect it once and ask in your own words.
https://rumor.io/api/mcpPaste the URL, sign in with your Rumor account, done — no API key.
Or open claude.ai with a starter prompt and Claude walks you through it.
These take your API key — it's on your settings page.
claude mcp add --transport http rumor https://rumor.io/api/mcp --header "X-API-Key: pk_your_api_key"{
"mcpServers": {
"rumor": {
"url": "https://rumor.io/api/mcp",
"headers": { "X-API-Key": "pk_your_api_key" }
}
}
}[mcp_servers.rumor]
url = "https://rumor.io/api/mcp"
http_headers = { "X-API-Key" = "pk_your_api_key" }gemini mcp add --transport http --scope user --header "X-API-Key: pk_your_api_key" rumor https://rumor.io/api/mcpX-API-Key: pk_your_api_key as a header.