GoAI Moat AI Content Studio
Bilingual cross-border and AI content generation.
Should I use this
Quality & Safety
B
Findings (3)
- LOWin draft_weekly_brief
- LOWin draft_outreach_email
- LOWin translate
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~642Tokens (tool definitions)
~1.0 KBTypical response size
Moderate attention impact (0.50% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"content-studio": {
"url": "https://content.mcp.goaimoat.com/mcp"
}
}
}Remote endpoints
https://content.mcp.goaimoat.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪draft_weekly_brief(theme, signals, lang)
按主题生成一期「出海 × AI」周报初稿(本期焦点 + 本周信号 + 行动清单)。 DeepSeek 只做内容加工,传入的 signals 应是已核实的信号素材;未提供时仅生成框架, 不会凭空编造数据。发布前需人工核对事实口径。
Input Schema
{
"type": "object",
"properties": {
"theme": {
"type": "string",
"description": "本周主题(如「AI 开始替人下单了」)。"
},
"signals": {
"default": "",
"type": "string",
"description": "已核实的本周信号素材(分号分隔的要点,可含来源)。留空则只生成结构框架。"
},
"lang": {
"default": "zh",
"type": "string",
"description": "输出语言,zh=中文 / en=英文(默认 zh)。"
}
},
"required": [
"theme"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪draft_outreach_email(company, context, lang, contact_name)
生成一封定制 B2B 触达邮件初稿(点名道姓、不群发式话术)。 用于路径三获客(传统制造/贸易企业 AI 落地),语气专业克制、给竞对情报价值而非硬推销。
Input Schema
{
"type": "object",
"properties": {
"company": {
"type": "string",
"description": "目标企业名。"
},
"context": {
"default": "",
"type": "string",
"description": "已核实的触达背景(竞对动向/该企业公开信号/价值主张)。留空则生成通用模板。"
},
"lang": {
"default": "zh",
"type": "string",
"description": "输出语言,zh/en(默认 zh)。"
},
"contact_name": {
"default": "",
"type": "string",
"description": "收件人称呼(如「王总」),留空则用「您好」。"
}
},
"required": [
"company"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪translate(text, to_lang)
中英双向翻译(面向出海场景,保留品牌名与术语一致)。
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "待翻译文本。"
},
"to_lang": {
"default": "en",
"type": "string",
"description": "目标语言,zh=译成中文 / en=译成英文(默认 en)。"
}
},
"required": [
"text"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence
Recent observations
verifiedversion not recorded3 tools