Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
kultur-dev avatar

Kultur.Dev

  • Updated April 3, 2026
  • kultur-dev/mcp-server

io.github.kultur-dev/kultur-dev is a MCP server that gives AI agents cultural and tonal intelligence across 200+ markets via eight hosted tools.

About

io.github.kultur-dev/kultur-dev is Kultur.dev’s Model Context Protocol server, described as cultural intelligence infrastructure for AI agents spanning more than two hundred markets, fifteen tones, and eight tools. developers use it when Launch and Grow work depend on sounding local—not literally translated—across landing pages, ads, onboarding, and support macros. Connect via SSE with a Bearer API key from kultur.dev, then let your agent evaluate copy, suggest market-appropriate tone, and reduce embarrassing cultural mismatches before you spend on paid distribution. It also helps at Validate when you scope which countries merit distinct positioning. The server is a paid-capability integration, not a replacement for human native review for regulated or sensitive campaigns.

  • Cultural intelligence MCP with 200+ markets, 15 tones, and 8 agent tools
  • SSE remote at kultur.dev/api/mcp-sse/sse with Bearer API key authentication
  • Infrastructure for agents to check norms, tone, and market context—not one-off prompts
  • Supports multi-market solo founders launching SaaS or content without a localization agency
  • API key from kultur.dev pricing page; version 1.0.0 hosted remote server

Kultur.Dev by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport sse kultur-dev https://kultur.dev/api/mcp-sse/sse --header "Authorization: Bearer YOUR_TOKEN"

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportSSE
AuthRequired
Last updatedApril 3, 2026
Repositorykultur-dev/mcp-server

What it does

Adapt messaging tone and market fit across 200+ locales so agents draft culturally aware launch and lifecycle copy.

Who is it for?

Best when you're shipping globally and need fast, agent-assisted cultural tuning for web, email, and product strings.

Skip if: Single-locale hobby projects or teams that require certified legal/compliance localization only a human firm can sign off on.

What you get

After you connect with an API key, your agent can apply market-aware tone guidance while you draft launch and growth content in the same workflow.

  • Market- and tone-aware copy suggestions aligned to kultur.dev tool outputs
  • Faster iteration on geo-specific launch and lifecycle messaging
  • Reduced risk of culturally off-tone strings in customer-facing assets

By the numbers

  • 200+ markets coverage per server description
  • 15 tones and 8 MCP tools
  • Remote SSE version 1.0.0 at kultur.dev
README.md

Kultur.dev

Cultural Intelligence Infrastructure for AI Agents

The multimodal cultural intelligence layer every AI agent and global company needs.
Analyze text, images, and video across 200+ markets before you ship, post, or launch.

WebsiteDocsOpenAPI SpecQuick StartToolsPricing

npm PyPI License Smithery


Why Kultur.dev?

Every AI agent operating globally is flying blind without cultural intelligence. A thumbs-up gesture that's offensive in the Middle East. A color palette that signals death in East Asia. A marketing slogan that's a slur in Brazil. These aren't edge cases. They're the daily reality of operating globally without cultural awareness.

Kultur.dev is the world's first multimodal cultural intelligence infrastructure. It gives AI agents and global enterprises the ability to analyze text, images, and video for cultural risks, sensitivity, and localization across 200+ markets, before content goes live.

What Makes It Different

Kultur.dev goes beyond text. It analyzes images for visual taboos (colors, symbols, gestures) and video content for cultural compliance across regions. It covers 200+ markets with deep, verified cultural intelligence, not surface-level summaries.

Localization comes with 15 tone styles (formal, humble, celebratory, diplomatic, marketing, medical, legal, and more). Reports are branded, boardroom-ready PDF documents, not raw JSON. Risk scoring is real-time with actionable recommendations before content ships.

The platform includes Hofstede cultural dimensions with business implications and cross-country comparison, plus geopolitical risk analysis with adaptive EWA scoring across 12 risk categories.


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 200+ markets and 50+ languages.

The MCP (Model Context Protocol) server exposes 9 specialized tools plus multimodal and streaming endpoints that any MCP-compatible client can use:

MCP Tools

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

Multimodal & Streaming Endpoints

Endpoint Description
WSS /api/v1/streaming/analyze Real-time Streaming: Analyze video frames in real-time via WebSocket connection for live broadcasts and conferencing
POST /api/v1/analyze/image Analyze images for cultural sensitivity including visual taboos, symbols, colors, and gestures
POST /api/v1/analyze/video Analyze video content for cultural compliance across target markets
POST /api/v1/upload/image Upload images for cultural analysis
POST /api/v1/upload/video Upload video for cultural analysis

Report Generation

Endpoint Description
POST /api/v1/reports/generate Generate branded, boardroom-ready PDF cultural audit reports

Quick Start

Option 1: SSE Transport (Recommended)

Connect any MCP client to the Kultur.dev SSE endpoint:

https://kultur.dev/api/mcp-sse/sse

Authentication 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"
      }
    }
  }
}

Option 7: npm

npx @kultur-dev/mcp-server

Option 8: pip

pip install kultur-mcp

REST & Streaming API

For non-MCP integrations, Kultur.dev provides a comprehensive REST and WebSocket API:

Text Analysis

Endpoint Method Description
/api/v1/analyze/text POST Cultural context analysis
/api/v1/analyze/hofstede POST Hofstede dimensions analysis
/api/v1/analyze/hofstede/compare POST Compare Hofstede scores between countries
/api/v1/rewrite POST Culturally-aware text rewriting
/api/v1/sensitivity/check POST Cultural sensitivity scanning
/api/v1/localization/guidance POST Localization recommendations
/api/v1/geopolitical/heatmap POST Geopolitical risk scoring

Multimodal & Streaming Analysis

Endpoint Method Description
/api/v1/streaming/analyze WSS Real-time video frame analysis via WebSocket
/api/v1/analyze/image POST Analyze images for cultural sensitivity
/api/v1/analyze/video POST Analyze video for cultural compliance
/api/v1/upload/image POST Upload image for analysis
/api/v1/upload/video POST Upload video for analysis

Reports

Endpoint Method Description
/api/v1/reports/generate POST Generate branded PDF cultural audit reports

Example: Real-time Streaming (WebSocket)

const socket = new WebSocket('wss://kultur.dev/api/v1/streaming/analyze');

socket.onopen = () => {
  socket.send(JSON.stringify({
    "auth_token": "YOUR_API_KEY",
    "target_country": "SA",
    "frame_data": "base64_encoded_frame"
  }));
};

socket.onmessage = (event) => {
  const analysis = JSON.parse(event.data);
  console.log('Real-time Cultural Risk:', analysis.risk_score);
};

Authentication

All requests require a valid API key passed as a Bearer token:

Authorization: Bearer YOUR_API_KEY

Get Your API Key

  1. Visit kultur.dev
  2. Sign up for a plan
  3. Copy your API key from the dashboard

Pricing

Plan Credits Markets Price
Free 1,000/month 3 countries $0
Pro 10,000/month All 200+ markets $49/month
Enterprise Unlimited All + custom models Contact us

Free tier includes full access to all tools including multimodal analysis. Pro and Enterprise tiers provide clean, production-ready responses and access to Real-time Streaming endpoints.


Use Cases

For Podcasters & Broadcasters: Real-time cultural monitoring of live video feeds to ensure global brand safety. Instant alerts for visual taboos or sensitive gestures during live streaming.

For AI Agents & LLMs: Cultural context injection before generating responses about specific countries. Real-time sensitivity checking on AI-generated content (text, images, and video). Localization guidance for multi-market content generation. Visual content screening before publishing to international audiences.

For Global Enterprises: CRM systems that adapt communication style per market. Marketing teams launching campaigns across culturally diverse regions. E-commerce platforms expanding internationally with culturally appropriate imagery. Compliance teams ensuring brand safety across all regions. HR platforms with cultural onboarding intelligence.

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. Multimodal content screening pipelines.


Who Needs Kultur.dev

Every AI agent operating across borders. Every global marketing team. Every e-commerce platform expanding internationally. Every content platform serving diverse audiences. Every localization team that needs more than translation. They need cultural adaptation. Every compliance team responsible for brand safety across regions.

The cost of a cultural mistake is measured in millions. The cost of preventing one is an API call.


Server Discovery

The MCP server card is available at:

https://kultur.dev/.well-known/mcp/server-card.json

OpenAPI specification:

https://kultur.dev/api/openapi-spec.json

Composio Toolkit

Kultur.dev is also available as a native Composio toolkit for LangChain, CrewAI, and OpenAI integrations:

pip install composio-kultur

The toolkit provides 8 LocalAction tools:

Tool Description
AnalyzeCulturalContext Deep cultural analysis for any market
CheckCulturalSensitivity Scan text for sensitivity issues
GetLocalizationGuidance Localization across 15 tones
CompareCultures Side-by-side cultural comparison
GetCommunicationStyle Communication preferences per culture
GetHolidayCalendar Cultural holidays and observances
AnalyzeHofstede Hofstede 6 dimensions analysis
GetGeopoliticalHeatmap 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")

Support

Documentation: kultur.dev/docs | Email: contact@kultur.dev | Issues: GitHub Issues

License

MIT License. See LICENSE for details.

Recommended MCP Servers

How it compares

Cultural-tone MCP API with 8 tools, not a generic SEO keyword skill or machine-translation plugin.

FAQ

Who is kultur-dev for?

and small-team developers launching or growing products in many markets who want agents to respect local tone and cultural context.

When should I use kultur-dev?

Use it at Launch and Grow when you write geo-specific copy, ASO strings, emails, or ads and need culturally aware suggestions before publishing.

How do I add kultur-dev to my agent?

Obtain a Bearer API key at kultur.dev/pricing, add the SSE remote https://kultur.dev/api/mcp-sse/sse with Authorization header in your MCP config.

Communicationcontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.