banxico_series
ActiveTool of Banxico
Fetch any Banco de México SIE series by id — escape hatch for the full Banxico catalog (inflation, interest rates, reserves, aggregates, financial indicators). Returns recent observations + the series title/units. Common ids: SF43718 = USD/MXN FIX; SF61745 = overnight target rate; SP30578 = annual CPI inflation %; SF43783 = TIIE 28-day; SP1 = INPC index; SF63528 = 10-year bond yield. Use banxico_exchange_rate / banxico_policy_rate for those headline ones.
Parameters schema
{
"type": "object",
"required": [
"series_id"
],
"properties": {
"recent": {
"type": "number",
"description": "Recent observations to return (1-200, default 12)."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own free Banxico SIE token. Omit to use the shared Pipeworx token."
},
"series_id": {
"type": "string",
"description": "SIE series id, e.g. \"SP30578\" (annual inflation), \"SF43783\" (TIIE 28d)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Banxico
https://github.com/pipeworx-io/mcp-banxico
2/7 registries