Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools
Kultur.Dev MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Cultural Intelligence Infrastructure for AI Agents — 200+ markets, 15 tones, 8 tools.
Kultur.dev provides cultural intelligence as an API, enabling AI agents, LLMs, and enterprise software to understand cultural context, avoid sensitivity violations, and communicate effectively across 200+ markets and 50+ languages.
Installation goes through your MCP client rather than a global install: point it at @kultur-dev/mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Once Kultur.Dev is connected, these are the calls the assistant has available:
analyze_cultural_context — Deep cultural analysis for any country including values, taboos, business etiquette, communication normscheck_cultural_sensitivity — Scan text for cultural sensitivity issues with severity scoring and fix suggestionsget_localization_guidance — Localization recommendations across 15 tones (formal, humble, celebratory, respectful, casual, neutral, professional, friendly, humorous, marketingcompare_cultures — Side-by-side cultural comparison between any two countriesget_communication_style — Communication preferences, negotiation styles, and business protocol for any cultureget_holiday_calendar — Cultural and religious holidays, observances, and scheduling considerationsanalyze_hofstede — Hofstede's 6 cultural dimensions analysis with scores and business implicationscompare_hofstede — Compare Hofstede dimension scores between two countriesget_geopolitical_heatmap — Geopolitical risk analysis with adaptive EWA scoring across 12 risk categoriesReports — The Reports tool exposed by this serverYou will need one environment variable: YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Kultur.Dev's toolset — analyze_cultural_context, check_cultural_sensitivity, get_localization_guidance and 7 more — is a fair guide to whether it matches your workflow. It is maintained by kultur-dev; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Kultur.Dev's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| analyze_cultural_context | Deep cultural analysis for any country including values, taboos, business etiquette, communication norms |
| check_cultural_sensitivity | Scan text for cultural sensitivity issues with severity scoring and fix suggestions |
| get_localization_guidance | Localization recommendations across 15 tones (formal, humble, celebratory, respectful, casual, neutral, professional, friendly, humorous, marketing, legal, medical, technical, academic, diplomatic) |
| compare_cultures | Side-by-side cultural comparison between any two countries |
| get_communication_style | Communication preferences, negotiation styles, and business protocol for any culture |
| get_holiday_calendar | Cultural and religious holidays, observances, and scheduling considerations |
| analyze_hofstede | Hofstede's 6 cultural dimensions analysis with scores and business implications |
| compare_hofstede | Compare Hofstede dimension scores between two countries |
| get_geopolitical_heatmap | Geopolitical risk analysis with adaptive EWA scoring across 12 risk categories |
| Reports | The Reports tool exposed by this server. |
{
"mcpServers": {
"kultur-dev": {
"command": "npx",
"args": ["-y", "@kultur-dev/mcp-server"],
"env": {
"YOUR_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.