fx_timeseries
ActiveTool of Market Intel MCP
declared in 2.0.0
Get a time series of exchange rates for a base currency over a date range (max ~1 year), useful for trend analysis. Provide start and end as YYYY-MM-DD and one or more target currencies.
Parameters schema
{
"type": "object",
"required": [
"start",
"end",
"symbols"
],
"properties": {
"end": {
"type": "string",
"description": "YYYY-MM-DD"
},
"base": {
"type": "string",
"description": "3-letter base (default USD)"
},
"start": {
"type": "string",
"description": "YYYY-MM-DD"
},
"symbols": {
"type": "string",
"description": "Comma-separated targets, e.g. EUR,GBP"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Market Intel MCP
https://github.com/selflabbs/market-intel-mcp
1/7 registries