Vinkius
Hacker News logo
Vinkius
Vinkius runs on CrewAI

How to Use the Hacker News MCP in CrewAI

Deploy specialized agent teams to research, filter, and summarize tech news using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Hacker News MCP on Cursor AI Code Editor MCP Client Hacker News MCP on Claude Desktop App MCP Integration Hacker News MCP on OpenAI Agents SDK MCP Compatible Hacker News MCP on Visual Studio Code MCP Extension Client Hacker News MCP on GitHub Copilot AI Agent MCP Integration Hacker News MCP on Google Gemini AI MCP Integration Hacker News MCP on Lovable AI Development MCP Client Hacker News MCP on Mistral AI Agents MCP Compatible Hacker News MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect Hacker News MCP to CrewAI

Create your Vinkius account to connect Hacker News to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Multi-agent tech research teams in CrewAI

This Hacker News Alternative MCP Server allows you to assign specific tools like `get_best_stories` and `get_item` to specialized agents within your CrewAI setup. You can have one researcher agent gather top Hacker News links while an analyst agent digs into the comments to extract technical insights. CrewAI coordinates this collaboration through shared memory. The researcher agent passes raw Hacker News story IDs to the analyst agent, who then fetches the full text of the discussion to produce a daily brief.

Autonomous developer community monitoring

The `get_ask_stories` and `get_show_stories` tools let your CrewAI squad monitor community questions and new product launches autonomously. A monitoring agent watches these feeds for specific keywords, while a moderator agent flags high-value Hacker News threads. This division of labor prevents your CrewAI agents from getting bogged down in forum noise. By isolating the feeds, your CrewAI squad delivers high-signal summaries without wasting tokens on irrelevant Hacker News threads.

Tracking platform updates with agent crews

Use `get_updates` to keep your entire CrewAI squad synchronized with the latest Hacker News activity using this MCP connection. A coordinator agent checks for modified profiles and items, then delegates detailed fetching tasks to subordinate agents. This hierarchical structure ensures your CrewAI squad always works with fresh Hacker News data. Instead of uncoordinated polling, your agents collaborate to update your internal Hacker News database.

Setup guide

Set up Hacker News MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Hacker News tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Hacker News Analyst",
    goal="Access and analyze Hacker News data via MCP.",
    backstory="Expert analyst with direct Hacker News access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Hacker News transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Hacker News MCP in CrewAI

You can use the `tool_filter` option in CrewAI to restrict tool access. This ensures your researcher agent only calls `get_top_stories` while your writer agent remains focused on drafting content.
Yes, they use CrewAI's shared memory system. One agent can retrieve a list of story IDs via `get_best_stories` and pass them to another agent for deep analysis using `get_item`.
The server runs on Vinkius's managed infrastructure. Your CrewAI agents connect to it using a secure HTTP or SSE transport, meaning you don't have to host or run any local server processes.
Yes, CrewAI supports asynchronous execution. Your agents can fetch multiple items concurrently using `get_item` to speed up compilation of large tech digests.
The server only processes public Hacker News story IDs and user profiles. Vinkius executes these requests in an ephemeral V8 sandbox, ensuring no private session logs or application payloads are retained.

Start using the Hacker News MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Hacker News. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.