You're viewing a demo portfolio

Join the waitlist
PRSM

repo_rate_arbitrage_scanner

Active

Tool of gapup-mcp

declared in 0.2.0

Scans for arbitrage opportunities between repo rates (ECB) and short-term funding markets (Treasury Direct). Designed for CFOs to identify cost-effective funding strategies. Inputs include optional date ranges and currency filters. Outputs structured arbitrage opportunities with rate differentials and confidence scores.

Parameters schema

{
  "type": "object",
  "required": [],
  "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."
    },
    "endDate": {
      "type": "string",
      "format": "date"
    },
    "currency": {
      "enum": [
        "EUR",
        "USD"
      ],
      "type": "string"
    },
    "startDate": {
      "type": "string",
      "format": "date"
    },
    "minDifferential": {
      "type": "number",
      "minimum": 0
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

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

2/7 registries
View full server →