industry_classifier_naics_sic
ActiveTool of @gapup/mcp-knowledge
Classificateur d'industrie NAICS/SIC/NACE — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What is the NAICS code for a company that does <activity>? · Give me NAICS + SIC + NACE classification for this company description. · Which industry sector (GICS) does this company belong to for equity analysis? · What HS code applies to products manufactured by this company? · For EU procurement compliance, what NACE Rev. 2 code applies to this company? · Classify this business into NAICS + SIC + ISIC + GICS + NACE + HS with hierarchy and confidence. · I need to segment my ICP list by NAICS 4-digit subsector — classify these company descriptions. Reference case: Helios Cold Chain EU — Freight forwarding maritime réfrigéré · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company_description"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"company_url": {
"type": "string",
"format": "uri"
},
"company_name": {
"type": "string",
"maxLength": 200
},
"company_description": {
"type": "string",
"maxLength": 2000,
"minLength": 30
},
"focus_classifications": {
"type": "array",
"items": {
"enum": [
"naics",
"sic",
"isic",
"gics",
"nace",
"hs"
],
"type": "string"
},
"maxItems": 6,
"minItems": 1
},
"primary_revenue_source": {
"type": "string",
"maxLength": 500
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries