AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"last30days-skill": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-last30days-skill"
]
}
}
}