You're viewing a demo portfolio

Join the waitlist
PRSM

ma_tax_efficiency_mapper

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

For CFOs evaluating cross-border M&A deals: analyzes tax efficiency by mapping withholding tax rates, transfer pricing regulations, and permanent establishment risks across specified jurisdictions. Inputs include acquirer/target jurisdictions, deal structure, and transaction value. Outputs jurisdiction-specific tax exposure, efficiency scores, and risk flags. Uses World Bank Tax Rates API, IMF SDR data, and SEC EDGAR filings for corporate tax disclosures. — pass async:true REQUIRED to avoid x402 timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "acquirer_jurisdiction",
    "target_jurisdiction"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "deal_structure": {
      "enum": [
        "asset",
        "share",
        "merger",
        "joint_venture"
      ],
      "type": "string",
      "description": "Type of M&A transaction structure"
    },
    "transaction_value": {
      "type": "number",
      "minimum": 0,
      "description": "Deal value in USD millions"
    },
    "target_jurisdiction": {
      "type": "string",
      "description": "ISO 3166-1 alpha-3 country code of the target entity"
    },
    "acquirer_jurisdiction": {
      "type": "string",
      "description": "ISO 3166-1 alpha-3 country code of the acquiring entity"
    },
    "include_transfer_pricing": {
      "type": "boolean",
      "default": true,
      "description": "Whether to analyze transfer pricing risks"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
ma_tax_efficiency_mapper — @gapup/mcp-knowledge — PRSM MCP