← goaimoat.com

INDIVIDUAL MCP TOOL

tax_filing_planner

申报义务日历:申报频率 + 截止日节奏 + 记录保存要求 + 逾期风险(UK/EU/US)。 参数: - market: 目标市场,"UK" / "EU" / "US" 返回:该市场的申报频率、截止日节奏、记录保存年限、逾期风险。

goaimoat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://tax.mcp.goaimoat.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for tax_filing_planner and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

goaimoat.com

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-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.

Related tools

  • vat_registration_guide — VAT 注册决策树(UK/EU):判断是否需要注册、门槛、OSS/IOSS 适用、自愿注册建议。 参数: - country: 目标市场,支持 "UK" / "EU"(或具体国家码如 "DE") - seller_type: 卖家设立状态,"established"=当地设立主体,"netp"=非当地设立主体(如中国卖家) - annual_turnover_estimate: 预估年应税销售额(本地货币:UK 用英镑、EU 用欧元) - has_local_stock: 是否在当地有库存(如 FBA UK / 欧盟仓) 返回:是否需要注册 + 门槛 + OSS/IOSS 适用 + 市场促进者提示 + 自愿注册建议 + 逾期风险。
  • us_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 警示。