# SIC Codes UK MCP server

UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jackmmaher-sic-codes
- Repository: https://github.com/jackmmaher/siccodes.co.uk

## Install
- Command: `npx -y sic-codes-mcp`
- Endpoint: https://siccodes.co.uk/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm sic-codes-mcp v1.0.0
- Remote endpoint: https://siccodes.co.uk/api/mcp

## Tools
- lookup_sic_code - Look up a classification code in the UK SIC 2007, UK SIC 2026 (the new replacement system), GICS (MSCI), or ICB (FTSE Russell) system. Returns the code name, hierarchy level, breadcrumb trail from root to code, child codes, and cross-classification mappings. For SIC 2026, also returns SIC 2007 predecessor codes with relationship type and confidence. Endpoint: https://siccodes.co.uk/api/mcp
- search_sic_codes - Search for UK SIC 2007 codes by business activity description. Describe what a business does in plain English and get ranked SIC code recommendations with relevance scores, hierarchy breadcrumbs, and GICS/ICB cross-classification mappings. Useful for finding the right SIC code for Companies House registration. Endpoint: https://siccodes.co.uk/api/mcp
- convert_between_classifications - Convert a classification code between UK SIC 2007, UK SIC 2026, GICS (MSCI), and ICB (FTSE Russell) systems. Returns equivalent codes in the target system with confidence levels and relationship types. Supports converting SIC 2007 codes to SIC 2026 equivalents (and vice versa) with relationship info (unchanged, renamed, split, merged, retired, new). Endpoint: https://siccodes.co.uk/api/mcp
- browse_classification_hierarchy - Browse the hierarchy tree of a classification system (UK SIC 2007, UK SIC 2026, GICS, or ICB). Returns child entries at the next level. Omit parent_code to get top-level entries. Use this to explore what codes exist in each system. SIC 2026 has 22 sections, 87 divisions, 287 groups, 668 classes, and 410 subclasses. Endpoint: https://siccodes.co.uk/api/mcp
- lookup_uk_company - Look up a UK company registered at Companies House by name or registration number. Returns company details including name, status, type, incorporation date, registered address, and SIC codes with their full names and GICS/ICB mappings. Covers 5.6 million UK companies. Endpoint: https://siccodes.co.uk/api/mcp
- search_uk_companies_by_industry - Find UK companies registered under a specific SIC, GICS, or ICB classification code. Returns enriched company data including all SIC codes, GICS/ICB mappings, address, company type, and incorporation date. Supports filtering by postcode, date range, accounts category, and company type. Cursor pagination for large result sets. Endpoint: https://siccodes.co.uk/api/mcp
- get_industry_profile - Get an industry intelligence profile for a SIC, GICS, or ICB classification code. Returns company counts (active vs dissolved), top geographic locations, company type distribution, and cross-classification mappings. Useful for market sizing and sector analysis. Endpoint: https://siccodes.co.uk/api/mcp
- search_companies - Search UK companies with flexible filters. Combine name search, postcode, status, incorporation date range, SIC/GICS/ICB codes, accounts category, and company type. Returns enriched results with all SIC codes, GICS/ICB mappings, and address details. Cursor pagination for large result sets. Endpoint: https://siccodes.co.uk/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.jackmmaher
- Version: 3.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 8, 2026
- Source: https://registry.modelcontextprotocol.io
