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

@compidex/mcp

v0.1.2

Published

COMPIDEX MCP server — Norwegian company data + lead-generation signals for AI agents

Readme

@compidex/mcp

MCP server for COMPIDEX — Norwegian company data and lead-generation signals for AI agents.

Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Quick start

  1. Get an API key at compidex.app/developer
  2. Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
  "mcpServers": {
    "compidex": {
      "command": "npx",
      "args": ["-y", "@compidex/mcp"],
      "env": {
        "COMPIDEX_API_KEY": "cpx_live_your_key_here"
      }
    }
  }
}
  1. Restart Claude Desktop. Ask: "Find the largest IT companies in Oslo"

What you can do

  • Search companies — by name, industry, municipality, employee count, status
  • Get company details — financials, roles, ownership, compliance, contacts
  • Subscribe to signals — get notified when companies go bankrupt, change ownership, hire/fire, switch industry
  • Pull change signals — bankruptcies, dissolutions, ownership changes, revenue growth, CEO changes, and more
  • Check usage — see your credit balance and recent activity

Available tools

| Tool | What it does | Credits | |---|---|---| | search_companies | Search 1.15M Norwegian companies | 1 / result | | get_company | Full company enrichment by org number | 2 | | get_company_events | Official BRREG announcements | 1 | | get_company_financials | Multi-year financial data | 1 | | get_signals | Pull change signals matching your subscriptions | 5 / signal | | create_lead_subscription | Subscribe to signal alerts | Free | | list_lead_subscriptions | List your subscriptions | Free | | delete_lead_subscription | Delete a subscription | Free | | get_usage | Check credit balance and activity | Free |

Example prompts

  • "Find software companies in Bergen with more than 50 employees"
  • "Get financials for Equinor (923609016)"
  • "Subscribe me to new bankruptcies in Oslo"
  • "Show me recent ownership changes in the tech sector"
  • "How many credits do I have left?"

Configuration

| Environment variable | Required | Default | |---|---|---| | COMPIDEX_API_KEY | Yes | — | | COMPIDEX_API_URL | No | https://api.compidex.app |

Pricing

Credits are charged per API call. Plans start at free (1,000 credits/month). See compidex.app/developer for pricing.

Links