MCP.so
登录

Octolens已验证已精选

@Octolens

关于 Octolens

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

连接信息

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

接入方式

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

概览

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.

常见问题

Octolens 远程 MCP 服务器是什么?

Octolens 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://app.octolens.com/api/mcp/v2,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 Octolens 的 MCP 服务器?

把端点 https://app.octolens.com/api/mcp/v2 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

Octolens 的 MCP 服务器需要认证吗?

需要。Octolens 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

Octolens 的 MCP 服务器用的是哪种传输方式?

Octolens 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论