Social listening for dev platforms

Know when developers mention you

Mentio watches Bluesky, Hacker News, Reddit, X, GitHub, Stack Overflow, DEV, YouTube and the news for your keywords, scores every hit with AI, and surfaces the conversations that matter.

Usage-based pricing. Real-time on every account. No sales calls.

Watching the places developers actually talk, as fast as each platform allows

Blueskyreal time
Hacker News~1 min
GitHub~5 min
DEV~5 min
Reddit~10 min
News~30 min
X~1 h
YouTube~12 h
Stack Overflow~24 h

[ 01 / 04 ] · How it works

From post to signal in three steps

01

Track keywords

Your brand, your competitors, your space. One POST per term, or a click in the dashboard.

02

The pipeline watches everything

Every source is ingested once, matched against your terms, and classified by AI: relevance 0 to 100, sentiment, and intent, tuned by your company context.

03

Act on what matters

Triage in the dashboard, deliver to Slack or webhooks, query the REST API, or let your AI agent work the feed over MCP.

[ 02 / 04 ] · Features

Built like a dev tool, because it is one

Real time to minutes

Bluesky lands in seconds via the firehose. Hacker News in about a minute. Every conversational source in minutes, not hours.

AI that reads every post

Relevance scoring, sentiment, and intent detection (buy intent, question, complaint, praise, comparison) on each mention, guided by your company context.

API-first

A clean REST API with an OpenAPI spec, keyset pagination, and stable error codes. The dashboard is just another client.

MCP built in

A Model Context Protocol server with eight tools, so Claude, Cursor, or any agent can search, triage, and manage tracking for you.

Deliver anywhere

Slack and webhook destinations with filtered feeds: only the sources, sentiments, and relevance levels you care about.

Priced by usage

Pay per keyword, each with relevant mentions included in a shared pool. Noise the classifier filters out is always free. No seats, no tiers.

[ 03 / 04 ] · Pricing

Pay for what you track, and what we find

No seats. No tiers. Only relevant mentions count, and noise is free.

€5/mo

per keyword tracked, prorated daily, 500 relevant mentions included

€5

per extra 1,000 relevant mentions, pooled across your account

Your bill: €25 /month

2,500 mentions included, no overage

Every keyword adds 500 relevant mentions to a shared monthly pool, and partial thousands past it are free. Start free with 2 keywords, no subscription needed.

[ 04 / 04 ] · Start

Start listening in five minutes

Your first keyword is one request away.

curl -X POST "https://api.mentio.dev/v1/keywords" \
  -H "Authorization: Bearer $MENTIO_API_KEY" \
  -d '{ "term": "your product", "kind": "brand" }'