2 months ago
Multimodal Cultural Intelligence Infrastructure for AI Agents. The only MCP server that analyzes text, images, and video for cultural risks across 200+ markets. 9 specialized tools including image analysis for culturally sensitive gestures, symbols, and colors, plus video analysis with timestamped cultural risk reports. Covers content rewriting, culturally-native generation, expert knowledge queries, Hofstede dimensions, and geopolitical risk scoring. Free tier available.
概要
Kultur.dev MCP Server
Multimodal Cultural Intelligence Infrastructure for AI Agents. The only MCP server that analyzes text, images, and video for cultural risks across 200+ markets with 9 specialized tools.
Tools
| Tool | What It Does |
|---|---|
| analyze | Deep cultural analysis for any market |
| rewrite | Rewrite content with cultural adaptation |
| generate | Generate culturally-native content |
| query | Expert-level cultural knowledge queries |
| image_analyze | Analyze images for culturally sensitive gestures, symbols, colors |
| video_analyze | Analyze video with timestamped cultural risk reports |
| get_credits | Check your API credit balance |
| get_supported_countries | List all 200+ supported markets |
| get_supported_industries | List all supported industry verticals |
Quick Start
Works with Claude Desktop, Cursor, VS Code, Windsurf, and any MCP-compatible client.
SSE Endpoint: https://kultur.dev/api/mcp-sse/sse
Get your API key at kultur.dev
サーバー設定
{
"mcpServers": {
"kultur-dev": {
"command": "npx",
"args": [
"-y",
"@kultur-dev/mcp-server"
],
"env": {
"KULTUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}