Skip to main content
Glama

GoAI Moat Cross-Border Tax Compliance

Server Details

VAT registration, US sales-tax nexus and filing calendars for cross-border sellers

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
jayniebingyu-cyber/goaimoat-ai-visibility-mcp
GitHub Stars
0

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool addresses a distinct decision point: tax_filing_planner schedules ongoing filing obligations, us_sales_tax_nexus determines US state registration triggers, and vat_registration_guide handles UK/EU VAT registration. There is no meaningful overlap despite shared mentions of deadlines and risk.

Naming Consistency4/5

All tool names are lowercase snake_case noun phrases and clearly signal their subject. Minor inconsistency: two names end with a tool-type suffix (planner/guide) while the third uses a domain term (nexus), and jurisdiction prefixes are not applied uniformly.

Tool Count4/5

Three tools is at the low end for a cross-border tax compliance domain, but each covers a distinct and substantial decision area. The count feels slightly thin for the breadth implied by UK/EU/US compliance, yet it avoids bloat and redundancy.

Completeness4/5

The set covers the main workflow: determine registration obligations (VAT/nexus) and plan ongoing filing schedules. Obvious gaps remain, such as state-specific US filing calendars, tax calculation/rate lookup, and deregistration or change-of-circumstances handling.

Available Tools

3 tools
tax_filing_plannerTax Filing PlannerAInspect

申报义务日历:申报频率 + 截止日节奏 + 记录保存要求 + 逾期风险(UK/EU/US)。

参数:

  • market: 目标市场,"UK" / "EU" / "US"

返回:该市场的申报频率、截止日节奏、记录保存年限、逾期风险。

ParametersJSON Schema
NameRequiredDescriptionDefault
marketYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It clearly states what the tool returns (frequency, deadlines, retention, risk), which implies a read-only informational behavior, but it does not explicitly declare its non-mutating nature or any limitations. No contradictions are present, and the description is adequate for this straightforward reference tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-organized: a single-sentence purpose, a structured parameter list, and a return summary. Every element earns its place, with no filler or redundancy. The key information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool with an output schema, the description covers the essential inputs and high-level outputs. It does not explain exact return formats, but the output schema likely handles that. It could explicitly state that the tool is a read-only reference, but this is a minor gap given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does so by explicitly enumerating the allowed values for 'market' (UK, EU, US) and explaining it is the target market. This adds crucial meaning beyond the bare string type in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides a filing obligation calendar covering frequency, deadline cadence, record retention, and late risk for UK/EU/US. It distinguishes itself from siblings (us_sales_tax_nexus and vat_registration_guide) by focusing on ongoing filing obligations rather than nexus or registration, though it does not explicitly name them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool via the 'market' parameter and the explicit return topics, but it does not explicitly compare with siblings or state when not to use it. The intended scenario is inferable, but there is no explicit routing or exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

us_sales_tax_nexusUs Sales Tax NexusAInspect

美国销售税 nexus 判定:经济 nexus / 实体 nexus → 需注册州清单 + 市场促进者代收提示。

参数:

  • states_sales: 各州销售额(美元)与交易笔数,如 {"CA": {"sales": 520000, "transactions": 50}, "TX": {"sales": 30000, "transactions": 300}}(缺省则返回框架说明)

  • has_physical_presence: 是否在美有实体存在(自有仓库/办公室/员工/返货点)

返回:逐州 nexus 判定 + 市场促进者(Amazon/Walmart/eBay)代收提示 + 实体 nexus 警示。

ParametersJSON Schema
NameRequiredDescriptionDefault
states_salesNo
has_physical_presenceNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full disclosure burden. It does describe the main processing logic (economic/physical nexus), the return components, and the fallback behavior when states_sales is missing. However, it omits important behavioral context such as legal threshold assumptions, whether the determination is advisory, and data freshness or accuracy limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear summary, parameter list, and return summary. Every sentence provides useful information, and the example is concise yet illustrative. It avoids unnecessary repetition despite the title already naming the domain.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the two optional parameters, zero required parameters, and the presence of an output schema, the description covers the essential inputs, fallback behavior, and return contents. It lacks explicit legal caveats and sibling differentiation, which prevents a perfect score, but it is sufficient for an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description fully compensates by explaining both parameters in detail. It defines states_sales with state-code keys, sales amounts, transaction counts, a concrete example, and the default behavior; it also defines has_physical_presence with examples such as warehouses, offices, employees, and return points.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool determines US sales tax nexus by evaluating economic nexus and physical nexus, producing a list of states requiring registration plus marketplace facilitator collection tips. This is a specific verb+resource, though it does not explicitly differentiate itself from sibling tools like tax_filing_planner or vat_registration_guide.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus the sibling tools, and no exclusions or prerequisites are stated. The only usage-related hint is the default framework explanation returned when states_sales is omitted, which does not help an agent choose between alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vat_registration_guideVat Registration GuideAInspect

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 适用 + 市场促进者提示 + 自愿注册建议 + 逾期风险。

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
seller_typeNoestablished
has_local_stockNo
annual_turnover_estimateNo

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the behavioral burden. It defines input semantics and enumerates the returned components: registration need, thresholds, OSS/IOSS applicability, marketplace-facilitator notes, voluntary-registration advice, and late-risk. It does not discuss limitations or side effects, but the 'decision tree/guide' framing makes the advisory, non-destructive nature clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description front-loads the purpose, then uses a compact bullet-style parameter list and a return-value list. Every sentence contributes useful information, with no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Combined with an output schema, the description is nearly complete: all inputs are explained and the output categories are listed. The only notable gap is the absence of guidance for choosing among sibling tools, which matters because tax_filing_planner covers an adjacent tax task.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the parameter section is essential and delivers: it defines all four parameters, including accepted country values, the established/non-established seller_type values, currency conventions, and an example for has_local_stock. This adds substantial meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific object ('VAT registration decision tree') and spells out what it determines: registration need, thresholds, OSS/IOSS applicability, and voluntary-registration advice. The UK/EU scope plus the 'registration' focus clearly distinguishes it from siblings like us_sales_tax_nexus and tax_filing_planner.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The UK/EU VAT-registration scope implies the use case, but the description does not explicitly mention sibling tools or state when to choose this tool instead of tax_filing_planner or us_sales_tax_nexus. An agent has to infer that this is the registration-decision tool rather than the filing-planning tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedtax_filing_planner
    • First observedus_sales_tax_nexus
    • First observedvat_registration_guide

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    European business compliance suite for AI agents — 28 tools covering tax ID validation (PT, ES, FR, DE, IT, UK, NL), IBAN verification, EU VAT rates, invoice requirements, e-invoicing rules, payment terms, labor calendar helpers, VAT breakdown calculations and invoice schema validation for 18+ European countries.
    28
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Validates EU, UK, and AU VAT numbers against live sources and uses AI pattern analysis to detect invoice fraud.
    118 npm
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to answer tax compliance questions (VAT, sales tax, GST) and validate EU VAT numbers in real time via the VIES registry.
    2
    2 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.