Skip to main content
Glama

Banxico MCP Server

by cfocoder

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_latest_usd_mxn_rate

Get the latest USD/MXN exchange rate from Banxico.

Returns: The most recent USD/MXN exchange rate with date

get_usd_mxn_historical_data

Get historical USD/MXN exchange rate data from Banxico.

Args: limit: Maximum number of recent data points to return (default: 30)

Returns: Historical USD/MXN exchange rate data

get_series_metadata

Get metadata for a Banxico series.

Args: series_id: The series ID to get metadata for (default: SF63528 for USD/MXN)

Returns: Series metadata including title, description, and date range

get_date_range_data

Get exchange rate data for a specific date range.

Args: start_date: Start date in YYYY-MM-DD format end_date: End date in YYYY-MM-DD format series_id: The series ID (default: SF63528 for USD/MXN)

Returns: Exchange rate data for the specified date range

get_inflation_data

Get inflation data from Banxico.

Args: inflation_type: Type of inflation data ('monthly', 'accumulated', 'annual') limit: Maximum number of recent data points (default: 12)

Returns: Formatted inflation data with percentages

get_udis_data

Get UDIS (Investment Units) data from Banxico.

Args: limit: Maximum number of recent data points (default: 30)

Returns: Current and historical UDIS values

get_cetes_28_data

Get CETES 28-day interest rate data from Banxico.

Args: limit: Maximum number of recent data points (default: 30)

Returns: Current and historical CETES 28-day rates

get_banxico_reserves_data

Get Banxico Reserve Assets data.

Args: limit: Maximum number of recent data points (default: 30)

Returns: Current and historical Banxico reserve assets data

get_unemployment_data

Get unemployment rate data from Banxico.

Args: limit: Maximum number of recent data points (default: 24 for 2 years of monthly data)

Returns: Current and historical unemployment rate data

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfocoder/banxico_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server