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

@lumar/ai-visibility-mcp-server

v0.1.1

Published

MCP server for Lumar AI Visibility - monitor your brand's presence across AI-powered search engines

Readme

@lumar/ai-visibility-mcp-server

MCP server for Lumar AI Visibility — monitor your brand's presence across AI-powered search engines and assistants.

Track how AI providers like ChatGPT, Gemini, Perplexity, and others mention, cite, and rank your brand. Analyze visibility scores, citations, mentions, sentiment, and competitive positioning over time.

Requirements

  • Node.js >= 20
  • A Lumar account with AI Visibility enabled

Setup

Claude Desktop / Claude Code

Add to your MCP configuration:

{
  "mcpServers": {
    "lumar-ai-visibility": {
      "command": "npx",
      "args": ["-y", "@lumar/ai-visibility-mcp-server"]
    }
  }
}

Authentication

On first use, the server will open your browser to log in via your Lumar account. Tokens are cached locally at ~/.config/lumar/ai-visibility-mcp/tokens.json and refreshed automatically.

No API keys or secrets are needed.

Environment Variables

| Variable | Description | Default | | ----------- | ---------------------------------------------------- | ------------ | | LUMAR_ENV | Environment: production, staging, or localhost | production |

Available Tools

| Tool | Description | | ------------------------ | ------------------------------------------ | | list_projects | List AI Visibility projects | | create_project | Create a project with a primary brand | | delete_project | Delete a project | | list_topics | List topics with visibility metrics | | search_topics | Search topics by name | | create_topic | Create a topic under a project | | delete_topic | Delete a topic | | list_prompts | List prompts with analytics | | create_prompt | Create a prompt under a topic | | delete_prompt | Delete a prompt | | list_brands | List/search brands with visibility metrics | | get_top_brands | Top brands ranked by visibility score | | list_brand_citations | Brand citations with URL metrics | | list_brand_mentions | Brand mentions with sentiment | | list_ai_providers | Available AI providers | | get_visibility_scores | Time-series visibility scores | | list_prompt_runs | Prompt execution runs | | get_prompt_run_details | Full AI response for a run |

License

MIT