How to Use the NAICS/SIC Classification API MCP in Cursor
Generate accurate industry code mapping logic in Cursor using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NAICS/SIC Classification API MCP to Cursor
Create your Vinkius account to connect NAICS/SIC Classification API to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query classification databases directly inside Cursor
The `search_naics_codes` tool integrates with Cursor Agent to let you write database migration scripts that map raw company descriptions to official tax codes. Our database mapping script calls the search function directly in Cursor to populate your tables with real-time classification data. This MCP Server feeds structured JSON directly into your active Cursor editor file. You do not have to write mock data generators because Cursor uses the actual API responses to build your database schemas.
Verify legacy SIC mappings as you write code
The `search_sic_codes` tool lets you verify legacy Standard Industrial Classification codes inside your active Cursor editor. Cursor reads your legacy schema files and queries the Standard Industrial Classification database to generate precise mapping functions. When debugging your integration, `check_api_status` ensures your Cursor environment is communicating with the classification server. You write test cases in Cursor that validate code lookups with actual live endpoints.
Map nested code metadata directly in Cursor
The `get_classification_details` tool retrieves the full hierarchical metadata for any specific economic activity code directly into Cursor. Cursor uses this structured output to build autocompletion dropdowns or validation rules in your frontend codebase. Running this MCP Server in Cursor means your agent writes the typescript types based on the exact payload returned by the tools. You avoid manual typing errors and speed up your classification API integration in Cursor.
Set up NAICS/SIC Classification API MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the NAICS/SIC Classification API MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent NAICS/SIC Classification API transactions." If the MCP tools are loaded correctly, Cursor will call the NAICS/SIC Classification API tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"naicssic-classification-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Brand.dev. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NAICS/SIC Classification API MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NAICS/SIC Classification API MCP today
We host it, we monitor it, we maintain it. You just paste one token.