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

sic-codes-mcp

v2.0.0

Published

UK SIC code lookup, GICS/ICB mapping and Companies House search for AI agents - a zero-dependency proxy to the hosted MCP server at siccodes.co.uk (8 tools, SIC 2026 aware).

Downloads

286

Readme

SIC Codes MCP Server

An MCP (Model Context Protocol) server giving AI agents access to UK SIC code classification (2007 and 2026), GICS/ICB cross-mappings, and Companies House company search across 5.6 million UK companies. Free to use, no API key required.

Source: siccodes.co.uk

How it works (v2)

This package is a tiny, zero-dependency proxy: it speaks MCP over stdio to your client and forwards every request to the hosted MCP server at https://siccodes.co.uk/api/mcp. You always get the live, full tool surface — the v1 packages bundled a local subset that drifted out of date.

Requires Node 18+ and a network connection. Prefer connecting directly over HTTP? Point your MCP client straight at https://siccodes.co.uk/api/mcp (streamable HTTP, no auth) and skip this package entirely.

Tools (8)

| Tool | What it does | |------|--------------| | lookup_sic_code | Look up any SIC 2007, SIC 2026, GICS or ICB code with hierarchy and cross-mappings | | search_sic_codes | Find SIC codes from a plain-English business description | | convert_between_classifications | Convert between SIC 2007, SIC 2026, GICS and ICB with confidence levels | | browse_classification_hierarchy | Browse any classification tree with company counts | | lookup_uk_company | Look up a UK company by name or registration number | | search_uk_companies_by_industry | Find UK companies by classification code with filters | | get_industry_profile | Sector intelligence: counts, locations, company types | | search_companies | Flexible company search: name, postcode, dates, classification |

Installation

Claude Desktop / Claude Code

{
  "mcpServers": {
    "sic-codes": {
      "command": "npx",
      "args": ["-y", "sic-codes-mcp"]
    }
  }
}

Any MCP client (HTTP, no install)

https://siccodes.co.uk/api/mcp

Configuration

| Env var | Default | Purpose | |---------|---------|---------| | SICCODES_MCP_URL | https://siccodes.co.uk/api/mcp | Override the upstream endpoint |

Rate limits

30 requests/minute per IP. 429 responses surface as JSON-RPC errors with the retry interval.

Data sources

UK SIC 2007 & 2026 (ONS, Crown Copyright) · Companies House (Open Government Licence) · GICS (MSCI/S&P) · ICB (FTSE Russell)