repo_rate_arbitrage_scanner
ActiveTool of gapup-mcp
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
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries