You're viewing a demo portfolio

Join the waitlist
PRSM

ma_arbitrage_hunter

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a CFO, identify cross-border M&A arbitrage opportunities by comparing target company valuations across different jurisdictions. Inputs include target company ticker, primary and secondary jurisdictions, and valuation metrics. Outputs include valuation gaps, FX-adjusted multiples, and jurisdiction-specific premiums/discounts. Uses real-time ECB FX rates, Yahoo Finance market data, and SEC EDGAR filings for public companies. Ideal for quick assessment of potential arbitrage in M&A scenarios.

Parameters schema

{
  "type": "object",
  "required": [
    "targetTicker",
    "primaryJurisdiction"
  ],
  "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."
    },
    "sector": {
      "type": "string",
      "description": "Industry sector for peer comparison (e.g., 'Technology')"
    },
    "targetTicker": {
      "type": "string",
      "description": "Target company ticker symbol (e.g., 'AAPL')"
    },
    "valuationMetric": {
      "enum": [
        "P/E",
        "EV/EBITDA",
        "P/B"
      ],
      "type": "string",
      "description": "Valuation multiple to use for comparison"
    },
    "primaryJurisdiction": {
      "type": "string",
      "description": "Primary jurisdiction for valuation comparison (e.g., 'US')"
    },
    "secondaryJurisdiction": {
      "type": "string",
      "description": "Secondary jurisdiction for valuation comparison (e.g., 'DE')"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

@gapup/mcp-knowledge

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

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