Real-time ranked tech intelligence feed from Hacker News, arXiv, Dev.to, Ars Technica, Product Hunt, and more. Query the live feed by category (AI, tech, code, science, space, robotics, security), search stories by keyword, and list available sources — directly in Claude, Cursor, or any MCP-compatible agent.
Server Config
{
"mcpServers": {
"rnkflow": {
"command": "npx",
"args": [
"-y",
"rnkflow-mcp"
],
"env": {
"RNKFLOW_API_KEY": "<YOUR_TOKEN>"
}
}
}
}