npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

brand-visibility-mcp

v1.0.4

Published

MCP client proxy for AI brand visibility and competitor analysis via Icypluto SaaS

Readme

Brand Visibility MCP Server

An official Model Context Protocol (MCP) server to analyze brand visibility, sentiment, and competitor analysis on the web, powered by the Icypluto platform.

This MCP server acts as a secure, zero-config proxy client that delegates scraping, search grounding, and AI analysis to the Icypluto backend server. It deducts credits (Icy Coins) from your account balance per tool execution.


Features & Tools

This server provides the following tools to your AI agent (Claude Desktop, Claude Code, Cursor, etc.):

  1. analyze_brand_visibility: Compiles a comprehensive 11-section dashboard metrics payload detailing AI search citations, traffic share, and SOV. (Costs 50 coins)
  2. compare_competitors: Audits your brand against target competitors for differentiation and market presence. (Costs 50 coins)
  3. analyze_sentiment: Scrapes web mentions and categorizes public sentiment (Positive, Neutral, Negative). (Costs 50 coins)
  4. extract_brand_entities: Crawls your homepage to extract brand names, variants, taglines, and target profiles. (Costs 50 coins)
  5. generate_brand_report: Compiles a full consolidated markdown audit report combining all of the above tools. (Costs 50 coins)

Quick Start Guide

Step 1: Authenticate with Icypluto

Before connecting the MCP server to your AI agent, you must log in once using your Icypluto web account credentials:

npx brand-visibility-mcp login

You will be prompted to enter your Icypluto email and password. Upon successful verification, your authentication token will be saved securely at ~/.icypluto/config.json.


Client Integration

1. Claude Desktop Setup

Add the server configuration to your claude_desktop_config.json (located at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "brand-visibility": {
      "command": "npx",
      "args": [
        "-y",
        "brand-visibility-mcp"
      ]
    }
  }
}

2. Cursor Setup

  1. Go to Settings > Features > MCP.
  2. Click + Add New MCP Server.
  3. Fill in the fields:
    • Name: brand-visibility
    • Type: command
    • Command: npx -y brand-visibility-mcp

3. Claude Code CLI Setup

Add it directly using the Claude CLI command:

claude mcp add brand-visibility -- npx brand-visibility-mcp

Example Prompts to Try

Once connected, you can ask your AI assistant:

  • "Analyze the brand visibility of Groww. Website is https://groww.in, competitors are Zerodha and Upstox, and market is mutual fund investment platform in India."
  • "Generate a brand report for Zerodha using the brand-visibility MCP server."
  • "Check public sentiment for Upstox using the brand-visibility MCP server."

Licensing & Security

All scraping, LLM search groundings, and API key management are handled backend-side. This client package is a thin wrapper that contains no hardcoded secrets or sensitive keys.

For support or account queries, visit Icypluto Support.