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

kultur-mcp

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-mcp

Kultur.dev Cultural Intelligence MCP Server — analyze content for 195 countries

pipPyPI
Version
1.0.1
Weekly downloads
18
-14.29%
Maintainers
1
Weekly downloads
 
Kultur.dev

kultur-mcp

Cultural Intelligence MCP Server for AI Agents

PyPI PyPI 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

pip install kultur-mcp

Usage

# With API key flag
kultur-mcp --api-key YOUR_KEY

# With environment variable
export KULTUR_API_KEY=YOUR_KEY
kultur-mcp

# Health check
kultur-mcp --health

Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kultur-dev": {
      "command": "kultur-mcp",
      "args": ["--api-key", "YOUR_KEY"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "kultur-dev": {
      "command": "kultur-mcp",
      "args": ["--api-key", "YOUR_KEY"]
    }
  }
}

Windsurf / VS Code

{
  "mcp.servers": {
    "kultur-dev": {
      "command": "kultur-mcp",
      "args": ["--api-key", "YOUR_KEY"]
    }
  }
}

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
--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

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