🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@kultur-dev/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kultur-dev/mcp-server

Kultur.dev Cultural Intelligence MCP Server — analyze content for 195 countries with Hofstede dimensions, cultural sensitivity scoring, tone rewriting, and localization checks

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source
Kultur.dev

@kultur-dev/mcp-server

Cultural Intelligence MCP Server for AI Agents

npm npm downloads License: MIT MCP Compatible Countries

Connect any MCP-compatible AI agent to the world's largest cultural intelligence knowledge base. Analyze cultural sensitivity, retrieve Hofstede dimensions, check localization readiness, and generate communication guides across 195 countries.

Install

npx @kultur-dev/mcp-server --api-key YOUR_KEY

Or install globally:

npm install -g @kultur-dev/mcp-server
kultur-mcp --api-key YOUR_KEY

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "kultur-dev": {
      "command": "npx",
      "args": ["-y", "@kultur-dev/mcp-server", "--api-key", "YOUR_KEY"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "kultur-dev": {
      "command": "npx",
      "args": ["-y", "@kultur-dev/mcp-server", "--api-key", "YOUR_KEY"]
    }
  }
}

VS Code

Add to settings.json:

{
  "mcp.servers": {
    "kultur-dev": {
      "command": "npx",
      "args": ["-y", "@kultur-dev/mcp-server", "--api-key", "YOUR_KEY"]
    }
  }
}

Environment Variable

export KULTUR_API_KEY=your_api_key_here
npx @kultur-dev/mcp-server

Available Tools

ToolDescription
analyze_cultural_sensitivityAnalyze text for cultural appropriateness in target markets
get_cultural_dimensionsRetrieve Hofstede's 6 cultural dimensions for a country
check_localization_readinessEvaluate content readiness for a target market
get_communication_style_guideGet business communication norms by country
get_business_etiquetteMeeting, greeting, and negotiation rules
analyze_market_entry_readinessAssess cultural barriers for market entry

CLI Options

--api-key KEY    Your Kultur.dev API key
--sse-url URL    Custom SSE endpoint (default: https://kultur.dev/api/mcp-sse/sse)
--health         Check server health and exit
--version        Print version
--help           Show help

Get Your API Key

PlanCredits/monthPrice
Discovery1,000Free
Pro10,000$49/mo
EnterpriseCustomContact us

Get your API key →

License

MIT — kultur.dev

Keywords

mcp

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts