送信

Kultur.dev

@kultur-dev

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

ToolWhat It Does
analyzeDeep cultural analysis for any market
rewriteRewrite content with cultural adaptation
generateGenerate culturally-native content
queryExpert-level cultural knowledge queries
image_analyzeAnalyze images for culturally sensitive gestures, symbols, colors
video_analyzeAnalyze video with timestamped cultural risk reports
get_creditsCheck your API credit balance
get_supported_countriesList all 200+ supported markets
get_supported_industriesList 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>"
      }
    }
  }
}