MCP.so
Sign In

OctolensVerifiedFeatured

@Octolens

About Octolens

Give your AI agents every brand mention across the internet — 15+ platforms, AI-filtered, one structured feed.

Connection details

https://app.octolens.com/api/mcp/v2

Setup

claude mcp add app-ebd73c --transport http https://app.octolens.com/api/mcp/v2

Overview

What it does

Octolens is one API for every mention across the internet, and this MCP server puts it directly into your AI agent's hands. Ask Claude what people said about your brand on Hacker News this week, have an agent triage feature requests from Reddit, or run SQL over your entire mention history — no dashboard, no manual export, no juggling a dozen platform APIs.

Coverage spans 15+ platforms: Reddit, X (Twitter), LinkedIn, Hacker News, YouTube, Bluesky, GitHub, Stack Overflow, dev communities, podcasts, newsletters, news, Product Hunt, Medium, and TikTok. Every mention is AI-filtered for relevance and scored for sentiment before it reaches your agent — which matters most for brands whose name doubles as a common word, where raw keyword feeds are unusable noise.

Tools

ToolWhat it does
list_mentions_contextReturns filter syntax, your tracked keywords, and saved views — call first so the agent knows how to query
list_mentionsFetch mentions with filters and pagination: by keyword, platform, sentiment, relevance, date, tags
analytics_contextReturns the analytics schema and SQL tips for the mentions database
analyticsRun ClickHouse-compatible SQL over your full mention history — trends, share of voice, sentiment breakdowns

The context tools mean agents self-orient: no prompt engineering needed to teach them your filter syntax or schema.

Example prompts

  • "What are people saying about us on Reddit and Hacker News this week? Summarize sentiment."
  • "Find every mention tagged as a feature request this month and group them by theme."
  • "Compare our mention volume against [competitor] over the last quarter, by platform."
  • "Which negative mentions from the past 48 hours should I respond to first?"
  • "Pull five positive quotes about our API for a landing page."

Who it's for

Brands people talk about online — developer tools, product-led SaaS, and companies with active communities. Teams like Vercel, PostHog, and Prisma use Octolens to catch conversations across the web; the MCP server is how that data reaches agent workflows: support agents that know what users complain about, research agents with real voice-of-customer data, and marketing agents that pull social proof on demand.

Frequently asked questions

What is the Octolens remote MCP server?

The Octolens remote MCP server is a hosted Model Context Protocol endpoint at https://app.octolens.com/api/mcp/v2, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Octolens MCP server?

Add the endpoint https://app.octolens.com/api/mcp/v2 to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Octolens MCP server require authentication?

Yes. Octolens uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Octolens MCP server use?

Octolens exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments