General Tools
goaimoat.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://memory.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Brand Intel Memory
- Version
- 4.0.8
Persistent business-intelligence memory for AI agents. Use remember() to store a brand's key facts after research, recall() to retrieve them later, and list_brands() to see what's remembered. Survives across sessions.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-brand-intel-memory]
url = "https://memory.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-brand-intel-memory": {
"type": "http",
"url": "https://memory.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-brand-intel-memory
Remote MCP URL: https://memory.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-brand-intel-memory": {
"url": "https://memory.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-brand-intel-memory": {
"type": "http",
"url": "https://memory.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-brand-intel-memory",
"transport": "streamable-http",
"url": "https://memory.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://comp.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Competitor AI Signals
- Version
- 4.0.8
Assess whether a traditional manufacturer/trader is quietly adopting AI, and how active they are, using 7 public signals and a TSI (Transformation Signals Index). Use get_signal_framework() to see the methodology; score_tsi(competitor, signals) to score one company; generate_brief(competitor, signals) to produce a customized 'what your competitor is doing with AI' brief. All signals come from public corporate data only — never fabricate observations.
Known tools 3
score_tsi对一家企业算 TSI 转型活跃度指数并分级。 signals 传七类信号的观测结果(每类 observed/unobserved/unknown), 格式:list[dict](如 [{"id":"ai_hiring","status":"observed"}, .
Inferred read-onlygenerate_brief生成《你的竞争对手正在用 AI 做什么》定制简报框架(先给价值、不吓唬)。 返回 4-6 页简报的结构骨架,含已观察信号的事实性陈述;未观察项不虚构。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-competitor-ai-signals]
url = "https://comp.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-competitor-ai-signals": {
"type": "http",
"url": "https://comp.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-competitor-ai-signals
Remote MCP URL: https://comp.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-competitor-ai-signals": {
"url": "https://comp.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-competitor-ai-signals": {
"type": "http",
"url": "https://comp.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-competitor-ai-signals",
"transport": "streamable-http",
"url": "https://comp.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://content.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — AI Content Studio
- Version
- 4.0.8
Generate bilingual 'Cross-border × AI' content on demand via DeepSeek: weekly brief drafts, personalized B2B outreach emails, and Chinese/English translation. Use draft_weekly_brief(theme, signals) to draft a brief; draft_outreach_email(company, context) for a customized outreach email; translate(text, to_lang) for zh<->en translation. Note: the engine is a drafting assistant, not a fact source — always verify facts before publishing.
Known tools 3
draft_weekly_brief按主题生成一期「出海 × AI」周报初稿(本期焦点 + 本周信号 + 行动清单)。 DeepSeek 只做内容加工,传入的 signals 应是已核实的信号素材;未提供时仅生成框架, 不会凭空编造数据。发布前需人工核对事实口径。
Inferred read-onlydraft_outreach_email生成一封定制 B2B 触达邮件初稿(点名道姓、不群发式话术)。 用于路径三获客(传统制造/贸易企业 AI 落地),语气专业克制、给竞对情报价值而非硬推销。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-ai-content-studio]
url = "https://content.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-ai-content-studio": {
"type": "http",
"url": "https://content.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-ai-content-studio
Remote MCP URL: https://content.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-ai-content-studio": {
"url": "https://content.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-ai-content-studio": {
"type": "http",
"url": "https://content.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-ai-content-studio",
"transport": "streamable-http",
"url": "https://content.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://profit.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Cross-Border Cost & Profit
- Version
- 4.0.8
Calculate landed cost, platform net profit and break-even pricing for cross-border e-commerce sellers (Amazon FBA/FBM, TikTok Shop US, Shopify, AliExpress). Use calculate_landed_cost to get per-unit landed cost from sourcing, freight, duty and misc costs. Use estimate_profit to see referral fee, fulfillment fee, ad cost and net margin. Use breakeven_price to back-solve the price needed for a target margin. All fee rates are 2025-2026 reference values with a disclaimer — treat as planning estimates, not tax/legal advice.
Known tools 3
calculate_landed_cost计算单件落地成本(采购 + 头程 + 关税 + 杂费)。 落地成本 = 采购单价 + 单件头程运费 + 关税(按货值)+ 其他固定成本(贴标/质检/包装等)。
Inferred read-onlyestimate_profit估算单件净利 / 净利率 / ROI / 保本 ACoS。 净利 = 售价 − 落地成本 − 平台佣金 − 履约费(仅 FBA) − 广告费。
Inferred read-onlybreakeven_price反推保本价与达到目标净利率所需的售价。 解方程:售价 × (1 − 佣金率 − 广告率 − 目标净利率) = 落地成本 + 固定费用(履约费/固定手续费)。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-cost-profit]
url = "https://profit.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-cost-profit": {
"type": "http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-cost-profit
Remote MCP URL: https://profit.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-cost-profit": {
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-cost-profit": {
"type": "http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-cost-profit",
"transport": "streamable-http",
"url": "https://profit.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://contacts.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Decision-Maker Lookup
- Version
- 4.0.8
Find B2B decision-makers and verify their work emails via Monid (pay-per-call agent tool router). Step 1: find_decision_makers(company, title, department, location) — a FREE search that returns a population with existence flags (decision_maker / linkedin / phone), so you size the job before spending. Step 2: reveal_work_email(reveal_handle) — a PAID reveal that turns one selected row into a verified email. get_balance() checks remaining credit. The list is free; the reveal is the paid step.
Known tools 3
find_decision_makers免费搜索目标企业的决策者名单(返回存在性 flag,不扣费)。 底层:`monid run -p hunterio -e /multi-domain-search --query '{.
Inferred read-onlyreveal_work_email付费 reveal:把选定的决策者行变成一条带验证状态的邮箱地址(每行扣一次费)。 两种用法: - 传 reveal_handle(来自 find_decision_makers 结果里的 handle) - 或传 name + company,用 contactout 二次核验
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-decision-maker-lookup]
url = "https://contacts.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-decision-maker-lookup": {
"type": "http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-decision-maker-lookup
Remote MCP URL: https://contacts.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-decision-maker-lookup": {
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-decision-maker-lookup": {
"type": "http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-decision-maker-lookup",
"transport": "streamable-http",
"url": "https://contacts.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://compliance.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Export Compliance & Market Access
- Version
- 4.0.8
Query cross-border export compliance and market-access requirements for consumer electronics accessories (connectors, chargers, cables, audio, wireless, etc.). Use market_access_requirements(category, market) to see mandatory certifications, labels and environmental rules for a product category in a target market (EU/US/UK/JP). Use hs_code_reference(keyword) for 6-digit HS code classification guidance. Use export_compliance_checklist(market) for a staged self-check checklist. All results are guidance based on publicly-verified regulatory frameworks and carry a disclaimer that final classification/certification must be confirmed with the importing country's customs or a certification body — never treat as legal/audit advice.
Known tools 3
market_access_requirements查询某产品品类进入目标市场的强制认证/标签/环保要求。 覆盖电子配件常见品类:连接器、充电器、线缆、音频(耳机/音箱)、 无线(蓝牙/WiFi)、移动电源、PCB、显示器、手机壳、玩具。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-export-compliance-market-access]
url = "https://compliance.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-export-compliance-market-access": {
"type": "http",
"url": "https://compliance.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-export-compliance-market-access
Remote MCP URL: https://compliance.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-export-compliance-market-access": {
"url": "https://compliance.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-export-compliance-market-access": {
"type": "http",
"url": "https://compliance.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-export-compliance-market-access",
"transport": "streamable-http",
"url": "https://compliance.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://ipbrand.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — IP & Brand Protection
- Version
- 4.0.8
Serve cross-border sellers' intellectual-property and brand-protection needs. Use trademark_application_guide(market, product_category) for per-jurisdiction trademark filing process, fee range, timeline and Nice classification guidance. Use brand_conflict_screen(brand_name, market, product_category) for a brand-name conflict/squatting screening framework (which official databases to check and in what order). Use ip_risk_assessment(product_category, product_type, market) for a four-dimensional infringement risk assessment (trademark / patent / copyright / design). This MCP provides compliance frameworks and verified regulatory facts; it does NOT perform live trademark-database lookups. All results carry a disclaimer that they are guidance, not legal advice, and final determinations must be made by the target country's IP office or a licensed agent.
Known tools 3
trademark_application_guideReturn per-jurisdiction trademark filing guidance (process, fee range, timeline, Nice classification) for cross-border sellers.
Inferred read-onlyip_risk_assessmentAssess infringement risk across four dimensions (trademark/patent/copyright/design) for a product category.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-ip-brand-protection]
url = "https://ipbrand.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-ip-brand-protection": {
"type": "http",
"url": "https://ipbrand.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-ip-brand-protection
Remote MCP URL: https://ipbrand.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-ip-brand-protection": {
"url": "https://ipbrand.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-ip-brand-protection": {
"type": "http",
"url": "https://ipbrand.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-ip-brand-protection",
"transport": "streamable-http",
"url": "https://ipbrand.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://intel.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Market Intel Brief
- Version
- 4.0.8
Search GoAI Moat's verified 'Cross-border × AI' intelligence library — AI visibility, agentic commerce, GEO market, zero-click search, and China-to-overseas ecommerce data, updated weekly and every entry source-attributed (no fabrication). Use search_intel(query) to search by keyword/topic; get_latest_brief() for the newest weekly brief (focus + signals + action items); list_topics() to see the topic index. Ideal when an agent needs evidence-backed facts about how AI is changing product discovery, or what Chinese exporters/brands should do to get recommended by AI.
Known tools 3
search_intel关键词/主题检索已验证的「出海×AI」情报库,返回带来源的命中条目。 支持中英文关键词(如「零点击」「Agentic Commerce」「Rufus」「GEO 市场」), 多个词用空格分隔(命中任一词即返回,命中更多词的排在前面)。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-market-intel-brief]
url = "https://intel.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-market-intel-brief": {
"type": "http",
"url": "https://intel.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-market-intel-brief
Remote MCP URL: https://intel.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-market-intel-brief": {
"url": "https://intel.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-market-intel-brief": {
"type": "http",
"url": "https://intel.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-market-intel-brief",
"transport": "streamable-http",
"url": "https://intel.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://selection.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Product Selection & Niche Research
- Version
- 4.0.8
Serve cross-border sellers' product-selection and niche-research decisions. Use score_product_idea(...) to score a product idea on a 7-factor weighted model (demand / competition / differentiation / margin / logistics / IP risk / seasonality) and get a go/no-go verdict plus what to verify first. Use niche_validation_framework(category, market) for the factors and thresholds to validate a sub-niche and the red flags that kill it. Use seasonal_launch_calendar(market) for seasonal demand rhythm and sourcing/shipping lead times. This MCP provides decision frameworks, scoring models and seasonal timing; it does NOT fetch live market data (use seller dashboards, Helium10, Jungle Scout or Google Keyword Planner for that). Thresholds are industry heuristics that must be validated with the seller's own data.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-product-selection-niche-research]
url = "https://selection.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-product-selection-niche-research": {
"type": "http",
"url": "https://selection.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-product-selection-niche-research
Remote MCP URL: https://selection.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-product-selection-niche-research": {
"url": "https://selection.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-product-selection-niche-research": {
"type": "http",
"url": "https://selection.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-product-selection-niche-research",
"transport": "streamable-http",
"url": "https://selection.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://reviewintel.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Review Intelligence
- Version
- 4.0.8
Turn product reviews into actionable insights for sellers and DTC brands. Use extract_voice_of_customer(reviews) for zero-cost keyword/sentiment/pain-point extraction; analyze_reviews(reviews, product_name) for a deep structured VOC analysis (pain points, feature requests, strengths, urgency); competitive_gap(reviews_a, reviews_b, ...) to find gaps between your product and a competitor. Pass raw review text (one review per line) as input — this server analyzes the reviews you provide; it does not scrape reviews for you.
Known tools 3
extract_voice_of_customer零成本本地分析一批产品评论:情感占比 + 高频关键词 + 差评痛点句子。 确定性算法(词频 + 中英情感词典),不调用任何外部 API,永远可用、可复现。 输入是一批评论原文(每行一条,或用 | 分隔),不是评论链接——本工具分析你给的内容。
Inferred read-onlyanalyze_reviews深度分析一批评论,输出结构化 VOC 报告:核心痛点、功能诉求、好评点、紧急度、行动建议。 基于 DeepSeek 语义分析,只依据你传入的评论原文,不编造数据;引用评论原话作为证据。 未配置 DEEPSEEK_API_KEY 时自动降级为本地 extract_voice_of_customer 结果。
Inferred read-onlycompetitive_gap对比两批评论,找出竞对差距:A 有 B 无、B 有 A 无、差异化机会。 典型用法:name_a=你的产品评论、name_b=竞品评论,看竞品被夸但你被骂的点(=你必须补的), 以及你被夸但竞品被骂的点(=你的卖点)。基于 DeepSeek 语义分析。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-review-intelligence]
url = "https://reviewintel.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-review-intelligence": {
"type": "http",
"url": "https://reviewintel.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-review-intelligence
Remote MCP URL: https://reviewintel.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-review-intelligence": {
"url": "https://reviewintel.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-review-intelligence": {
"type": "http",
"url": "https://reviewintel.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-review-intelligence",
"transport": "streamable-http",
"url": "https://reviewintel.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://b2b.mcp.goaimoat.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goaimoat-com]
url = "https://b2b.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goaimoat-com": {
"type": "http",
"url": "https://b2b.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goaimoat-com
Remote MCP URL: https://b2b.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goaimoat-com": {
"url": "https://b2b.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goaimoat-com": {
"type": "http",
"url": "https://b2b.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goaimoat-com",
"transport": "streamable-http",
"url": "https://b2b.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://mentions.mcp.goaimoat.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goaimoat-com]
url = "https://mentions.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goaimoat-com": {
"type": "http",
"url": "https://mentions.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goaimoat-com
Remote MCP URL: https://mentions.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goaimoat-com": {
"url": "https://mentions.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goaimoat-com": {
"type": "http",
"url": "https://mentions.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goaimoat-com",
"transport": "streamable-http",
"url": "https://mentions.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 13
https://verifier.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Claim Verifier
- Version
- 4.0.8
Verify business claims and audit text for unsourced data assertions. Use audit_text() before giving a client any number or stat, and verify_claim() to check a specific claim. Zero-fiction discipline: no number without a source.
Known tools 3
audit_textAudit a piece of text for unsourced data assertions (numbers, percentages, rankings).
Inferred read-onlyzero_fiction_checklistReturn the zero-fiction self-check checklist for AI agents before outputting business advice.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-claim-verifier]
url = "https://verifier.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-claim-verifier": {
"type": "http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-claim-verifier
Remote MCP URL: https://verifier.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-claim-verifier": {
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-claim-verifier": {
"type": "http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-claim-verifier",
"transport": "streamable-http",
"url": "https://verifier.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 14
https://company.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Company Intel
- Version
- 4.0.8
Company intelligence for AI agents. find_company() looks up a company profile by domain; search_companies() finds companies by industry/location/size. B2B prospecting, fully compliant.
Known tools 2
find_companyLook up a company's full profile by domain (industry, size, location, etc).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-company-intel]
url = "https://company.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-company-intel": {
"type": "http",
"url": "https://company.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-company-intel
Remote MCP URL: https://company.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-company-intel": {
"url": "https://company.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-company-intel": {
"type": "http",
"url": "https://company.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-company-intel",
"transport": "streamable-http",
"url": "https://company.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 15
https://reviews.mcp.goaimoat.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goaimoat-com]
url = "https://reviews.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goaimoat-com": {
"type": "http",
"url": "https://reviews.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goaimoat-com
Remote MCP URL: https://reviews.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goaimoat-com": {
"url": "https://reviews.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goaimoat-com": {
"type": "http",
"url": "https://reviews.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goaimoat-com",
"transport": "streamable-http",
"url": "https://reviews.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 16
https://tax.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Cross-Border Tax Compliance
- Version
- 4.0.8
Serve cross-border sellers' ongoing tax obligations: VAT registration, US sales-tax nexus, and filing calendars. Use vat_registration_guide(country, seller_type, annual_turnover_estimate, has_local_stock) for a registration decision tree covering EU/UK (with OSS/IOSS applicability). Use us_sales_tax_nexus(states_sales, has_physical_presence) to determine which US states trigger economic/physical nexus and where marketplace-facilitator collection applies. Use tax_filing_planner(market) for filing frequencies, deadline cadence, and record-keeping requirements. All thresholds/rates are public regulatory figures as of 2025/26 and MUST be verified against current official sources; this MCP does NOT perform live VAT-number or real-time rate validation (use VIES / official tax-authority APIs for that).
Known tools 3
vat_registration_guideVAT 注册决策树(UK/EU):判断是否需要注册、门槛、OSS/IOSS 适用、自愿注册建议。 参数: - country: 目标市场,支持 "UK" / "EU"(或具体国家码如 "DE") - seller_type: 卖家设立状态,"established"=当地设立主体,"netp"=非当地设立主体(如中国卖家) - annual_turnover_estimate: 预估年应税销售额(本地货币:UK 用英镑、EU 用欧元) - has_local_stock: 是否在当地有库存(如 FBA UK / 欧盟仓) 返回:是否需要注册 + 门槛 + OSS/IOSS 适用 + 市场促进者提示 + 自愿注册建议 + 逾期风险。
Inferred read-onlyus_sales_tax_nexus美国销售税 nexus 判定:经济 nexus / 实体 nexus → 需注册州清单 + 市场促进者代收提示。 参数: - states_sales: 各州销售额(美元)与交易笔数,如 {"CA": {"sales": 520000, "transactions": 50}, "TX": {"sales": 30000, "transactions": 300}}(缺省则返回框架说明) - has_physical_presence: 是否在美有实体存在(自有仓库/办公室/员工/返货点) 返回:逐州 nexus 判定 + 市场促进者(Amazon/Walmart/eBay)代收提示 + 实体 nexus 警示。
Inferred read-onlytax_filing_planner申报义务日历:申报频率 + 截止日节奏 + 记录保存要求 + 逾期风险(UK/EU/US)。 参数: - market: 目标市场,"UK" / "EU" / "US" 返回:该市场的申报频率、截止日节奏、记录保存年限、逾期风险。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-tax-compliance]
url = "https://tax.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-tax-compliance": {
"type": "http",
"url": "https://tax.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-tax-compliance
Remote MCP URL: https://tax.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-tax-compliance": {
"url": "https://tax.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-tax-compliance": {
"type": "http",
"url": "https://tax.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-tax-compliance",
"transport": "streamable-http",
"url": "https://tax.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 17
https://emaillookup.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Email Person Lookup
- Version
- 4.0.8
Reverse email lookup for AI agents: given an email, find the person behind it (name, title, company, LinkedIn). B2B work emails only. Compliant.
Known tools 1
find_person_by_emailFind the person behind an email address (name, title, company, LinkedIn).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-email-person-lookup]
url = "https://emaillookup.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-email-person-lookup": {
"type": "http",
"url": "https://emaillookup.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-email-person-lookup
Remote MCP URL: https://emaillookup.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-email-person-lookup": {
"url": "https://emaillookup.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-email-person-lookup": {
"type": "http",
"url": "https://emaillookup.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-email-person-lookup",
"transport": "streamable-http",
"url": "https://emaillookup.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 18
https://search.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Google Search
- Version
- 4.0.8
Google search for AI agents (web + news). Free 3 searches per email; unlimited via license. Especially useful for agents that cannot access Google directly (e.g. in China).
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-google-search]
url = "https://search.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-google-search": {
"type": "http",
"url": "https://search.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-google-search
Remote MCP URL: https://search.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-google-search": {
"url": "https://search.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-google-search": {
"type": "http",
"url": "https://search.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-google-search",
"transport": "streamable-http",
"url": "https://search.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 19
https://inventory.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Cross-Border Inventory & Fulfillment
- Version
- 4.0.8
Serve cross-border sellers' inventory and fulfillment decisions: when and how much to reorder, whether to use FBA or FBM, and whether inventory is healthy. Use safety_stock_reorder_plan(avg_daily_sales, demand_stddev, lead_time_days, service_level, target_days_of_supply, on_hand, in_transit) to compute safety stock, reorder point and suggested order quantity. Use fba_vs_fbm_decision(...) for a multi-dimension FBA-vs-FBM scoring. Use inventory_health_audit(sku, ...) for a four-dimension inventory health audit with risk level and an action list. This MCP does NOT pull live Seller Central data — the caller supplies sales/stock/lead-time numbers and the tools compute trustworthy decisions. Amazon FBA fee facts are as of 2026 and MUST be re-verified; experience-based thresholds are labeled as such.
Known tools 3
safety_stock_reorder_plan安全库存 + 再订货点 + 建议补货量(经典库存公式,零虚构)。 参数: - avg_daily_sales: 日均销量(件/天) - demand_stddev: 日均销量的标准差(件/天,衡量波动;不会算就估 30% 日均销量) - lead_time_days: 补货提前期(天,含生产+头程,中国到 FBA 典型 56–70 天) - service_level: 目标服务水平(缺货率容忍度),0.
Inferred read-onlyfba_vs_fbm_decisionFBA vs FBM 决策:多维打分 + 推荐 + 适用场景 + 费用权衡(决策框架,不做实时费率)。 参数: - avg_price: 平均售价(美元) - unit_weight_lb: 单件重量(磅) - monthly_units: 月销量(件) - is_oversize: 是否大件(超大尺寸,FBA 仓储/配送费显著更高) - is_heavy: 是否重货(> 20 lb,FBA 配送费按重量跳档) - margin_pct: 毛利率(%,用于判断能否吸收 FBA 费用) - prime_sensitive: 是否依赖 Prime 徽章(标品/同质化 → 强依赖) - return_rate_pct: 退货率(%) - lead_time_days: 补货提前期(天,影响 FBM 自配送时效竞争力) 返回:FBA/FBM 各自得分 + 推荐 + 权衡理由 + 适用场景。
Inferred read-onlyinventory_health_audit库存健康四维审计:断货风险 / 超储(长期仓储) / 周转 / IPI 影响 → 风险等级 + 行动清单。 参数: - sku: SKU/ASIN 标识(用于结果展示) - avg_daily_sales: 日均销量(件/天) - current_stock: 当前在库数量 - days_in_storage: 已入仓天数(判断长期仓储费风险,181 天起征) - lead_time_days: 补货提前期(天) - unit_cost: 单件成本(美元,用于算资金占用,可选) - is_hero_asin: 是否主力 ASIN(断货代价更高:掉 BSR 排名 + 广告费浪费) 返回:四维风险 + 综合风险等级 + 行动清单(清仓/折扣/移除/补货)。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-inventory-fulfillment]
url = "https://inventory.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-inventory-fulfillment": {
"type": "http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-inventory-fulfillment
Remote MCP URL: https://inventory.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-inventory-fulfillment": {
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-inventory-fulfillment": {
"type": "http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-inventory-fulfillment",
"transport": "streamable-http",
"url": "https://inventory.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 20
https://tracker.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Outreach Tracker
- Version
- 4.0.8
Track outreach effectiveness for AI agents. Record every touch, then read the funnel (touched → replied → deep talk → diagnosis → closed) to measure reply rate and conversion. Closes the loop on marketing effort.
Known tools 3
get_pipelineReturn the outreach funnel stats: counts per stage, reply rate, conversion rate.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-outreach-tracker]
url = "https://tracker.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-outreach-tracker": {
"type": "http",
"url": "https://tracker.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-outreach-tracker
Remote MCP URL: https://tracker.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-outreach-tracker": {
"url": "https://tracker.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-outreach-tracker": {
"type": "http",
"url": "https://tracker.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-outreach-tracker",
"transport": "streamable-http",
"url": "https://tracker.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 21
https://pricing.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Cross-Border Pricing Strategy
- Version
- 4.0.8
Serve cross-border sellers' pricing decisions: how to price above breakeven, which strategy to use, and how to apply pricing psychology to lift conversion. Use recommend_pricing_strategy(cost, competitor_price, positioning, market, category) for a cost-floor + value-ceiling + recommended price range with a named strategy and rationale. Use price_psychology_tactics() for a library of pricing-psychology tactics (charm/anchoring/decoy/bundling/odd-even/tiered) with when-to-use and examples. Use competitive_price_positioning(competitor_prices, your_price, cost) to place your price into a four-tier market band with a margin check and positioning advice. Pricing multipliers and fee ranges are industry heuristics that must be validated with the seller's own category data; this MCP does NOT fetch live competitor prices (use Keepa/CamelCamelCamel/platform backends for that).
Known tools 3
price_psychology_tactics返回 6 类心理定价战术库:每类的原理、何时用、示例(无参数)。 Returns: dict: 六类心理定价战术(charm/anchoring/decoy/bundling/odd-even/tiered)+ disclaimer。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-pricing-strategy]
url = "https://pricing.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-pricing-strategy": {
"type": "http",
"url": "https://pricing.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-pricing-strategy
Remote MCP URL: https://pricing.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-pricing-strategy": {
"url": "https://pricing.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-pricing-strategy": {
"type": "http",
"url": "https://pricing.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-pricing-strategy",
"transport": "streamable-http",
"url": "https://pricing.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 22
https://returns.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Cross-Border Returns & Refund Management
- Version
- 4.0.8
Serve cross-border sellers' returns and refund decisions: the true cost of returns, whether to use returnless refunds, and how to systematically reduce return rate. Use calculate_return_cost(avg_price, return_rate_pct, monthly_units, category, is_fba, restock_rate_pct, returnless_refund) to compute the true per-unit and monthly return cost and margin erosion. Use return_policy_playbook(platform) for platform-by-platform return policies (Amazon/Walmart/eBay/TikTok Shop/Shopify DTC). Use reduce_returns_playbook(return_reason) for a targeted return-reduction checklist by root cause. This MCP does NOT pull live Seller Central return reports — the caller supplies price/return-rate/category numbers and the tools compute trustworthy decisions. Amazon FBA return-policy facts are as of 2026 and MUST be re-verified; experience-based thresholds are labeled as such.
Known tools 3
calculate_return_cost退货真实成本核算:单件退货成本 + 月度退货成本 + 退货吃掉多少毛利 + returnless 是否划算。 参数: - avg_price: 平均售价(美元) - return_rate_pct: 退货率(%),服装类常见 15%–20%+,标品 5%–10% - monthly_units: 月销量(件) - category: 品类(apparel/electronics/standard 等,仅用于提示退货率区间) - is_fba: 是否 FBA(FBA 有退货处理费+退款管理费,FBM 卖家自担退货运费) - restock_rate_pct: 退货可恢复可售比例(%,FBA 约 68% 卖家实测口径,须自验) - returnless_refund: 是否采用无退货退款(低价品退货物流成本可能高于残值) 返回:单件退货真实成本、月度退货成本、退货侵蚀的毛利、returnless 建议。 成本口径:退款管理费 $0.
Inferred read-onlyreturn_policy_playbook各平台退货政策对比(Amazon/Walmart/eBay/TikTok Shop/Shopify DTC)+ 退货管理要点。 参数: - platform: 平台标识(amazon/walmart/ebay/tiktok_shop/shopify_dtc,不区分大小写) 返回:该平台退货窗口、成本结构、returnless 支持、退货管理要点。 政策为公开口径(截至 2026 须自验),不实时抓取。
Inferred read-onlyreduce_returns_playbook按退货主因给针对性降退货率清单(尺码/描述不符/质量/运输损坏/买家反悔)。 参数: - return_reason: 退货主因(size_fit / description_mismatch / quality / damaged_in_transit / buyer_remorse) 返回:该主因的针对性降退货率动作清单 + 通用建议。 清单为行业经验值须自验,非平台硬口径。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-cross-border-returns-refund-management]
url = "https://returns.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-cross-border-returns-refund-management": {
"type": "http",
"url": "https://returns.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-cross-border-returns-refund-management
Remote MCP URL: https://returns.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-cross-border-returns-refund-management": {
"url": "https://returns.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-cross-border-returns-refund-management": {
"type": "http",
"url": "https://returns.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-cross-border-returns-refund-management",
"transport": "streamable-http",
"url": "https://returns.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 23
https://social.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Social Media Content Strategy
- Version
- 4.0.8
Serve cross-border sellers' social-media content decisions: what to post, on what cadence, and how to hook viewers in the first 3 seconds. Use platform_playbook(platform, category) for a single platform's algorithm preferences, best format/length/posting frequency, hook structure, CTA and taboos. Use build_content_calendar(...) for a rolling content calendar with seven content pillars, hooks, CTAs, hashtags and promo-season reminders. Use hook_framework(product_angle, audience) for short-video hook frameworks and a 5-beat script skeleton. This MCP provides strategy frameworks, calendars and script skeletons; it does NOT fetch live platform data (use Creator dashboards, TikTok Creative Center or third-party tools for that). Best-practice numbers are industry heuristics that must be validated with the seller's own account data.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-social-media-content-strategy]
url = "https://social.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-social-media-content-strategy": {
"type": "http",
"url": "https://social.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-social-media-content-strategy
Remote MCP URL: https://social.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-social-media-content-strategy": {
"url": "https://social.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-social-media-content-strategy": {
"type": "http",
"url": "https://social.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-social-media-content-strategy",
"transport": "streamable-http",
"url": "https://social.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 24
https://supplier.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Supplier Sourcing & QC
- Version
- 4.0.8
Help cross-border sellers and trading/manufacturing companies source suppliers, run factory audits, and plan AQL pre-shipment inspection. Use supplier_evaluation_scorecard(...) to score a candidate supplier across six dimensions and get a red/yellow/green rating with action items. Use aql_sampling_plan(lot_size, aql) to get the ISO 2859-1 (General Inspection Level II, normal, single sampling) sample size and accept/reject numbers. Use factory_audit_checklist(audit_type) for social/quality/supply-chain-security audit checklists (BSCI/SMETA/SA8000/ISO9001/C-TPAT) and QC inspection types (PSI/DUPRO/IPC/CLC). All results are guidance based on publicly-verified standards and carry a disclaimer that final sampling/audit decisions must be confirmed with ISO 2859-1 official tables or a third-party inspection body — never treat as legal/audit advice.
Known tools 3
supplier_evaluation_scorecard供应商六维评估打分卡:输入各维度 1-5 分,输出加权总分、红黄绿评级与行动建议。 六维:quality(质量体系)、legitimacy(资质合法性)、capacity(产能与设备)、 price(价格竞争力)、delivery(交期信誉)、compliance(社会与环保合规)。
Inferred read-onlyaql_sampling_plan按 ISO 2859-1(一般检验水平 II·正常检验·单次抽样)计算 AQL 抽样计划。 输入整批数量 lot_size 与 AQL 值(支持 1.
Inferred read-onlyfactory_audit_checklist返回验厂核查清单(社会/质量/供应链安全)与出货前质检类型说明。 支持 audit_type: BSCI / SMETA / SA8000 / ISO9001 / C-TPAT / ALL(返回全部)。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-supplier-sourcing-qc]
url = "https://supplier.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-supplier-sourcing-qc": {
"type": "http",
"url": "https://supplier.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-supplier-sourcing-qc
Remote MCP URL: https://supplier.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-supplier-sourcing-qc": {
"url": "https://supplier.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-supplier-sourcing-qc": {
"type": "http",
"url": "https://supplier.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-supplier-sourcing-qc",
"transport": "streamable-http",
"url": "https://supplier.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 25
https://tiktok.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — TikTok Shop
- Version
- 4.0.8
Compliant data relay for AI agents. Search TikTok Shop products by keyword.
Known tools 1
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-tiktok-shop]
url = "https://tiktok.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-tiktok-shop": {
"type": "http",
"url": "https://tiktok.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-tiktok-shop
Remote MCP URL: https://tiktok.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-tiktok-shop": {
"url": "https://tiktok.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-tiktok-shop": {
"type": "http",
"url": "https://tiktok.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-tiktok-shop",
"transport": "streamable-http",
"url": "https://tiktok.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 26
https://translate.mcp.goaimoat.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goaimoat-com]
url = "https://translate.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goaimoat-com": {
"type": "http",
"url": "https://translate.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goaimoat-com
Remote MCP URL: https://translate.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goaimoat-com": {
"url": "https://translate.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goaimoat-com": {
"type": "http",
"url": "https://translate.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goaimoat-com",
"transport": "streamable-http",
"url": "https://translate.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 27
https://scrape.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Web Scrape
- Version
- 4.0.8
Web scraping for AI agents: scrape a URL into clean LLM-ready Markdown, or crawl a whole site. Cheaper than Firecrawl. Compliant (public web only).
Known tools 2
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-web-scrape]
url = "https://scrape.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-web-scrape": {
"type": "http",
"url": "https://scrape.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-web-scrape
Remote MCP URL: https://scrape.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-web-scrape": {
"url": "https://scrape.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-web-scrape": {
"type": "http",
"url": "https://scrape.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-web-scrape",
"transport": "streamable-http",
"url": "https://scrape.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 28
https://xhs.mcp.goaimoat.com/mcp
MCP server metadata
- Name
- GoAI Moat — Xiaohongshu Products
- Version
- 4.0.8
Compliant data relay for AI agents. Search Xiaohongshu (RED) products by keyword.
Known tools 1
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goai-moat-xiaohongshu-products]
url = "https://xhs.mcp.goaimoat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goai-moat-xiaohongshu-products": {
"type": "http",
"url": "https://xhs.mcp.goaimoat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goai-moat-xiaohongshu-products
Remote MCP URL: https://xhs.mcp.goaimoat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goai-moat-xiaohongshu-products": {
"url": "https://xhs.mcp.goaimoat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goai-moat-xiaohongshu-products": {
"type": "http",
"url": "https://xhs.mcp.goaimoat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goai-moat-xiaohongshu-products",
"transport": "streamable-http",
"url": "https://xhs.mcp.goaimoat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.