← siccodes.co.uk

INDIVIDUAL MCP TOOL

browse_classification_hierarchy

Browse the hierarchy tree of a classification system (UK SIC 2007, UK SIC 2026, GICS, or ICB).

siccodes.co.uknone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

siccodes.co.uk

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.siccodes-co-uk]
url = "https://siccodes.co.uk/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "siccodes-co-uk": {
      "type": "http",
      "url": "https://siccodes.co.uk/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: siccodes-co-uk
Remote MCP URL: https://siccodes.co.uk/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "siccodes-co-uk": {
      "url": "https://siccodes.co.uk/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "siccodes-co-uk": {
      "type": "http",
      "url": "https://siccodes.co.uk/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "siccodes-co-uk",
  "transport": "streamable-http",
  "url": "https://siccodes.co.uk/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related 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.
  • search_sic_codes — Search for UK SIC 2007 codes by business activity description.
  • convert_between_classifications — Convert a classification code between UK SIC 2007, UK SIC 2026, GICS (MSCI), and ICB (FTSE Russell) systems.
  • lookup_uk_company — Look up a UK company registered at Companies House by name or registration number.
  • search_uk_companies_by_industry — Find UK companies registered under a specific SIC, GICS, or ICB classification code.
  • get_industry_profile — Get an industry intelligence profile for a SIC, GICS, or ICB classification code.
  • search_companies — Search UK companies with flexible filters.