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

@czagents/eu-registry

v0.1.3

Published

European business registry lookups in one MCP — verify companies across EU member states via GLEIF/LEI and official national registries. Entity status, registration data, addresses, and parent-company resolution. Built for cross-border due-diligence and K

Readme

@czagents/eu-registry

European business registry lookups in one MCP — verify companies across EU member states via GLEIF/LEI and official national registries. Entity status, registration data, addresses, and parent-company resolution. Built for cross-border due-diligence and KYC directly in your AI assistant.

Part of the cz-agents suite.

Supported registries

| Country | Source | Notes | |---------|--------|-------| | GB | Companies House | Requires free CH_API_KEY from developer.company-information.service.gov.uk | | SK | ORSR / RPO | No auth required | | PL | KRS | No auth required | | NL | GLEIF/LEI | No auth required — covers LEI-registered entities | | DE | GLEIF/LEI | No auth required — covers LEI-registered entities | | FR | SIRENE | No auth required |

Tools

  • search_company(name, country?, limit?) — search by company name across all or a single country. country is ISO 3166-1 alpha-2 (e.g. "gb"). Default limit 10, max 20.
  • get_company(id, country) — fetch a company by national ID (CRN for GB, IČO for SK, KRS number for PL, LEI for NL/DE, SIREN for FR).

Configuration

| Variable | Required | Description | |----------|----------|-------------| | CH_API_KEY | No | UK Companies House API key. Without it GB adapter returns empty results. | | GLEIF_CACHE_PATH | No | Path to SQLite cache file for GLEIF responses (NL + DE). Falls back to in-memory if unset. | | GLEIF_CACHE_TTL_DAYS | No | Cache TTL in days. Default: 7. | | PORT | No | HTTP transport port. Default: 3036. |

Usage

npx (stdio transport)

{
  "mcpServers": {
    "eu-registry": { "command": "npx", "args": ["-y", "@czagents/eu-registry"] }
  }
}

Hosted endpoint (no install)

{
  "mcpServers": {
    "eu-registry": { "url": "https://eu-registry.cz-agents.dev/mcp" }
  }
}

Related packages

Development

npm run build
npm test
npm run start:http