CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

SIC Codes UK

jackmmaher/siccodes.co.uk
6 toolsSTDIO, HTTPregistry active
Summary

You'd reach for this when working with UK company data or need to translate between classification systems. It wraps the siccodes.co.uk API to look up Standard Industrial Classification codes, map them to GICS or ICB equivalents, and search across 5.6 million Companies House records. The 731 SIC codes cover everything from agriculture to IT services, so if you're building financial analysis tools, compliance workflows, or market research automation that touches UK businesses, this handles the taxonomy heavy lifting. Available over stdio for local workflows or streamable HTTP for remote deployments.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
lookup_sic_codeLook up a classification code in the UK SIC 2007, 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 to other systems. Use this when you have a specific code and...2 params

Look up a classification code in the UK SIC 2007, 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 to other systems. Use this when you have a specific code and...

Parameters* required
codestring
The classification code to look up (e.g. '62020' for SIC, 'J' for SIC section, '45' for GICS sector, '1010' for ICB supersector)
systemstring
Which classification system the code belongs to: sic (UK SIC 2007), gics (MSCI Global Industry Classification Standard), or icb (FTSE Russell Industry Classification Benchmark)one of sic · gics · icbdefault: sic
search_sic_codesSearch 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...2 params

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...

Parameters* required
limitnumber
Maximum number of results to return (default 5, max 20)default: 5
querystring
Business activity description in plain English (e.g. 'online candle shop', 'software development', 'plumbing and heating', 'restaurant')
convert_between_classificationsConvert a classification code between UK SIC 2007, GICS (MSCI), and ICB (FTSE Russell) systems. Returns equivalent codes in the target system with confidence levels. The mapping covers all 618 SIC classes, 163 GICS sub-industries, and 173 ICB subsectors.3 params

Convert a classification code between UK SIC 2007, GICS (MSCI), and ICB (FTSE Russell) systems. Returns equivalent codes in the target system with confidence levels. The mapping covers all 618 SIC classes, 163 GICS sub-industries, and 173 ICB subsectors.

Parameters* required
tostring
Target classification systemone of sic · gics · icb
codestring
The classification code to convert (e.g. '6202' for SIC class, '45102030' for GICS sub-industry)
fromstring
Source classification systemone of sic · gics · icb
browse_classification_hierarchyBrowse the hierarchy tree of a classification system (UK SIC 2007, 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.2 params

Browse the hierarchy tree of a classification system (UK SIC 2007, 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.

Parameters* required
systemstring
Classification system to browse: sic, gics, or icbone of sic · gics · icb
parent_codestring
Parent code to get children of. Omit to get top-level entries (SIC sections, GICS sectors, ICB industries).
lookup_uk_companyLook 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.2 params

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.

Parameters* required
querystring
Company name to search for (e.g. 'Tesco', 'Rolls Royce')
company_numberstring
Companies House registration number (e.g. '00445790')
search_uk_companies_by_industryFind UK companies registered under a specific SIC, GICS, or ICB classification code. Returns a list of companies with their details. Useful for market research, finding competitors, or understanding how many companies operate in a given industry.4 params

Find UK companies registered under a specific SIC, GICS, or ICB classification code. Returns a list of companies with their details. Useful for market research, finding competitors, or understanding how many companies operate in a given industry.

Parameters* required
codestring
Classification code to search by (e.g. '62020' for IT consultancy, '45' for GICS Energy sector)
limitnumber
Maximum number of companies to return (default 20, max 50)default: 20
statusstring
Filter by company status (default: active only)one of active · dissolved · liquidation · alldefault: active
systemstring
Classification system the code belongs toone of sic · gics · icbdefault: sic
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
Packagesic-codes-mcp
TransportSTDIO, HTTP
UpdatedMay 8, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3