SIC Codes UK for Claude Desktop
io.github.jackmmaher/sic-codes
UK SIC code lookup, GICS/ICB mapping, and Companies House search. 731 codes, 5.6M companies.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install SIC Codes UK in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sic-codes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://siccodes.co.uk/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs