← Discover MCPs and Agents
G
MCPAI & MLMCP Registry

GoAI Moat Company Intel

Company profile lookup and B2B company search for AI agents.

Links

README

From the repo.

GoAI Moat — MCP Servers

13 Model Context Protocol (MCP) servers that give AI agents the ability to audit "AI visibility", detect competitor AI adoption, and serve cross-border e-commerce teams. All listed under com.goaimoat/* on the official MCP Registry.

Being good is no longer enough — you have to be sayable by AI. These tools make that measurable.

Why

Buyers stopped searching — they ask AI. Being "cited by AI" is replacing "ranking #1":

  • 65–68% of Google searches end without a click;
  • brands cited by AI earn ~35% more organic clicks and ~91% more paid clicks;
  • AI-referred visitors convert at 14.2% vs 2.8% for organic (≈5×).

The 13 servers

ServerRegistry IDWhat it does
AI Visibility Auditcom.goaimoat/ai-visibilityScore a brand's AI visibility 0-30 + 30-point checklist + fix priority
Competitor AI Signalscom.goaimoat/competitor-signals7 public signals + TSI score to detect a company's quiet AI adoption
Market Intel Briefcom.goaimoat/market-intel-briefSearch a weekly verified cross-border × AI intelligence library
Decision-Maker Lookupcom.goaimoat/decision-maker-lookupFind B2B decision makers and verify work emails
AI Content Studiocom.goaimoat/content-studioBilingual (EN/ZH) cross-border content generation
Brand Intel Memorycom.goaimoat/brand-intel-memoryPersistent business-intelligence memory for agents
Cross-border Profitcom.goaimoat/cross-border-profitCalculate cross-border e-commerce cost & profit
Export Compliancecom.goaimoat/export-complianceExport compliance checks (HS codes, restrictions)
IP Brand Protectioncom.goaimoat/ip-brand-protectionBrand/IP protection guidance
Pricing Strategycom.goaimoat/pricing-strategyPricing strategy for cross-border sellers
Product Selectioncom.goaimoat/product-selectionCross-border product selection research
Review Intelligencecom.goaimoat/review-intelligenceCustomer review intelligence
Social Media Strategycom.goaimoat/social-media-strategySocial media strategy for brands

Architecture

Each server is a ~80-line FastMCP app over streamable HTTP:

from fastmcp import FastMCP
mcp = FastMCP(name="GoAI Moat — ...")

@mcp.tool()
def score_brand(brand: str, category: str) -> dict:
    """Score a brand's AI visibility 0-30 across 5 categories."""
    ...

mcp.run(transport="streamable-http", host="127.0.0.1", port=8000)

Open Core

The server code here is open source (MIT). The hosted endpoints and premium data are paid:

  • Hosted: point any MCP client at https://mcp.goaimoat.com/mcp (free tier = 1 audit/email).
  • Premium: unlimited audits + data reveal (decision-maker emails) via license — see goaimoat.com/mcp-catalog.html.

License

MIT — build on it, but the hosted service and proprietary data remain GoAI Moat's.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://company.mcp.goaimoat.com/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.