mcp-kultur
Allows CrewAI agents to access cultural intelligence tools, including Hofstede dimension analysis and geopolitical risk scoring, via the Composio toolkit integration.
Integrates cultural context, sensitivity checking, and localization recommendations into GitHub Copilot within the VS Code environment.
Provides LangChain agents with access to cultural sensitivity scanning, communication style analysis, and business etiquette guidance via the Composio toolkit.
Enables OpenAI models to utilize cultural analysis, geopolitical risk analysis, and holiday calendar tools through the Composio toolkit.
Overview
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 195+ countries and 50+ languages.
The MCP (Model Context Protocol) server exposes 9 specialized tools that any MCP-compatible client can use:
Tool | Description |
| Deep cultural analysis for any country — values, taboos, business etiquette, communication norms |
| Scan text for cultural sensitivity issues with severity scoring and fix suggestions |
| Get localization recommendations across 15 tones (formal, humble, celebratory, respectful, casual, neutral, professional, friendly, humorous, marketing, legal, medical, technical, academic, diplomatic) |
| Side-by-side cultural comparison between any two countries |
| Communication preferences, negotiation styles, and business protocol for any culture |
| Cultural and religious holidays, observances, and scheduling considerations |
| Hofstede's 6 cultural dimensions analysis with scores and business implications |
| Compare Hofstede dimension scores between two countries |
| Geopolitical risk analysis with adaptive EWA scoring across 12 risk categories |
Quick Start
Option 1: SSE Transport (Recommended)
Connect any MCP client to the Kultur.dev SSE endpoint:
https://kultur.dev/api/mcp-sse/sseAuthentication via Bearer token in the Authorization header.
Option 2: Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kultur-dev": {
"url": "https://kultur.dev/api/mcp-sse/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Option 3: Cursor IDE
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"kultur-dev": {
"url": "https://kultur.dev/api/mcp-sse/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Option 4: Windsurf IDE
Add to your Windsurf MCP configuration:
{
"mcpServers": {
"kultur-dev": {
"serverUrl": "https://kultur.dev/api/mcp-sse/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Option 5: VS Code / GitHub Copilot
Add to your VS Code settings.json:
{
"mcp": {
"servers": {
"kultur-dev": {
"type": "sse",
"url": "https://kultur.dev/api/mcp-sse/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}Option 6: Cline
Add to your Cline MCP settings:
{
"mcpServers": {
"kultur-dev": {
"url": "https://kultur.dev/api/mcp-sse/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}REST API
For non-MCP integrations, Kultur.dev also provides a REST API:
Endpoint | Method | Description |
| POST | Cultural context analysis |
| POST | Hofstede dimensions analysis |
| POST | Culturally-aware text rewriting |
| POST | Cultural sensitivity scanning |
| POST | Localization recommendations |
| POST | Geopolitical risk scoring |
Example: Analyze Cultural Context
curl -X POST https://kultur.dev/api/v1/analyze/text \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Schedule a business meeting in Tokyo",
"target_country": "JP",
"source_country": "US"
}'Example: Check Cultural Sensitivity
curl -X POST https://kultur.dev/api/v1/sensitivity/check \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Let us raise a toast to our partnership",
"target_countries": ["SA", "IR"]
}'Authentication
All requests require a valid API key passed as a Bearer token:
Authorization: Bearer YOUR_API_KEYGet Your API Key
Visit kultur.dev
Sign up for a plan
Copy your API key from the dashboard
Pricing
Plan | Credits | Markets | Price |
Free | 1,000/month | 3 countries | $0 |
Pro | 50,000/month | All 195 countries | $49/month |
Enterprise | Unlimited | All + custom models | Contact us |
Free tier responses include a watermark CTA. Pro and Enterprise tiers provide clean, production-ready responses.
Use Cases
For AI Agents & LLMs:
Cultural context injection before generating responses about specific countries
Real-time sensitivity checking on AI-generated content
Localization guidance for multi-market content generation
For Enterprise Software:
CRM systems that adapt communication style per market
HR platforms with cultural onboarding intelligence
Marketing tools with built-in cultural compliance
For Developers:
Add cultural awareness to any application in minutes
Hofstede dimensions for academic and business research
Geopolitical risk scoring for supply chain and investment analysis
Server Discovery
The MCP server card is available at:
https://kultur.dev/api/.well-known/mcp/server-card.jsonComposio Toolkit
Kultur.dev is also available as a native Composio toolkit for LangChain, CrewAI, and OpenAI integrations:
pip install composio-kulturThe toolkit provides 8 LocalAction tools:
Tool | Description |
| Deep cultural analysis for any market |
| Scan text for sensitivity issues |
| Localization across 15 tones |
| Side-by-side cultural comparison |
| Communication preferences per culture |
| Cultural holidays and observances |
| Hofstede 6 dimensions analysis |
| Geopolitical risk scoring |
LangChain Example
from composio_kultur.toolkit import KulturTool
from langchain.agents import initialize_agent
tools = KulturTool.get_tools(api_key="YOUR_API_KEY")
agent = initialize_agent(tools, llm, agent="zero-shot-react-description")
agent.run("Analyze cultural sensitivity of our ad campaign for Saudi Arabia")Audit Grade
A+ (97%) — Independently audited by Manus AI on April 1, 2026. Full audit report available upon request.
Support
Documentation: kultur.dev/docs
Email: contact@globalintech.ai
Issues: GitHub Issues
License
Copyright 2024-2026 Global InTech AI. All rights reserved.
The Kultur.dev API and MCP server are proprietary. This repository contains configuration documentation and integration guides only — no proprietary source code.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kultur-dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server