MCP.so
登录

NAICS/SIC Code Lookup — Industry Classification Codes

@easysolutions906

关于 NAICS/SIC Code Lookup — Industry Classification Codes

Look up NAICS 2022 and SIC industry codes. 2,133 NAICS codes, 1,498 SIC codes, keyword search, and crosswalk mappings. Required for business loans, insurance, tax filings.

基本信息

分类

开发工具

传输方式

stdio

发布者

easysolutions906

提交者

easysolutions906

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "naics": {
      "command": "npx",
      "args": [
        "-y",
        "@easysolutions906/naics-api"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is NAICS/SIC Code Lookup — Industry Classification Codes?

A Model Context Protocol (MCP) server for looking up NAICS 2022 and SIC 1987 industry codes. It provides keyword search, sector browsing, and NAICS-to-SIC crosswalk mapping. Designed for AI assistants and developers needing industry classification data.

How to use NAICS/SIC Code Lookup — Industry Classification Codes?

Install with npx @easysolutions906/naics-api. Configure as an MCP server in Claude Desktop or Cursor by adding the command to the appropriate JSON config file. Optionally set the PORT environment variable to run as an HTTP server.

Key features of NAICS/SIC Code Lookup — Industry Classification Codes

  • Look up NAICS codes with full hierarchy and SIC crosswalk
  • Search NAICS codes by keyword (e.g., “software”, “restaurant”)
  • Look up SIC codes with hierarchy and NAICS crosswalk
  • Search SIC codes by keyword
  • Batch lookup of multiple codes via HTTP endpoint
  • Browse all codes in a NAICS sector

Use cases of NAICS/SIC Code Lookup — Industry Classification Codes

  • Classify a business by entering its NAICS or SIC code
  • Find the correct industry code for a company description
  • Map between NAICS and SIC systems for legacy data
  • Explore all sub-industries within a sector
  • Automate bulk code lookups in workflows

FAQ from NAICS/SIC Code Lookup — Industry Classification Codes

What data does the server use?

NAICS 2022 codes from the US Census Bureau and SIC 1987 codes from the Standard Industrial Classification system. Data can be regenerated with npm run build-data.

What runtime is required?

Node.js is required. The server runs via npx without additional installation steps.

What transport modes are supported?

Two transports: stdio (default, for local use with Claude Desktop and Cursor) and HTTP (enabled by setting the PORT environment variable, serves on /mcp).

Are there any known limitations of the data?

SIC codes have not been updated since 1987. NAICS is revised every five years; the next revision is 2027.

Does the server require authentication?

No authentication is mentioned in the README.

评论

开发工具 分类下的更多 MCP 服务器