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

diploria-mcp

v1.1.1

Published

Diploria AI MCP server - connect Claude Desktop, Cursor, Windsurf, and Zed to your brand's AI visibility data

Downloads

464

Readme

diploria-mcp

Official Diploria MCP server. Connects Claude Desktop, Cursor, Windsurf, Zed, and any MCP-compatible AI tool to your brand's AI visibility data.

Setup

1. Get your API key

Sign in to diploria.ai → Settings → API Keys & MCP → Create key.

2. Add to your AI tool config

Claude Desktop (Claude > Settings > Developer > Edit Config):

{
  "mcpServers": {
    "diploria": {
      "command": "npx",
      "args": ["-y", "diploria-mcp"],
      "env": {
        "DIPLORIA_API_KEY": "dip_...",
        "DIPLORIA_API_BASE": "https://diploria.ai/api"
      }
    }
  }
}

Cursor (Cursor Settings > MCP > Add new global MCP server):

{
  "mcpServers": {
    "diploria": {
      "command": "npx",
      "args": ["-y", "diploria-mcp"],
      "env": {
        "DIPLORIA_API_KEY": "dip_...",
        "DIPLORIA_API_BASE": "https://diploria.ai/api"
      }
    }
  }
}

Windsurf (Windsurf Settings > Cascade > MCP Servers > View raw config):

{
  "mcpServers": {
    "diploria": {
      "command": "npx",
      "args": ["-y", "diploria-mcp"],
      "env": {
        "DIPLORIA_API_KEY": "dip_...",
        "DIPLORIA_API_BASE": "https://diploria.ai/api"
      }
    }
  }
}

Zed (Zed > Settings > Open Settings (JSON)):

{
  "context_servers": {
    "diploria": {
      "command": "npx",
      "args": ["-y", "diploria-mcp"],
      "env": {
        "DIPLORIA_API_KEY": "dip_...",
        "DIPLORIA_API_BASE": "https://diploria.ai/api"
      }
    }
  }
}

3. Restart your AI tool

Look for the 🔨 tools icon (Claude) or the MCP servers panel to confirm Diploria is connected.

Available tools

| Tool | Description | |------|-------------| | list_brands | List all brands — always call this first to get brandIds | | get_brand_dashboard | Visibility scores, mention rates, and last poll date | | get_poll_history | Recent poll run history | | get_poll_results | Per-engine, per-prompt mention breakdown for a specific run | | get_citations | Top cited domains and URLs in the last 30 days | | get_sentiment | Sentiment trend and recent negative mentions | | get_tag_analytics | Mention rates by intent category and engine | | get_competitor_gaps | Side-by-side brand vs competitor mention rates | | get_competitor_citations | Sources that cite competitors but not your brand | | get_load_bearing_sources | URLs most cited by AI engines | | get_readiness_index | Brand readiness score with category breakdown | | get_readiness_scans | Scanned URLs with readiness pillar scores | | get_readiness_recommendations | Top-priority fixes sorted by potential improvement | | get_optimization_quadrant | Pages mapped by readiness score vs citation rate | | get_accuracy_facts | Ground-truth facts used to detect hallucinations | | get_accuracy_incidents | Detected hallucinations and misstatements | | get_agent_traffic_summary | AI bot crawler traffic metrics |

Example prompts

  • "What's my AI visibility score for Acme brand?"
  • "Where are my competitors outranking me?"
  • "Show me the latest negative sentiment mentions."
  • "Which pages have the worst readiness scores?"
  • "What hallucinations has Diploria detected this month?"

License

MIT